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 SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Map<BoltAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructorsConstructorDescriptionPerforms a deep copy on other.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intcompareTo(BoltAggregateStats other) deepCopy()booleanbooleanequals(BoltAggregateStats that) fieldForId(int fieldId) doubledoublelongdoubleinthashCode()booleanReturns true if field capacity is set (has been assigned a value) and false otherwisebooleanReturns true if field execute_latency_ms is set (has been assigned a value) and false otherwisebooleanReturns true if field executed is set (has been assigned a value) and false otherwisebooleanReturns true if field process_latency_ms is set (has been assigned a value) and false otherwisebooleanisSet(BoltAggregateStats._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_capacity(double capacity) voidset_capacity_isSet(boolean value) voidset_execute_latency_ms(double execute_latency_ms) voidset_execute_latency_ms_isSet(boolean value) voidset_executed(long executed) voidset_executed_isSet(boolean value) voidset_process_latency_ms(double process_latency_ms) voidset_process_latency_ms_isSet(boolean value) voidsetFieldValue(BoltAggregateStats._Fields field, Object value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<BoltAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
BoltAggregateStatspublic BoltAggregateStats()
- 
BoltAggregateStatsPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<BoltAggregateStats,- BoltAggregateStats._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<BoltAggregateStats,- BoltAggregateStats._Fields> 
 
- 
get_execute_latency_mspublic double get_execute_latency_ms()
- 
set_execute_latency_mspublic void set_execute_latency_ms(double execute_latency_ms) 
- 
unset_execute_latency_mspublic void unset_execute_latency_ms()
- 
is_set_execute_latency_mspublic 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_isSetpublic void set_execute_latency_ms_isSet(boolean value) 
- 
get_process_latency_mspublic double get_process_latency_ms()
- 
set_process_latency_mspublic void set_process_latency_ms(double process_latency_ms) 
- 
unset_process_latency_mspublic void unset_process_latency_ms()
- 
is_set_process_latency_mspublic 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_isSetpublic void set_process_latency_ms_isSet(boolean value) 
- 
get_executedpublic long get_executed()
- 
set_executedpublic void set_executed(long executed) 
- 
unset_executedpublic void unset_executed()
- 
is_set_executedpublic boolean is_set_executed()Returns true if field executed is set (has been assigned a value) and false otherwise
- 
set_executed_isSetpublic void set_executed_isSet(boolean value) 
- 
get_capacitypublic double get_capacity()
- 
set_capacitypublic void set_capacity(double capacity) 
- 
unset_capacitypublic void unset_capacity()
- 
is_set_capacitypublic boolean is_set_capacity()Returns true if field capacity is set (has been assigned a value) and false otherwise
- 
set_capacity_isSetpublic void set_capacity_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<BoltAggregateStats,- BoltAggregateStats._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<BoltAggregateStats,- BoltAggregateStats._Fields> 
 
- 
isSetReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
- isSetin interface- org.apache.storm.thrift.TBase<BoltAggregateStats,- BoltAggregateStats._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<BoltAggregateStats>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<BoltAggregateStats,- BoltAggregateStats._Fields> 
 
- 
readpublic void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
- readin interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
writepublic void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
- writein interface- org.apache.storm.thrift.TSerializable
- Throws:
- org.apache.storm.thrift.TException
 
- 
toString
- 
validatepublic void validate() throws org.apache.storm.thrift.TException- Throws:
- org.apache.storm.thrift.TException
 
 
-