@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class ExecutorAggregateStats extends Object implements org.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>, Serializable, Cloneable, Comparable<ExecutorAggregateStats>
Modifier and Type | Class and Description |
---|---|
static class |
ExecutorAggregateStats._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<ExecutorAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
ExecutorAggregateStats() |
ExecutorAggregateStats(ExecutorAggregateStats other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(ExecutorAggregateStats other) |
ExecutorAggregateStats |
deepCopy() |
boolean |
equals(ExecutorAggregateStats that) |
boolean |
equals(Object 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 otherwise
|
boolean |
is_set_stats()
Returns true if field stats is set (has been assigned a value) and false otherwise
|
boolean |
isSet(ExecutorAggregateStats._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.storm.thrift.protocol.TProtocol iprot) |
void |
set_exec_summary_isSet(boolean value) |
void |
set_exec_summary(ExecutorSummary exec_summary) |
void |
set_stats_isSet(boolean value) |
void |
set_stats(ComponentAggregateStats stats) |
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) |
public static final Map<ExecutorAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public ExecutorAggregateStats()
public ExecutorAggregateStats(ExecutorAggregateStats other)
Performs a deep copy on other.
public ExecutorAggregateStats deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>
public ExecutorSummary get_exec_summary()
public void set_exec_summary(ExecutorSummary exec_summary)
public void unset_exec_summary()
public boolean is_set_exec_summary()
Returns true if field exec_summary is set (has been assigned a value) and false otherwise
public void set_exec_summary_isSet(boolean value)
public ComponentAggregateStats get_stats()
public void set_stats(ComponentAggregateStats stats)
public void unset_stats()
public boolean is_set_stats()
Returns true if field stats is set (has been assigned a value) and false otherwise
public void set_stats_isSet(boolean value)
public void setFieldValue(ExecutorAggregateStats._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>
public Object getFieldValue(ExecutorAggregateStats._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>
public boolean isSet(ExecutorAggregateStats._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet
in interface org.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>
public boolean equals(ExecutorAggregateStats that)
public int compareTo(ExecutorAggregateStats other)
compareTo
in interface Comparable<ExecutorAggregateStats>
public ExecutorAggregateStats._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<ExecutorAggregateStats,ExecutorAggregateStats._Fields>
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
read
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
write
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void validate() throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.