@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class SpecificAggregateStats extends org.apache.storm.thrift.TUnion<SpecificAggregateStats,SpecificAggregateStats._Fields>
Modifier and Type | Class and Description |
---|---|
static class |
SpecificAggregateStats._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<SpecificAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
SpecificAggregateStats() |
SpecificAggregateStats(SpecificAggregateStats._Fields setField,
Object value) |
SpecificAggregateStats(SpecificAggregateStats other) |
Modifier and Type | Method and Description |
---|---|
static SpecificAggregateStats |
bolt(BoltAggregateStats value) |
protected void |
checkType(SpecificAggregateStats._Fields setField,
Object value) |
int |
compareTo(SpecificAggregateStats other) |
SpecificAggregateStats |
deepCopy() |
protected SpecificAggregateStats._Fields |
enumForId(short id) |
boolean |
equals(Object other) |
boolean |
equals(SpecificAggregateStats other) |
SpecificAggregateStats._Fields |
fieldForId(int fieldId) |
BoltAggregateStats |
get_bolt() |
SpoutAggregateStats |
get_spout() |
protected org.apache.storm.thrift.protocol.TField |
getFieldDesc(SpecificAggregateStats._Fields setField) |
protected org.apache.storm.thrift.protocol.TStruct |
getStructDesc() |
int |
hashCode() |
boolean |
is_set_bolt() |
boolean |
is_set_spout() |
void |
set_bolt(BoltAggregateStats value) |
void |
set_spout(SpoutAggregateStats value) |
static SpecificAggregateStats |
spout(SpoutAggregateStats value) |
protected Object |
standardSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot,
org.apache.storm.thrift.protocol.TField field) |
protected void |
standardSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) |
protected Object |
tupleSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot,
short fieldID) |
protected void |
tupleSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<SpecificAggregateStats._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public SpecificAggregateStats()
public SpecificAggregateStats(SpecificAggregateStats._Fields setField, Object value)
public SpecificAggregateStats(SpecificAggregateStats other)
public SpecificAggregateStats deepCopy()
public static SpecificAggregateStats bolt(BoltAggregateStats value)
public static SpecificAggregateStats spout(SpoutAggregateStats value)
protected void checkType(SpecificAggregateStats._Fields setField, Object value) throws ClassCastException
checkType
in class org.apache.storm.thrift.TUnion<SpecificAggregateStats,SpecificAggregateStats._Fields>
ClassCastException
protected Object standardSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot, org.apache.storm.thrift.protocol.TField field) throws org.apache.storm.thrift.TException
standardSchemeReadValue
in class org.apache.storm.thrift.TUnion<SpecificAggregateStats,SpecificAggregateStats._Fields>
org.apache.storm.thrift.TException
protected void standardSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
standardSchemeWriteValue
in class org.apache.storm.thrift.TUnion<SpecificAggregateStats,SpecificAggregateStats._Fields>
org.apache.storm.thrift.TException
protected Object tupleSchemeReadValue(org.apache.storm.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.storm.thrift.TException
tupleSchemeReadValue
in class org.apache.storm.thrift.TUnion<SpecificAggregateStats,SpecificAggregateStats._Fields>
org.apache.storm.thrift.TException
protected void tupleSchemeWriteValue(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
tupleSchemeWriteValue
in class org.apache.storm.thrift.TUnion<SpecificAggregateStats,SpecificAggregateStats._Fields>
org.apache.storm.thrift.TException
protected org.apache.storm.thrift.protocol.TField getFieldDesc(SpecificAggregateStats._Fields setField)
getFieldDesc
in class org.apache.storm.thrift.TUnion<SpecificAggregateStats,SpecificAggregateStats._Fields>
protected org.apache.storm.thrift.protocol.TStruct getStructDesc()
getStructDesc
in class org.apache.storm.thrift.TUnion<SpecificAggregateStats,SpecificAggregateStats._Fields>
protected SpecificAggregateStats._Fields enumForId(short id)
enumForId
in class org.apache.storm.thrift.TUnion<SpecificAggregateStats,SpecificAggregateStats._Fields>
public SpecificAggregateStats._Fields fieldForId(int fieldId)
public BoltAggregateStats get_bolt()
public void set_bolt(BoltAggregateStats value)
public SpoutAggregateStats get_spout()
public void set_spout(SpoutAggregateStats value)
public boolean is_set_bolt()
public boolean is_set_spout()
public boolean equals(SpecificAggregateStats other)
public int compareTo(SpecificAggregateStats other)
Copyright © 2022 The Apache Software Foundation. All rights reserved.