Package org.apache.storm.generated
Class TopologyStats
java.lang.Object
org.apache.storm.generated.TopologyStats
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<TopologyStats>,- org.apache.storm.thrift.TBase<TopologyStats,,- TopologyStats._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class TopologyStats
extends Object
implements org.apache.storm.thrift.TBase<TopologyStats,TopologyStats._Fields>, Serializable, Cloneable, Comparable<TopologyStats> 
- 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<TopologyStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intcompareTo(TopologyStats other) deepCopy()booleanbooleanequals(TopologyStats that) fieldForId(int fieldId) intintintintintinthashCode()booleanReturns true if field window_to_acked is set (has been assigned a value) and false otherwisebooleanReturns true if field window_to_complete_latencies_ms is set (has been assigned a value) and false otherwisebooleanReturns true if field window_to_emitted is set (has been assigned a value) and false otherwisebooleanReturns true if field window_to_failed is set (has been assigned a value) and false otherwisebooleanReturns true if field window_to_transferred is set (has been assigned a value) and false otherwisebooleanisSet(TopologyStats._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidput_to_window_to_acked(String key, long val) voidput_to_window_to_complete_latencies_ms(String key, double val) voidput_to_window_to_emitted(String key, long val) voidput_to_window_to_failed(String key, long val) voidput_to_window_to_transferred(String key, long val) voidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_window_to_acked(Map<String, Long> window_to_acked) voidset_window_to_acked_isSet(boolean value) voidset_window_to_complete_latencies_ms(Map<String, Double> window_to_complete_latencies_ms) voidset_window_to_complete_latencies_ms_isSet(boolean value) voidset_window_to_emitted(Map<String, Long> window_to_emitted) voidset_window_to_emitted_isSet(boolean value) voidset_window_to_failed(Map<String, Long> window_to_failed) voidset_window_to_failed_isSet(boolean value) voidset_window_to_transferred(Map<String, Long> window_to_transferred) voidset_window_to_transferred_isSet(boolean value) voidsetFieldValue(TopologyStats._Fields field, Object value) toString()voidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<TopologyStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
TopologyStatspublic TopologyStats()
- 
TopologyStatsPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<TopologyStats,- TopologyStats._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<TopologyStats,- TopologyStats._Fields> 
 
- 
get_window_to_emitted_sizepublic int get_window_to_emitted_size()
- 
put_to_window_to_emitted
- 
get_window_to_emitted
- 
set_window_to_emitted
- 
unset_window_to_emittedpublic void unset_window_to_emitted()
- 
is_set_window_to_emittedpublic boolean is_set_window_to_emitted()Returns true if field window_to_emitted is set (has been assigned a value) and false otherwise
- 
set_window_to_emitted_isSetpublic void set_window_to_emitted_isSet(boolean value) 
- 
get_window_to_transferred_sizepublic int get_window_to_transferred_size()
- 
put_to_window_to_transferred
- 
get_window_to_transferred
- 
set_window_to_transferred
- 
unset_window_to_transferredpublic void unset_window_to_transferred()
- 
is_set_window_to_transferredpublic boolean is_set_window_to_transferred()Returns true if field window_to_transferred is set (has been assigned a value) and false otherwise
- 
set_window_to_transferred_isSetpublic void set_window_to_transferred_isSet(boolean value) 
- 
get_window_to_complete_latencies_ms_sizepublic int get_window_to_complete_latencies_ms_size()
- 
put_to_window_to_complete_latencies_ms
- 
get_window_to_complete_latencies_ms
- 
set_window_to_complete_latencies_ms
- 
unset_window_to_complete_latencies_mspublic void unset_window_to_complete_latencies_ms()
- 
is_set_window_to_complete_latencies_mspublic boolean is_set_window_to_complete_latencies_ms()Returns true if field window_to_complete_latencies_ms is set (has been assigned a value) and false otherwise
- 
set_window_to_complete_latencies_ms_isSetpublic void set_window_to_complete_latencies_ms_isSet(boolean value) 
- 
get_window_to_acked_sizepublic int get_window_to_acked_size()
- 
put_to_window_to_acked
- 
get_window_to_acked
- 
set_window_to_acked
- 
unset_window_to_ackedpublic void unset_window_to_acked()
- 
is_set_window_to_ackedpublic boolean is_set_window_to_acked()Returns true if field window_to_acked is set (has been assigned a value) and false otherwise
- 
set_window_to_acked_isSetpublic void set_window_to_acked_isSet(boolean value) 
- 
get_window_to_failed_sizepublic int get_window_to_failed_size()
- 
put_to_window_to_failed
- 
get_window_to_failed
- 
set_window_to_failed
- 
unset_window_to_failedpublic void unset_window_to_failed()
- 
is_set_window_to_failedpublic boolean is_set_window_to_failed()Returns true if field window_to_failed is set (has been assigned a value) and false otherwise
- 
set_window_to_failed_isSetpublic void set_window_to_failed_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<TopologyStats,- TopologyStats._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<TopologyStats,- TopologyStats._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<TopologyStats,- TopologyStats._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<TopologyStats>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<TopologyStats,- TopologyStats._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
 
 
-