@Generated(value="Autogenerated by Thrift Compiler (0.12.0)") public class ExecutorSpecificStats extends org.apache.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ExecutorSpecificStats._FieldsThe 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.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.thrift.protocol.TField | getFieldDesc(ExecutorSpecificStats._Fields setField) | 
| protected org.apache.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.thrift.protocol.TProtocol iprot,
                       org.apache.thrift.protocol.TField field) | 
| protected void | standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) | 
| protected Object | tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
                    short fieldID) | 
| protected void | tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) | 
public static final Map<ExecutorSpecificStats._Fields,org.apache.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.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields>ClassCastExceptionprotected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException
standardSchemeReadValue in class org.apache.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields>org.apache.thrift.TExceptionprotected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)
                                 throws org.apache.thrift.TException
standardSchemeWriteValue in class org.apache.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields>org.apache.thrift.TExceptionprotected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException
tupleSchemeReadValue in class org.apache.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields>org.apache.thrift.TExceptionprotected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot)
                              throws org.apache.thrift.TException
tupleSchemeWriteValue in class org.apache.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields>org.apache.thrift.TExceptionprotected org.apache.thrift.protocol.TField getFieldDesc(ExecutorSpecificStats._Fields setField)
getFieldDesc in class org.apache.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields>protected org.apache.thrift.protocol.TStruct getStructDesc()
getStructDesc in class org.apache.thrift.TUnion<ExecutorSpecificStats,ExecutorSpecificStats._Fields>protected ExecutorSpecificStats._Fields enumForId(short id)
enumForId in class org.apache.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.