Package org.apache.storm.generated
Class TopologyActionOptions
java.lang.Object
org.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._Fields>
 
org.apache.storm.generated.TopologyActionOptions
- All Implemented Interfaces:
 Serializable,Comparable<TopologyActionOptions>,org.apache.storm.thrift.TBase<TopologyActionOptions,,TopologyActionOptions._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class TopologyActionOptions
extends org.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._Fields> 
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<TopologyActionOptions._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> Fields inherited from class org.apache.storm.thrift.TUnion
setField_, value_ - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckType(TopologyActionOptions._Fields setField, Object value) intcompareTo(TopologyActionOptions other) deepCopy()protected TopologyActionOptions._FieldsenumForId(short id) booleanbooleanequals(TopologyActionOptions other) fieldForId(int fieldId) protected org.apache.storm.thrift.protocol.TFieldgetFieldDesc(TopologyActionOptions._Fields setField) protected org.apache.storm.thrift.protocol.TStructinthashCode()booleanbooleanstatic TopologyActionOptionskill_options(KillOptions value) static TopologyActionOptionsvoidset_kill_options(KillOptions value) voidprotected 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.TUnion
clear, getFieldValue, getFieldValue, getFieldValue, getSetField, isSet, isSet, isSet, read, setFieldValue, setFieldValue, toString, write 
- 
Field Details
- 
metaDataMap
public static final Map<TopologyActionOptions._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap 
 - 
 - 
Constructor Details
- 
TopologyActionOptions
public TopologyActionOptions() - 
TopologyActionOptions
 - 
TopologyActionOptions
 
 - 
 - 
Method Details
- 
deepCopy
 - 
kill_options
 - 
rebalance_options
 - 
checkType
protected void checkType(TopologyActionOptions._Fields setField, Object value) throws ClassCastException - Specified by:
 checkTypein classorg.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._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:
 standardSchemeReadValuein classorg.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._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:
 standardSchemeWriteValuein classorg.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._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:
 tupleSchemeReadValuein classorg.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._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:
 tupleSchemeWriteValuein classorg.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._Fields> - Throws:
 org.apache.storm.thrift.TException
 - 
getFieldDesc
protected org.apache.storm.thrift.protocol.TField getFieldDesc(TopologyActionOptions._Fields setField) - Specified by:
 getFieldDescin classorg.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._Fields> 
 - 
getStructDesc
protected org.apache.storm.thrift.protocol.TStruct getStructDesc()- Specified by:
 getStructDescin classorg.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._Fields> 
 - 
enumForId
- Specified by:
 enumForIdin classorg.apache.storm.thrift.TUnion<TopologyActionOptions,TopologyActionOptions._Fields> 
 - 
fieldForId
 - 
get_kill_options
 - 
set_kill_options
 - 
get_rebalance_options
 - 
set_rebalance_options
 - 
is_set_kill_options
public boolean is_set_kill_options() - 
is_set_rebalance_options
public boolean is_set_rebalance_options() - 
equals
 - 
equals
 - 
compareTo
 - 
hashCode
public int hashCode() 
 -