@Generated(value="Autogenerated by Thrift Compiler (0.12.0)") public class SpoutStats extends Object implements org.apache.thrift.TBase<SpoutStats,SpoutStats._Fields>, Serializable, Cloneable, Comparable<SpoutStats>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SpoutStats._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Map<SpoutStats._Fields,org.apache.thrift.meta_data.FieldMetaData> | metaDataMap | 
| Constructor and Description | 
|---|
| SpoutStats() | 
| SpoutStats(Map<String,Map<String,Long>> acked,
          Map<String,Map<String,Long>> failed,
          Map<String,Map<String,Double>> complete_ms_avg) | 
| SpoutStats(SpoutStats other)Performs a deep copy on other. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| int | compareTo(SpoutStats other) | 
| SpoutStats | deepCopy() | 
| boolean | equals(Object that) | 
| boolean | equals(SpoutStats that) | 
| SpoutStats._Fields | fieldForId(int fieldId) | 
| int | get_acked_size() | 
| Map<String,Map<String,Long>> | get_acked() | 
| int | get_complete_ms_avg_size() | 
| Map<String,Map<String,Double>> | get_complete_ms_avg() | 
| int | get_failed_size() | 
| Map<String,Map<String,Long>> | get_failed() | 
| Object | getFieldValue(SpoutStats._Fields field) | 
| int | hashCode() | 
| boolean | is_set_acked()Returns true if field acked is set (has been assigned a value) and false otherwise | 
| boolean | is_set_complete_ms_avg()Returns true if field complete_ms_avg is set (has been assigned a value) and false otherwise | 
| boolean | is_set_failed()Returns true if field failed is set (has been assigned a value) and false otherwise | 
| boolean | isSet(SpoutStats._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise | 
| void | put_to_acked(String key,
            Map<String,Long> val) | 
| void | put_to_complete_ms_avg(String key,
                      Map<String,Double> val) | 
| void | put_to_failed(String key,
             Map<String,Long> val) | 
| void | read(org.apache.thrift.protocol.TProtocol iprot) | 
| void | set_acked_isSet(boolean value) | 
| void | set_acked(Map<String,Map<String,Long>> acked) | 
| void | set_complete_ms_avg_isSet(boolean value) | 
| void | set_complete_ms_avg(Map<String,Map<String,Double>> complete_ms_avg) | 
| void | set_failed_isSet(boolean value) | 
| void | set_failed(Map<String,Map<String,Long>> failed) | 
| void | setFieldValue(SpoutStats._Fields field,
             Object value) | 
| String | toString() | 
| void | unset_acked() | 
| void | unset_complete_ms_avg() | 
| void | unset_failed() | 
| void | validate() | 
| void | write(org.apache.thrift.protocol.TProtocol oprot) | 
public static final Map<SpoutStats._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public SpoutStats()
public SpoutStats(Map<String,Map<String,Long>> acked, Map<String,Map<String,Long>> failed, Map<String,Map<String,Double>> complete_ms_avg)
public SpoutStats(SpoutStats other)
Performs a deep copy on other.
public SpoutStats deepCopy()
deepCopy in interface org.apache.thrift.TBase<SpoutStats,SpoutStats._Fields>public void clear()
clear in interface org.apache.thrift.TBase<SpoutStats,SpoutStats._Fields>public int get_acked_size()
public void unset_acked()
public boolean is_set_acked()
Returns true if field acked is set (has been assigned a value) and false otherwise
public void set_acked_isSet(boolean value)
public int get_failed_size()
public void unset_failed()
public boolean is_set_failed()
Returns true if field failed is set (has been assigned a value) and false otherwise
public void set_failed_isSet(boolean value)
public int get_complete_ms_avg_size()
public void unset_complete_ms_avg()
public boolean is_set_complete_ms_avg()
Returns true if field complete_ms_avg is set (has been assigned a value) and false otherwise
public void set_complete_ms_avg_isSet(boolean value)
public void setFieldValue(SpoutStats._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<SpoutStats,SpoutStats._Fields>public Object getFieldValue(SpoutStats._Fields field)
getFieldValue in interface org.apache.thrift.TBase<SpoutStats,SpoutStats._Fields>public boolean isSet(SpoutStats._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet in interface org.apache.thrift.TBase<SpoutStats,SpoutStats._Fields>public boolean equals(SpoutStats that)
public int compareTo(SpoutStats other)
compareTo in interface Comparable<SpoutStats>public SpoutStats._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<SpoutStats,SpoutStats._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
              throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2022 The Apache Software Foundation. All Rights Reserved.