Tabnine Logo
SpoutStats.set_complete_ms_avg
Code IndexAdd Tabnine to your IDE (free)

How to use
set_complete_ms_avg
method
in
backtype.storm.generated.SpoutStats

Best Java code snippets using backtype.storm.generated.SpoutStats.set_complete_ms_avg (Showing top 2 results out of 315)

origin: alibaba/mdrill

public void setFieldValue(_Fields field, Object value) {
 switch (field) {
 case ACKED:
  if (value == null) {
   unset_acked();
  } else {
   set_acked((Map<String,Map<String,Long>>)value);
  }
  break;
 case FAILED:
  if (value == null) {
   unset_failed();
  } else {
   set_failed((Map<String,Map<String,Long>>)value);
  }
  break;
 case COMPLETE_MS_AVG:
  if (value == null) {
   unset_complete_ms_avg();
  } else {
   set_complete_ms_avg((Map<String,Map<String,Double>>)value);
  }
  break;
 }
}
origin: com.n3twork.storm/storm-core

public void setFieldValue(_Fields field, Object value) {
 switch (field) {
 case ACKED:
  if (value == null) {
   unset_acked();
  } else {
   set_acked((Map<String,Map<String,Long>>)value);
  }
  break;
 case FAILED:
  if (value == null) {
   unset_failed();
  } else {
   set_failed((Map<String,Map<String,Long>>)value);
  }
  break;
 case COMPLETE_MS_AVG:
  if (value == null) {
   unset_complete_ms_avg();
  } else {
   set_complete_ms_avg((Map<String,Map<String,Double>>)value);
  }
  break;
 }
}
backtype.storm.generatedSpoutStatsset_complete_ms_avg

Popular methods of SpoutStats

  • get_acked
  • get_complete_ms_avg
  • get_failed
  • <init>
  • equals
  • is_set_acked
    Returns true if field acked is set (has been assigned a value) and false otherwise
  • is_set_complete_ms_avg
    Returns true if field complete_ms_avg is set (has been assigned a value) and false otherwise
  • is_set_failed
    Returns true if field failed is set (has been assigned a value) and false otherwise
  • read
  • set_acked
  • set_failed
  • toString
  • set_failed,
  • toString,
  • unset_acked,
  • unset_complete_ms_avg,
  • unset_failed,
  • validate,
  • write

Popular in Java

  • Updating database using SQL prepared statement
  • getApplicationContext (Context)
  • setScale (BigDecimal)
  • addToBackStack (FragmentTransaction)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • JCheckBox (javax.swing)
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now