@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class SpoutAggregateStats extends Object implements org.apache.storm.thrift.TBase<SpoutAggregateStats,SpoutAggregateStats._Fields>, Serializable, Cloneable, Comparable<SpoutAggregateStats>
Modifier and Type | Class and Description |
---|---|
static class |
SpoutAggregateStats._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<SpoutAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
SpoutAggregateStats() |
SpoutAggregateStats(SpoutAggregateStats other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(SpoutAggregateStats other) |
SpoutAggregateStats |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(SpoutAggregateStats that) |
SpoutAggregateStats._Fields |
fieldForId(int fieldId) |
double |
get_complete_latency_ms() |
Object |
getFieldValue(SpoutAggregateStats._Fields field) |
int |
hashCode() |
boolean |
is_set_complete_latency_ms()
Returns true if field complete_latency_ms is set (has been assigned a value) and false otherwise
|
boolean |
isSet(SpoutAggregateStats._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.storm.thrift.protocol.TProtocol iprot) |
void |
set_complete_latency_ms_isSet(boolean value) |
void |
set_complete_latency_ms(double complete_latency_ms) |
void |
setFieldValue(SpoutAggregateStats._Fields field,
Object value) |
String |
toString() |
void |
unset_complete_latency_ms() |
void |
validate() |
void |
write(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<SpoutAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public SpoutAggregateStats()
public SpoutAggregateStats(SpoutAggregateStats other)
Performs a deep copy on other.
public SpoutAggregateStats deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<SpoutAggregateStats,SpoutAggregateStats._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<SpoutAggregateStats,SpoutAggregateStats._Fields>
public double get_complete_latency_ms()
public void set_complete_latency_ms(double complete_latency_ms)
public void unset_complete_latency_ms()
public boolean is_set_complete_latency_ms()
Returns true if field complete_latency_ms is set (has been assigned a value) and false otherwise
public void set_complete_latency_ms_isSet(boolean value)
public void setFieldValue(SpoutAggregateStats._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<SpoutAggregateStats,SpoutAggregateStats._Fields>
public Object getFieldValue(SpoutAggregateStats._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<SpoutAggregateStats,SpoutAggregateStats._Fields>
public boolean isSet(SpoutAggregateStats._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet
in interface org.apache.storm.thrift.TBase<SpoutAggregateStats,SpoutAggregateStats._Fields>
public boolean equals(SpoutAggregateStats that)
public int compareTo(SpoutAggregateStats other)
compareTo
in interface Comparable<SpoutAggregateStats>
public SpoutAggregateStats._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<SpoutAggregateStats,SpoutAggregateStats._Fields>
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
read
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
write
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void validate() throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.