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