Package org.apache.storm.generated
Class ComponentAggregateStats
java.lang.Object
org.apache.storm.generated.ComponentAggregateStats
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<ComponentAggregateStats>,- org.apache.storm.thrift.TBase<ComponentAggregateStats,,- ComponentAggregateStats._Fields> - org.apache.storm.thrift.TSerializable
@Generated("Autogenerated by Thrift Compiler (0.19.0)")
public class ComponentAggregateStats
extends Object
implements org.apache.storm.thrift.TBase<ComponentAggregateStats,ComponentAggregateStats._Fields>, Serializable, Cloneable, Comparable<ComponentAggregateStats> 
- 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<ComponentAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructorsConstructorDescriptionPerforms a deep copy on other.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intcompareTo(ComponentAggregateStats other) deepCopy()booleanbooleanfieldForId(int fieldId) get_type()inthashCode()booleanReturns true if field common_stats is set (has been assigned a value) and false otherwisebooleanReturns true if field last_error is set (has been assigned a value) and false otherwisebooleanReturns true if field specific_stats is set (has been assigned a value) and false otherwisebooleanReturns true if field type is set (has been assigned a value) and false otherwisebooleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidread(org.apache.storm.thrift.protocol.TProtocol iprot) voidset_common_stats(CommonAggregateStats common_stats) voidset_common_stats_isSet(boolean value) voidset_last_error(ErrorInfo last_error) voidset_last_error_isSet(boolean value) voidset_specific_stats(SpecificAggregateStats specific_stats) voidset_specific_stats_isSet(boolean value) voidset_type(ComponentType type) voidset_type_isSet(boolean value) voidsetFieldValue(ComponentAggregateStats._Fields field, Object value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.storm.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
metaDataMappublic static final Map<ComponentAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
 
- 
- 
Constructor Details- 
ComponentAggregateStatspublic ComponentAggregateStats()
- 
ComponentAggregateStatsPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.storm.thrift.TBase<ComponentAggregateStats,- ComponentAggregateStats._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.storm.thrift.TBase<ComponentAggregateStats,- ComponentAggregateStats._Fields> 
 
- 
get_type- See Also:
 
- 
set_type- See Also:
 
- 
unset_typepublic void unset_type()
- 
is_set_typepublic boolean is_set_type()Returns true if field type is set (has been assigned a value) and false otherwise
- 
set_type_isSetpublic void set_type_isSet(boolean value) 
- 
get_common_stats
- 
set_common_stats
- 
unset_common_statspublic void unset_common_stats()
- 
is_set_common_statspublic boolean is_set_common_stats()Returns true if field common_stats is set (has been assigned a value) and false otherwise
- 
set_common_stats_isSetpublic void set_common_stats_isSet(boolean value) 
- 
get_specific_stats
- 
set_specific_stats
- 
unset_specific_statspublic void unset_specific_stats()
- 
is_set_specific_statspublic boolean is_set_specific_stats()Returns true if field specific_stats is set (has been assigned a value) and false otherwise
- 
set_specific_stats_isSetpublic void set_specific_stats_isSet(boolean value) 
- 
get_last_error
- 
set_last_error
- 
unset_last_errorpublic void unset_last_error()
- 
is_set_last_errorpublic boolean is_set_last_error()Returns true if field last_error is set (has been assigned a value) and false otherwise
- 
set_last_error_isSetpublic void set_last_error_isSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.storm.thrift.TBase<ComponentAggregateStats,- ComponentAggregateStats._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.storm.thrift.TBase<ComponentAggregateStats,- ComponentAggregateStats._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<ComponentAggregateStats,- ComponentAggregateStats._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<ComponentAggregateStats>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.storm.thrift.TBase<ComponentAggregateStats,- ComponentAggregateStats._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
 
 
-