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

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

Best Java code snippets using backtype.storm.generated.SpoutStats.unset_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.generatedSpoutStatsunset_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
  • set_failed
  • set_complete_ms_avg,
  • set_failed,
  • toString,
  • unset_acked,
  • unset_complete_ms_avg,
  • validate,
  • write

Popular in Java

  • Creating JSON documents from java classes using gson
  • getResourceAsStream (ClassLoader)
  • getSupportFragmentManager (FragmentActivity)
  • getContentResolver (Context)
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Path (java.nio.file)
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • From CI to AI: The AI layer in your organization
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