Package org.apache.storm.generated
Class ExecutorAggregateStats
java.lang.Object
org.apache.storm.generated.ExecutorAggregateStats
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<ExecutorAggregateStats>
,org.apache.storm.thrift.TBase<ExecutorAggregateStats,
,ExecutorAggregateStats._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class ExecutorAggregateStats
extends Object
implements org.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>, Serializable, Cloneable, Comparable<ExecutorAggregateStats>
- 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<ExecutorAggregateStats._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionPerforms a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
compareTo
(ExecutorAggregateStats other) deepCopy()
boolean
boolean
equals
(ExecutorAggregateStats that) fieldForId
(int fieldId) int
hashCode()
boolean
Returns true if field exec_summary is set (has been assigned a value) and false otherwiseboolean
Returns true if field stats is set (has been assigned a value) and false otherwiseboolean
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_exec_summary
(ExecutorSummary exec_summary) void
set_exec_summary_isSet
(boolean value) void
set_stats
(ComponentAggregateStats stats) void
set_stats_isSet
(boolean value) void
setFieldValue
(ExecutorAggregateStats._Fields field, Object value) toString()
void
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<ExecutorAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
ExecutorAggregateStats
public ExecutorAggregateStats() -
ExecutorAggregateStats
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<ExecutorAggregateStats,
ExecutorAggregateStats._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<ExecutorAggregateStats,
ExecutorAggregateStats._Fields>
-
get_exec_summary
-
set_exec_summary
-
unset_exec_summary
public void unset_exec_summary() -
is_set_exec_summary
public boolean is_set_exec_summary()Returns true if field exec_summary is set (has been assigned a value) and false otherwise -
set_exec_summary_isSet
public void set_exec_summary_isSet(boolean value) -
get_stats
-
set_stats
-
unset_stats
public void unset_stats() -
is_set_stats
public boolean is_set_stats()Returns true if field stats is set (has been assigned a value) and false otherwise -
set_stats_isSet
public void set_stats_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<ExecutorAggregateStats,
ExecutorAggregateStats._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<ExecutorAggregateStats,
ExecutorAggregateStats._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<ExecutorAggregateStats,
ExecutorAggregateStats._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<ExecutorAggregateStats>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<ExecutorAggregateStats,
ExecutorAggregateStats._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
-