Package org.apache.storm.generated
Class LocalAssignment
java.lang.Object
org.apache.storm.generated.LocalAssignment
- All Implemented Interfaces:
 Serializable,Cloneable,Comparable<LocalAssignment>,org.apache.storm.thrift.TBase<LocalAssignment,,LocalAssignment._Fields> org.apache.storm.thrift.TSerializable
- Direct Known Subclasses:
 TimerDecoratedAssignment
@Generated("Autogenerated by Thrift Compiler (0.13.0)")
public class LocalAssignment
extends Object
implements org.apache.storm.thrift.TBase<LocalAssignment,LocalAssignment._Fields>, Serializable, Cloneable, Comparable<LocalAssignment> 
- 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<LocalAssignment._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>  - 
Constructor Summary
ConstructorsConstructorDescriptionLocalAssignment(String topology_id, List<ExecutorInfo> executors) LocalAssignment(LocalAssignment other) Performs a deep copy on other. - 
Method Summary
Modifier and TypeMethodDescriptionvoidadd_to_executors(ExecutorInfo elem) voidclear()intcompareTo(LocalAssignment other) deepCopy()booleanbooleanequals(LocalAssignment that) fieldForId(int fieldId) intdoubleinthashCode()booleanReturns true if field executors 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 resources is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_id is set (has been assigned a value) and false otherwisebooleanReturns true if field total_node_shared is set (has been assigned a value) and false otherwisebooleanisSet(LocalAssignment._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_executors(List<ExecutorInfo> executors) voidset_executors_isSet(boolean value) voidvoidset_owner_isSet(boolean value) voidset_resources(WorkerResources resources) voidset_resources_isSet(boolean value) voidset_topology_id(String topology_id) voidset_topology_id_isSet(boolean value) voidset_total_node_shared(double total_node_shared) voidset_total_node_shared_isSet(boolean value) voidsetFieldValue(LocalAssignment._Fields field, Object value) toString()voidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot)  
- 
Field Details
- 
metaDataMap
public static final Map<LocalAssignment._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap 
 - 
 - 
Constructor Details
- 
LocalAssignment
public LocalAssignment() - 
LocalAssignment
 - 
LocalAssignment
Performs a deep copy on other. 
 - 
 - 
Method Details
- 
deepCopy
- Specified by:
 deepCopyin interfaceorg.apache.storm.thrift.TBase<LocalAssignment,LocalAssignment._Fields> 
 - 
clear
public void clear()- Specified by:
 clearin interfaceorg.apache.storm.thrift.TBase<LocalAssignment,LocalAssignment._Fields> 
 - 
get_topology_id
 - 
set_topology_id
 - 
unset_topology_id
public void unset_topology_id() - 
is_set_topology_id
public boolean is_set_topology_id()Returns true if field topology_id is set (has been assigned a value) and false otherwise - 
set_topology_id_isSet
public void set_topology_id_isSet(boolean value)  - 
get_executors_size
public int get_executors_size() - 
get_executors_iterator
 - 
add_to_executors
 - 
get_executors
 - 
set_executors
 - 
unset_executors
public void unset_executors() - 
is_set_executors
public boolean is_set_executors()Returns true if field executors is set (has been assigned a value) and false otherwise - 
set_executors_isSet
public void set_executors_isSet(boolean value)  - 
get_resources
 - 
set_resources
 - 
unset_resources
public void unset_resources() - 
is_set_resources
public boolean is_set_resources()Returns true if field resources is set (has been assigned a value) and false otherwise - 
set_resources_isSet
public void set_resources_isSet(boolean value)  - 
get_owner
 - 
set_owner
 - 
unset_owner
public void unset_owner() - 
is_set_owner
public boolean is_set_owner()Returns true if field owner is set (has been assigned a value) and false otherwise - 
set_owner_isSet
public void set_owner_isSet(boolean value)  - 
setFieldValue
- Specified by:
 setFieldValuein interfaceorg.apache.storm.thrift.TBase<LocalAssignment,LocalAssignment._Fields> 
 - 
getFieldValue
- Specified by:
 getFieldValuein interfaceorg.apache.storm.thrift.TBase<LocalAssignment,LocalAssignment._Fields> 
 - 
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
 isSetin interfaceorg.apache.storm.thrift.TBase<LocalAssignment,LocalAssignment._Fields> 
 - 
equals
 - 
equals
 - 
hashCode
public int hashCode() - 
compareTo
- Specified by:
 compareToin interfaceComparable<LocalAssignment>
 - 
fieldForId
- Specified by:
 fieldForIdin interfaceorg.apache.storm.thrift.TBase<LocalAssignment,LocalAssignment._Fields> 
 - 
read
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
 readin interfaceorg.apache.storm.thrift.TSerializable- Throws:
 org.apache.storm.thrift.TException
 - 
write
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
 writein interfaceorg.apache.storm.thrift.TSerializable- Throws:
 org.apache.storm.thrift.TException
 - 
toString
 - 
validate
public void validate() throws org.apache.storm.thrift.TException- Throws:
 org.apache.storm.thrift.TException
 
 -