Package org.apache.storm.generated
Class LSWorkerHeartbeat
java.lang.Object
org.apache.storm.generated.LSWorkerHeartbeat
- All Implemented Interfaces:
 Serializable,Cloneable,Comparable<LSWorkerHeartbeat>,org.apache.storm.thrift.TBase<LSWorkerHeartbeat,,LSWorkerHeartbeat._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class LSWorkerHeartbeat
extends Object
implements org.apache.storm.thrift.TBase<LSWorkerHeartbeat,LSWorkerHeartbeat._Fields>, Serializable, Cloneable, Comparable<LSWorkerHeartbeat> 
- 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<LSWorkerHeartbeat._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>  - 
Constructor Summary
ConstructorsConstructorDescriptionLSWorkerHeartbeat(int time_secs, String topology_id, List<ExecutorInfo> executors, int port) Performs a deep copy on other. - 
Method Summary
Modifier and TypeMethodDescriptionvoidadd_to_executors(ExecutorInfo elem) voidclear()intcompareTo(LSWorkerHeartbeat other) deepCopy()booleanbooleanequals(LSWorkerHeartbeat that) fieldForId(int fieldId) intintget_port()intinthashCode()booleanReturns true if field executors is set (has been assigned a value) and false otherwisebooleanReturns true if field port is set (has been assigned a value) and false otherwisebooleanReturns true if field time_secs is set (has been assigned a value) and false otherwisebooleanReturns true if field topology_id is set (has been assigned a value) and false otherwisebooleanisSet(LSWorkerHeartbeat._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) voidset_port(int port) voidset_port_isSet(boolean value) voidset_time_secs(int time_secs) voidset_time_secs_isSet(boolean value) voidset_topology_id(String topology_id) voidset_topology_id_isSet(boolean value) voidsetFieldValue(LSWorkerHeartbeat._Fields field, Object value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot)  
- 
Field Details
- 
metaDataMap
public static final Map<LSWorkerHeartbeat._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap 
 - 
 - 
Constructor Details
- 
LSWorkerHeartbeat
public LSWorkerHeartbeat() - 
LSWorkerHeartbeat
 - 
LSWorkerHeartbeat
Performs a deep copy on other. 
 - 
 - 
Method Details
- 
deepCopy
- Specified by:
 deepCopyin interfaceorg.apache.storm.thrift.TBase<LSWorkerHeartbeat,LSWorkerHeartbeat._Fields> 
 - 
clear
public void clear()- Specified by:
 clearin interfaceorg.apache.storm.thrift.TBase<LSWorkerHeartbeat,LSWorkerHeartbeat._Fields> 
 - 
get_time_secs
public int get_time_secs() - 
set_time_secs
public void set_time_secs(int time_secs)  - 
unset_time_secs
public void unset_time_secs() - 
is_set_time_secs
public boolean is_set_time_secs()Returns true if field time_secs is set (has been assigned a value) and false otherwise - 
set_time_secs_isSet
public void set_time_secs_isSet(boolean value)  - 
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_port
public int get_port() - 
set_port
public void set_port(int port)  - 
unset_port
public void unset_port() - 
is_set_port
public boolean is_set_port()Returns true if field port is set (has been assigned a value) and false otherwise - 
set_port_isSet
public void set_port_isSet(boolean value)  - 
setFieldValue
- Specified by:
 setFieldValuein interfaceorg.apache.storm.thrift.TBase<LSWorkerHeartbeat,LSWorkerHeartbeat._Fields> 
 - 
getFieldValue
- Specified by:
 getFieldValuein interfaceorg.apache.storm.thrift.TBase<LSWorkerHeartbeat,LSWorkerHeartbeat._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<LSWorkerHeartbeat,LSWorkerHeartbeat._Fields> 
 - 
equals
 - 
equals
 - 
hashCode
public int hashCode() - 
compareTo
- Specified by:
 compareToin interfaceComparable<LSWorkerHeartbeat>
 - 
fieldForId
- Specified by:
 fieldForIdin interfaceorg.apache.storm.thrift.TBase<LSWorkerHeartbeat,LSWorkerHeartbeat._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
 
 -