Package org.apache.storm.generated
Class BoltAggregateStats
java.lang.Object
org.apache.storm.generated.BoltAggregateStats
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<BoltAggregateStats>
,org.apache.storm.thrift.TBase<BoltAggregateStats,
,BoltAggregateStats._Fields> org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class BoltAggregateStats
extends Object
implements org.apache.storm.thrift.TBase<BoltAggregateStats,BoltAggregateStats._Fields>, Serializable, Cloneable, Comparable<BoltAggregateStats>
- 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<BoltAggregateStats._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionPerforms a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
compareTo
(BoltAggregateStats other) deepCopy()
boolean
boolean
equals
(BoltAggregateStats that) fieldForId
(int fieldId) double
double
long
double
int
hashCode()
boolean
Returns true if field capacity is set (has been assigned a value) and false otherwiseboolean
Returns true if field execute_latency_ms is set (has been assigned a value) and false otherwiseboolean
Returns true if field executed is set (has been assigned a value) and false otherwiseboolean
Returns true if field process_latency_ms is set (has been assigned a value) and false otherwiseboolean
isSet
(BoltAggregateStats._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_capacity
(double capacity) void
set_capacity_isSet
(boolean value) void
set_execute_latency_ms
(double execute_latency_ms) void
set_execute_latency_ms_isSet
(boolean value) void
set_executed
(long executed) void
set_executed_isSet
(boolean value) void
set_process_latency_ms
(double process_latency_ms) void
set_process_latency_ms_isSet
(boolean value) void
setFieldValue
(BoltAggregateStats._Fields field, Object value) toString()
void
void
void
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<BoltAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
BoltAggregateStats
public BoltAggregateStats() -
BoltAggregateStats
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<BoltAggregateStats,
BoltAggregateStats._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<BoltAggregateStats,
BoltAggregateStats._Fields>
-
get_execute_latency_ms
public double get_execute_latency_ms() -
set_execute_latency_ms
public void set_execute_latency_ms(double execute_latency_ms) -
unset_execute_latency_ms
public void unset_execute_latency_ms() -
is_set_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 -
set_execute_latency_ms_isSet
public void set_execute_latency_ms_isSet(boolean value) -
get_process_latency_ms
public double get_process_latency_ms() -
set_process_latency_ms
public void set_process_latency_ms(double process_latency_ms) -
unset_process_latency_ms
public void unset_process_latency_ms() -
is_set_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 -
set_process_latency_ms_isSet
public void set_process_latency_ms_isSet(boolean value) -
get_executed
public long get_executed() -
set_executed
public void set_executed(long executed) -
unset_executed
public void unset_executed() -
is_set_executed
public boolean is_set_executed()Returns true if field executed is set (has been assigned a value) and false otherwise -
set_executed_isSet
public void set_executed_isSet(boolean value) -
get_capacity
public double get_capacity() -
set_capacity
public void set_capacity(double capacity) -
unset_capacity
public void unset_capacity() -
is_set_capacity
public boolean is_set_capacity()Returns true if field capacity is set (has been assigned a value) and false otherwise -
set_capacity_isSet
public void set_capacity_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<BoltAggregateStats,
BoltAggregateStats._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<BoltAggregateStats,
BoltAggregateStats._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<BoltAggregateStats,
BoltAggregateStats._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<BoltAggregateStats>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<BoltAggregateStats,
BoltAggregateStats._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
-