Package org.apache.storm.generated
Class ExecutorInfo
java.lang.Object
org.apache.storm.generated.ExecutorInfo
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<ExecutorInfo>,- org.apache.storm.thrift.TBase<ExecutorInfo,,- ExecutorInfo._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class ExecutorInfo
extends Object
implements org.apache.storm.thrift.TBase<ExecutorInfo,ExecutorInfo._Fields>, Serializable, Cloneable, Comparable<ExecutorInfo> 
- 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<ExecutorInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructorsConstructorDescriptionExecutorInfo(int task_start, int task_end) ExecutorInfo(ExecutorInfo other) Performs a deep copy on other.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intcompareTo(ExecutorInfo other) deepCopy()booleanbooleanequals(ExecutorInfo that) fieldForId(int fieldId) intintinthashCode()booleanReturns true if field task_end is set (has been assigned a value) and false otherwisebooleanReturns true if field task_start is set (has been assigned a value) and false otherwisebooleanisSet(ExecutorInfo._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_task_end(int task_end) voidset_task_end_isSet(boolean value) voidset_task_start(int task_start) voidset_task_start_isSet(boolean value) voidsetFieldValue(ExecutorInfo._Fields field, Object value) toString()voidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<ExecutorInfo._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
ExecutorInfopublic ExecutorInfo()
- 
ExecutorInfopublic ExecutorInfo(int task_start, int task_end) 
- 
ExecutorInfoPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<ExecutorInfo,- ExecutorInfo._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<ExecutorInfo,- ExecutorInfo._Fields> 
 
- 
get_task_startpublic int get_task_start()
- 
set_task_startpublic void set_task_start(int task_start) 
- 
unset_task_startpublic void unset_task_start()
- 
is_set_task_startpublic boolean is_set_task_start()Returns true if field task_start is set (has been assigned a value) and false otherwise
- 
set_task_start_isSetpublic void set_task_start_isSet(boolean value) 
- 
get_task_endpublic int get_task_end()
- 
set_task_endpublic void set_task_end(int task_end) 
- 
unset_task_endpublic void unset_task_end()
- 
is_set_task_endpublic boolean is_set_task_end()Returns true if field task_end is set (has been assigned a value) and false otherwise
- 
set_task_end_isSetpublic void set_task_end_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<ExecutorInfo,- ExecutorInfo._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<ExecutorInfo,- ExecutorInfo._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<ExecutorInfo,- ExecutorInfo._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<ExecutorInfo>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<ExecutorInfo,- ExecutorInfo._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
 
 
-