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.19.0)")
public class LocalAssignment
extends Object
implements org.apache.storm.thrift.TBase<LocalAssignment,LocalAssignment._Fields>, Serializable, Cloneable, Comparable<LocalAssignment>
- 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<LocalAssignment._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionLocalAssignment
(String topology_id, List<ExecutorInfo> executors) LocalAssignment
(LocalAssignment other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
add_to_executors
(ExecutorInfo elem) void
clear()
int
compareTo
(LocalAssignment other) deepCopy()
boolean
boolean
equals
(LocalAssignment that) fieldForId
(int fieldId) int
double
int
hashCode()
boolean
Returns true if field executors is set (has been assigned a value) and false otherwiseboolean
Returns true if field owner is set (has been assigned a value) and false otherwiseboolean
Returns true if field resources is set (has been assigned a value) and false otherwiseboolean
Returns true if field topology_id is set (has been assigned a value) and false otherwiseboolean
Returns true if field total_node_shared is set (has been assigned a value) and false otherwiseboolean
isSet
(LocalAssignment._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
read
(org.apache.storm.thrift.protocol.TProtocol iprot) void
set_executors
(List<ExecutorInfo> executors) void
set_executors_isSet
(boolean value) void
void
set_owner_isSet
(boolean value) void
set_resources
(WorkerResources resources) void
set_resources_isSet
(boolean value) void
set_topology_id
(String topology_id) void
set_topology_id_isSet
(boolean value) void
set_total_node_shared
(double total_node_shared) void
set_total_node_shared_isSet
(boolean value) void
setFieldValue
(LocalAssignment._Fields field, Object value) toString()
void
void
void
void
void
void
validate()
void
write
(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:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<LocalAssignment,
LocalAssignment._Fields>
-
clear
public void clear()- Specified by:
clear
in 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:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<LocalAssignment,
LocalAssignment._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in 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:
isSet
in interfaceorg.apache.storm.thrift.TBase<LocalAssignment,
LocalAssignment._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<LocalAssignment>
-
fieldForId
- Specified by:
fieldForId
in 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:
read
in 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:
write
in 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
-