@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class BoltAggregateStats extends Object implements org.apache.storm.thrift.TBase<BoltAggregateStats,BoltAggregateStats._Fields>, Serializable, Cloneable, Comparable<BoltAggregateStats>
Modifier and Type | Class and Description |
---|---|
static class |
BoltAggregateStats._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<BoltAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
BoltAggregateStats() |
BoltAggregateStats(BoltAggregateStats other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(BoltAggregateStats other) |
BoltAggregateStats |
deepCopy() |
boolean |
equals(BoltAggregateStats that) |
boolean |
equals(Object that) |
BoltAggregateStats._Fields |
fieldForId(int fieldId) |
double |
get_capacity() |
double |
get_execute_latency_ms() |
long |
get_executed() |
double |
get_process_latency_ms() |
Object |
getFieldValue(BoltAggregateStats._Fields field) |
int |
hashCode() |
boolean |
is_set_capacity()
Returns true if field capacity is set (has been assigned a value) and false otherwise
|
boolean |
is_set_execute_latency_ms()
Returns true if field execute_latency_ms is set (has been assigned a value) and false otherwise
|
boolean |
is_set_executed()
Returns true if field executed is set (has been assigned a value) and false otherwise
|
boolean |
is_set_process_latency_ms()
Returns true if field process_latency_ms is set (has been assigned a value) and false otherwise
|
boolean |
isSet(BoltAggregateStats._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_capacity_isSet(boolean value) |
void |
set_capacity(double capacity) |
void |
set_execute_latency_ms_isSet(boolean value) |
void |
set_execute_latency_ms(double execute_latency_ms) |
void |
set_executed_isSet(boolean value) |
void |
set_executed(long executed) |
void |
set_process_latency_ms_isSet(boolean value) |
void |
set_process_latency_ms(double process_latency_ms) |
void |
setFieldValue(BoltAggregateStats._Fields field,
Object value) |
String |
toString() |
void |
unset_capacity() |
void |
unset_execute_latency_ms() |
void |
unset_executed() |
void |
unset_process_latency_ms() |
void |
validate() |
void |
write(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<BoltAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public BoltAggregateStats()
public BoltAggregateStats(BoltAggregateStats other)
Performs a deep copy on other.
public BoltAggregateStats deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<BoltAggregateStats,BoltAggregateStats._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<BoltAggregateStats,BoltAggregateStats._Fields>
public double get_execute_latency_ms()
public void set_execute_latency_ms(double execute_latency_ms)
public void unset_execute_latency_ms()
public boolean is_set_execute_latency_ms()
Returns true if field execute_latency_ms is set (has been assigned a value) and false otherwise
public void set_execute_latency_ms_isSet(boolean value)
public double get_process_latency_ms()
public void set_process_latency_ms(double process_latency_ms)
public void unset_process_latency_ms()
public boolean is_set_process_latency_ms()
Returns true if field process_latency_ms is set (has been assigned a value) and false otherwise
public void set_process_latency_ms_isSet(boolean value)
public long get_executed()
public void set_executed(long executed)
public void unset_executed()
public boolean is_set_executed()
Returns true if field executed is set (has been assigned a value) and false otherwise
public void set_executed_isSet(boolean value)
public double get_capacity()
public void set_capacity(double capacity)
public void unset_capacity()
public boolean is_set_capacity()
Returns true if field capacity is set (has been assigned a value) and false otherwise
public void set_capacity_isSet(boolean value)
public void setFieldValue(BoltAggregateStats._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<BoltAggregateStats,BoltAggregateStats._Fields>
public Object getFieldValue(BoltAggregateStats._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<BoltAggregateStats,BoltAggregateStats._Fields>
public boolean isSet(BoltAggregateStats._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<BoltAggregateStats,BoltAggregateStats._Fields>
public boolean equals(BoltAggregateStats that)
public int compareTo(BoltAggregateStats other)
compareTo
in interface Comparable<BoltAggregateStats>
public BoltAggregateStats._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<BoltAggregateStats,BoltAggregateStats._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.