Package org.apache.storm.generated
Class StormBase
java.lang.Object
org.apache.storm.generated.StormBase
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<StormBase>,- org.apache.storm.thrift.TBase<StormBase,,- StormBase._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class StormBase
extends Object
implements org.apache.storm.thrift.TBase<StormBase,StormBase._Fields>, Serializable, Cloneable, Comparable<StormBase> 
- 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<StormBase._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) intintintget_name()intgetFieldValue(StormBase._Fields field) inthashCode()booleanReturns true if field component_debug is set (has been assigned a value) and false otherwisebooleanReturns true if field component_executors is set (has been assigned a value) and false otherwisebooleanReturns true if field launch_time_secs is set (has been assigned a value) and false otherwisebooleanReturns true if field name is set (has been assigned a value) and false otherwisebooleanReturns true if field num_workers is set (has been assigned a value) and false otherwisebooleanReturns true if field owner is set (has been assigned a value) and false otherwisebooleanReturns true if field prev_status is set (has been assigned a value) and false otherwisebooleanReturns true if field principal is set (has been assigned a value) and false otherwisebooleanReturns true if field status is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_action_options is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_version is set (has been assigned a value) and false otherwisebooleanisSet(StormBase._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidput_to_component_debug(String key, DebugOptions val) voidput_to_component_executors(String key, int val) voidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_component_debug(Map<String, DebugOptions> component_debug) voidset_component_debug_isSet(boolean value) voidset_component_executors(Map<String, Integer> component_executors) voidset_component_executors_isSet(boolean value) voidset_launch_time_secs(int launch_time_secs) voidset_launch_time_secs_isSet(boolean value) voidvoidset_name_isSet(boolean value) voidset_num_workers(int num_workers) voidset_num_workers_isSet(boolean value) voidvoidset_owner_isSet(boolean value) voidset_prev_status(TopologyStatus prev_status) voidset_prev_status_isSet(boolean value) voidset_principal(String principal) voidset_principal_isSet(boolean value) voidset_status(TopologyStatus status) voidset_status_isSet(boolean value) voidset_topology_action_options(TopologyActionOptions topology_action_options) voidset_topology_action_options_isSet(boolean value) voidset_topology_version(String topology_version) voidset_topology_version_isSet(boolean value) voidsetFieldValue(StormBase._Fields field, Object value) toString()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<StormBase._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
StormBasepublic StormBase()
- 
StormBase
- 
StormBasePerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<StormBase,- StormBase._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<StormBase,- StormBase._Fields> 
 
- 
get_name
- 
set_name
- 
unset_namepublic void unset_name()
- 
is_set_namepublic boolean is_set_name()Returns true if field name is set (has been assigned a value) and false otherwise
- 
set_name_isSetpublic void set_name_isSet(boolean value) 
- 
get_status- See Also:
 
- 
set_status- See Also:
 
- 
unset_statuspublic void unset_status()
- 
is_set_statuspublic boolean is_set_status()Returns true if field status is set (has been assigned a value) and false otherwise
- 
set_status_isSetpublic void set_status_isSet(boolean value) 
- 
get_num_workerspublic int get_num_workers()
- 
set_num_workerspublic void set_num_workers(int num_workers) 
- 
unset_num_workerspublic void unset_num_workers()
- 
is_set_num_workerspublic boolean is_set_num_workers()Returns true if field num_workers is set (has been assigned a value) and false otherwise
- 
set_num_workers_isSetpublic void set_num_workers_isSet(boolean value) 
- 
get_component_executors_sizepublic int get_component_executors_size()
- 
put_to_component_executors
- 
get_component_executors
- 
set_component_executors
- 
unset_component_executorspublic void unset_component_executors()
- 
is_set_component_executorspublic boolean is_set_component_executors()Returns true if field component_executors is set (has been assigned a value) and false otherwise
- 
set_component_executors_isSetpublic void set_component_executors_isSet(boolean value) 
- 
get_launch_time_secspublic int get_launch_time_secs()
- 
set_launch_time_secspublic void set_launch_time_secs(int launch_time_secs) 
- 
unset_launch_time_secspublic void unset_launch_time_secs()
- 
is_set_launch_time_secspublic boolean is_set_launch_time_secs()Returns true if field launch_time_secs is set (has been assigned a value) and false otherwise
- 
set_launch_time_secs_isSetpublic void set_launch_time_secs_isSet(boolean value) 
- 
get_owner
- 
set_owner
- 
unset_ownerpublic void unset_owner()
- 
is_set_ownerpublic boolean is_set_owner()Returns true if field owner is set (has been assigned a value) and false otherwise
- 
set_owner_isSetpublic void set_owner_isSet(boolean value) 
- 
get_topology_action_options
- 
set_topology_action_options
- 
unset_topology_action_optionspublic void unset_topology_action_options()
- 
is_set_topology_action_optionspublic boolean is_set_topology_action_options()Returns true if field topology_action_options is set (has been assigned a value) and false otherwise
- 
set_topology_action_options_isSetpublic void set_topology_action_options_isSet(boolean value) 
- 
get_prev_status- See Also:
 
- 
set_prev_status- See Also:
 
- 
unset_prev_statuspublic void unset_prev_status()
- 
is_set_prev_statuspublic boolean is_set_prev_status()Returns true if field prev_status is set (has been assigned a value) and false otherwise
- 
set_prev_status_isSetpublic void set_prev_status_isSet(boolean value) 
- 
get_component_debug_sizepublic int get_component_debug_size()
- 
put_to_component_debug
- 
get_component_debug
- 
set_component_debug
- 
unset_component_debugpublic void unset_component_debug()
- 
is_set_component_debugpublic boolean is_set_component_debug()Returns true if field component_debug is set (has been assigned a value) and false otherwise
- 
set_component_debug_isSetpublic void set_component_debug_isSet(boolean value) 
- 
get_principal
- 
set_principal
- 
unset_principalpublic void unset_principal()
- 
is_set_principalpublic boolean is_set_principal()Returns true if field principal is set (has been assigned a value) and false otherwise
- 
set_principal_isSetpublic void set_principal_isSet(boolean value) 
- 
get_topology_version
- 
set_topology_version
- 
unset_topology_versionpublic void unset_topology_version()
- 
is_set_topology_versionpublic boolean is_set_topology_version()Returns true if field topology_version is set (has been assigned a value) and false otherwise
- 
set_topology_version_isSetpublic void set_topology_version_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<StormBase,- StormBase._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<StormBase,- StormBase._Fields> 
 
- 
isSetReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
- isSetin interface- org.apache.storm.thrift.TBase<StormBase,- StormBase._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<StormBase>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<StormBase,- StormBase._Fields> 
 
- 
readpublic void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
- readin interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
writepublic void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
- writein interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
toString
- 
validatepublic void validate() throws org.apache.storm.thrift.TException- Throws:
- org.apache.storm.thrift.TException
 
 
-