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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutorAggregateStats._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<ExecutorAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData>
metaDataMap
-
Constructor Summary
Constructors Constructor Description ExecutorAggregateStats()
ExecutorAggregateStats(ExecutorAggregateStats other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(ExecutorAggregateStats other)
ExecutorAggregateStats
deepCopy()
boolean
equals(Object that)
boolean
equals(ExecutorAggregateStats that)
ExecutorAggregateStats._Fields
fieldForId(int fieldId)
ExecutorSummary
get_exec_summary()
ComponentAggregateStats
get_stats()
Object
getFieldValue(ExecutorAggregateStats._Fields field)
int
hashCode()
boolean
is_set_exec_summary()
Returns true if field exec_summary is set (has been assigned a value) and false otherwiseboolean
is_set_stats()
Returns true if field stats is set (has been assigned a value) and false otherwiseboolean
isSet(ExecutorAggregateStats._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_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)
String
toString()
void
unset_exec_summary()
void
unset_stats()
void
validate()
void
write(org.apache.storm.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
metaDataMap
public static final Map<ExecutorAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
ExecutorAggregateStats
public ExecutorAggregateStats()
-
ExecutorAggregateStats
public ExecutorAggregateStats(ExecutorAggregateStats other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public ExecutorAggregateStats 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
public ExecutorSummary get_exec_summary()
-
set_exec_summary
public void set_exec_summary(ExecutorSummary 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
public ComponentAggregateStats get_stats()
-
set_stats
public void set_stats(ComponentAggregateStats 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
public void setFieldValue(ExecutorAggregateStats._Fields field, Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>
-
getFieldValue
public Object getFieldValue(ExecutorAggregateStats._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>
-
isSet
public boolean isSet(ExecutorAggregateStats._Fields field)
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
public boolean equals(ExecutorAggregateStats that)
-
compareTo
public int compareTo(ExecutorAggregateStats other)
- Specified by:
compareTo
in interfaceComparable<ExecutorAggregateStats>
-
fieldForId
public ExecutorAggregateStats._Fields fieldForId(int fieldId)
- 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
-
validate
public void validate() throws org.apache.storm.thrift.TException
- Throws:
org.apache.storm.thrift.TException
-
-