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 Summary
Modifier and TypeClassDescriptionstatic enum
The set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<ExecutorSpecificStats._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> Fields inherited from class org.apache.storm.thrift.TUnion
setField_, value_
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorSpecificStats
protected void
checkType
(ExecutorSpecificStats._Fields setField, Object value) int
compareTo
(ExecutorSpecificStats other) deepCopy()
protected ExecutorSpecificStats._Fields
enumForId
(short id) boolean
boolean
equals
(ExecutorSpecificStats other) fieldForId
(int fieldId) get_bolt()
protected org.apache.storm.thrift.protocol.TField
getFieldDesc
(ExecutorSpecificStats._Fields setField) protected org.apache.storm.thrift.protocol.TStruct
int
hashCode()
boolean
boolean
void
void
set_spout
(SpoutStats value) static ExecutorSpecificStats
spout
(SpoutStats value) protected Object
standardSchemeReadValue
(org.apache.storm.thrift.protocol.TProtocol iprot, org.apache.storm.thrift.protocol.TField field) protected void
standardSchemeWriteValue
(org.apache.storm.thrift.protocol.TProtocol oprot) protected Object
tupleSchemeReadValue
(org.apache.storm.thrift.protocol.TProtocol iprot, short fieldID) protected void
tupleSchemeWriteValue
(org.apache.storm.thrift.protocol.TProtocol oprot) Methods inherited from class org.apache.storm.thrift.TUnion
clear, getFieldValue, getFieldValue, getFieldValue, getSetField, isSet, isSet, isSet, read, setFieldValue, setFieldValue, toString, write
-
Field Details
-
metaDataMap
public static final Map<ExecutorSpecificStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
ExecutorSpecificStats
public ExecutorSpecificStats() -
ExecutorSpecificStats
-
ExecutorSpecificStats
-
-
Method Details
-
deepCopy
-
bolt
-
spout
-
checkType
protected void checkType(ExecutorSpecificStats._Fields setField, Object value) throws ClassCastException - Specified by:
checkType
in classorg.apache.storm.thrift.TUnion<ExecutorSpecificStats,
ExecutorSpecificStats._Fields> - Throws:
ClassCastException
-
standardSchemeReadValue
protected Object standardSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot, org.apache.storm.thrift.protocol.TField field) throws org.apache.storm.thrift.TException - Specified by:
standardSchemeReadValue
in classorg.apache.storm.thrift.TUnion<ExecutorSpecificStats,
ExecutorSpecificStats._Fields> - Throws:
org.apache.storm.thrift.TException
-
standardSchemeWriteValue
protected void standardSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
standardSchemeWriteValue
in classorg.apache.storm.thrift.TUnion<ExecutorSpecificStats,
ExecutorSpecificStats._Fields> - Throws:
org.apache.storm.thrift.TException
-
tupleSchemeReadValue
protected Object tupleSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.storm.thrift.TException - Specified by:
tupleSchemeReadValue
in classorg.apache.storm.thrift.TUnion<ExecutorSpecificStats,
ExecutorSpecificStats._Fields> - Throws:
org.apache.storm.thrift.TException
-
tupleSchemeWriteValue
protected void tupleSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
tupleSchemeWriteValue
in classorg.apache.storm.thrift.TUnion<ExecutorSpecificStats,
ExecutorSpecificStats._Fields> - Throws:
org.apache.storm.thrift.TException
-
getFieldDesc
protected org.apache.storm.thrift.protocol.TField getFieldDesc(ExecutorSpecificStats._Fields setField) - Specified by:
getFieldDesc
in classorg.apache.storm.thrift.TUnion<ExecutorSpecificStats,
ExecutorSpecificStats._Fields>
-
getStructDesc
protected org.apache.storm.thrift.protocol.TStruct getStructDesc()- Specified by:
getStructDesc
in classorg.apache.storm.thrift.TUnion<ExecutorSpecificStats,
ExecutorSpecificStats._Fields>
-
enumForId
- Specified by:
enumForId
in classorg.apache.storm.thrift.TUnion<ExecutorSpecificStats,
ExecutorSpecificStats._Fields>
-
fieldForId
-
get_bolt
-
set_bolt
-
get_spout
-
set_spout
-
is_set_bolt
public boolean is_set_bolt() -
is_set_spout
public boolean is_set_spout() -
equals
-
equals
-
compareTo
-
hashCode
public int hashCode()
-