Package org.apache.storm.generated
Class ExecutorSpecificStats
java.lang.Object
org.apache.storm.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields>
 
org.apache.storm.generated.ExecutorSpecificStats
- All Implemented Interfaces:
- Serializable,- Comparable<ExecutorSpecificStats>,- org.apache.storm.thrift.TBase<ExecutorSpecificStats,,- ExecutorSpecificStats._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class ExecutorSpecificStats
extends org.apache.storm.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields> 
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Map<ExecutorSpecificStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> Fields inherited from class org.apache.storm.thrift.TUnionsetField_, value_
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ExecutorSpecificStatsprotected voidcheckType(ExecutorSpecificStats._Fields setField, Object value) intcompareTo(ExecutorSpecificStats other) deepCopy()protected ExecutorSpecificStats._FieldsenumForId(short id) booleanbooleanequals(ExecutorSpecificStats other) fieldForId(int fieldId) get_bolt()protected org.apache.storm.thrift.protocol.TFieldgetFieldDesc(ExecutorSpecificStats._Fields setField) protected org.apache.storm.thrift.protocol.TStructinthashCode()booleanbooleanvoidvoidset_spout(SpoutStats value) static ExecutorSpecificStatsspout(SpoutStats value) protected ObjectstandardSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot, org.apache.storm.thrift.protocol.TField field) protected voidstandardSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) protected ObjecttupleSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot, short fieldID) protected voidtupleSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) Methods inherited from class org.apache.storm.thrift.TUnionclear, getFieldValue, getFieldValue, getFieldValue, getSetField, isSet, isSet, isSet, read, setFieldValue, setFieldValue, toString, write
- 
Field Details- 
metaDataMappublic static final Map<ExecutorSpecificStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
ExecutorSpecificStatspublic ExecutorSpecificStats()
- 
ExecutorSpecificStats
- 
ExecutorSpecificStats
 
- 
- 
Method Details- 
deepCopy
- 
bolt
- 
spout
- 
checkTypeprotected void checkType(ExecutorSpecificStats._Fields setField, Object value) throws ClassCastException - Specified by:
- checkTypein class- org.apache.storm.thrift.TUnion<ExecutorSpecificStats,- ExecutorSpecificStats._Fields> 
- Throws:
- ClassCastException
 
- 
standardSchemeReadValueprotected Object standardSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot, org.apache.storm.thrift.protocol.TField field) throws org.apache.storm.thrift.TException - Specified by:
- standardSchemeReadValuein class- org.apache.storm.thrift.TUnion<ExecutorSpecificStats,- ExecutorSpecificStats._Fields> 
- Throws:
- org.apache.storm.thrift.TException
 
- 
standardSchemeWriteValueprotected void standardSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
- standardSchemeWriteValuein class- org.apache.storm.thrift.TUnion<ExecutorSpecificStats,- ExecutorSpecificStats._Fields> 
- Throws:
- org.apache.storm.thrift.TException
 
- 
tupleSchemeReadValueprotected Object tupleSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.storm.thrift.TException - Specified by:
- tupleSchemeReadValuein class- org.apache.storm.thrift.TUnion<ExecutorSpecificStats,- ExecutorSpecificStats._Fields> 
- Throws:
- org.apache.storm.thrift.TException
 
- 
tupleSchemeWriteValueprotected void tupleSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
- tupleSchemeWriteValuein class- org.apache.storm.thrift.TUnion<ExecutorSpecificStats,- ExecutorSpecificStats._Fields> 
- Throws:
- org.apache.storm.thrift.TException
 
- 
getFieldDescprotected org.apache.storm.thrift.protocol.TField getFieldDesc(ExecutorSpecificStats._Fields setField) - Specified by:
- getFieldDescin class- org.apache.storm.thrift.TUnion<ExecutorSpecificStats,- ExecutorSpecificStats._Fields> 
 
- 
getStructDescprotected org.apache.storm.thrift.protocol.TStruct getStructDesc()- Specified by:
- getStructDescin class- org.apache.storm.thrift.TUnion<ExecutorSpecificStats,- ExecutorSpecificStats._Fields> 
 
- 
enumForId- Specified by:
- enumForIdin class- org.apache.storm.thrift.TUnion<ExecutorSpecificStats,- ExecutorSpecificStats._Fields> 
 
- 
fieldForId
- 
get_bolt
- 
set_bolt
- 
get_spout
- 
set_spout
- 
is_set_boltpublic boolean is_set_bolt()
- 
is_set_spoutpublic boolean is_set_spout()
- 
equals
- 
equals
- 
compareTo
- 
hashCodepublic int hashCode()
 
-