Package org.apache.storm.generated
Class RebalanceOptions
java.lang.Object
org.apache.storm.generated.RebalanceOptions
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<RebalanceOptions>,- org.apache.storm.thrift.TBase<RebalanceOptions,,- RebalanceOptions._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class RebalanceOptions
extends Object
implements org.apache.storm.thrift.TBase<RebalanceOptions,RebalanceOptions._Fields>, Serializable, Cloneable, Comparable<RebalanceOptions> 
- 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<RebalanceOptions._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intcompareTo(RebalanceOptions other) deepCopy()booleanbooleanequals(RebalanceOptions that) fieldForId(int fieldId) intintintintinthashCode()booleanReturns true if field num_executors 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 principal is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_conf_overrides is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_resources_overrides is set (has been assigned a value) and false otherwisebooleanReturns true if field wait_secs is set (has been assigned a value) and false otherwisebooleanisSet(RebalanceOptions._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidput_to_num_executors(String key, int val) voidput_to_topology_resources_overrides(String key, Map<String, Double> val) voidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_num_executors(Map<String, Integer> num_executors) voidset_num_executors_isSet(boolean value) voidset_num_workers(int num_workers) voidset_num_workers_isSet(boolean value) voidset_principal(String principal) voidset_principal_isSet(boolean value) voidset_topology_conf_overrides(String topology_conf_overrides) voidset_topology_conf_overrides_isSet(boolean value) voidvoidset_topology_resources_overrides_isSet(boolean value) voidset_wait_secs(int wait_secs) voidset_wait_secs_isSet(boolean value) voidsetFieldValue(RebalanceOptions._Fields field, Object value) toString()voidvoidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<RebalanceOptions._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
RebalanceOptionspublic RebalanceOptions()
- 
RebalanceOptionsPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<RebalanceOptions,- RebalanceOptions._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<RebalanceOptions,- RebalanceOptions._Fields> 
 
- 
get_wait_secspublic int get_wait_secs()
- 
set_wait_secspublic void set_wait_secs(int wait_secs) 
- 
unset_wait_secspublic void unset_wait_secs()
- 
is_set_wait_secspublic boolean is_set_wait_secs()Returns true if field wait_secs is set (has been assigned a value) and false otherwise
- 
set_wait_secs_isSetpublic void set_wait_secs_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_num_executors_sizepublic int get_num_executors_size()
- 
put_to_num_executors
- 
get_num_executors
- 
set_num_executors
- 
unset_num_executorspublic void unset_num_executors()
- 
is_set_num_executorspublic boolean is_set_num_executors()Returns true if field num_executors is set (has been assigned a value) and false otherwise
- 
set_num_executors_isSetpublic void set_num_executors_isSet(boolean value) 
- 
get_topology_resources_overrides_sizepublic int get_topology_resources_overrides_size()
- 
put_to_topology_resources_overrides
- 
get_topology_resources_overrides
- 
set_topology_resources_overrides
- 
unset_topology_resources_overridespublic void unset_topology_resources_overrides()
- 
is_set_topology_resources_overridespublic boolean is_set_topology_resources_overrides()Returns true if field topology_resources_overrides is set (has been assigned a value) and false otherwise
- 
set_topology_resources_overrides_isSetpublic void set_topology_resources_overrides_isSet(boolean value) 
- 
get_topology_conf_overrides
- 
set_topology_conf_overrides
- 
unset_topology_conf_overridespublic void unset_topology_conf_overrides()
- 
is_set_topology_conf_overridespublic boolean is_set_topology_conf_overrides()Returns true if field topology_conf_overrides is set (has been assigned a value) and false otherwise
- 
set_topology_conf_overrides_isSetpublic void set_topology_conf_overrides_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) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<RebalanceOptions,- RebalanceOptions._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<RebalanceOptions,- RebalanceOptions._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<RebalanceOptions,- RebalanceOptions._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<RebalanceOptions>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<RebalanceOptions,- RebalanceOptions._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
 
 
-