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

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

Best Java code snippets using backtype.storm.generated.SpoutStats.set_failed (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_failed

Popular methods of SpoutStats

  • get_acked
  • get_complete_ms_avg
  • get_failed
  • <init>
    Performs a deep copy on other.
  • 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_complete_ms_avg
  • toString
  • set_complete_ms_avg,
  • toString,
  • unset_acked,
  • unset_complete_ms_avg,
  • unset_failed,
  • validate,
  • write

Popular in Java

  • Running tasks concurrently on multiple threads
  • findViewById (Activity)
  • addToBackStack (FragmentTransaction)
  • onCreateOptionsMenu (Activity)
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Join (org.hibernate.mapping)
  • Top plugins for Android Studio
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