public static class KeyValueWorkerClientService.getSize_result extends Object implements org.apache.thrift.TBase<KeyValueWorkerClientService.getSize_result,KeyValueWorkerClientService.getSize_result._Fields>, Serializable, Cloneable, Comparable<KeyValueWorkerClientService.getSize_result>
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueWorkerClientService.getSize_result._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<KeyValueWorkerClientService.getSize_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
KeyValueWorkerClientService.getSize_result() |
KeyValueWorkerClientService.getSize_result(int success,
AlluxioTException e,
ThriftIOException ioe) |
KeyValueWorkerClientService.getSize_result(KeyValueWorkerClientService.getSize_result other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(KeyValueWorkerClientService.getSize_result other) |
KeyValueWorkerClientService.getSize_result |
deepCopy() |
boolean |
equals(KeyValueWorkerClientService.getSize_result that) |
boolean |
equals(Object that) |
KeyValueWorkerClientService.getSize_result._Fields |
fieldForId(int fieldId) |
AlluxioTException |
getE() |
Object |
getFieldValue(KeyValueWorkerClientService.getSize_result._Fields field) |
ThriftIOException |
getIoe() |
int |
getSuccess() |
int |
hashCode() |
boolean |
isSet(KeyValueWorkerClientService.getSize_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetE()
Returns true if field e is set (has been assigned a value) and false otherwise
|
boolean |
isSetIoe()
Returns true if field ioe is set (has been assigned a value) and false otherwise
|
boolean |
isSetSuccess()
Returns true if field success is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
KeyValueWorkerClientService.getSize_result |
setE(AlluxioTException e) |
void |
setEIsSet(boolean value) |
void |
setFieldValue(KeyValueWorkerClientService.getSize_result._Fields field,
Object value) |
KeyValueWorkerClientService.getSize_result |
setIoe(ThriftIOException ioe) |
void |
setIoeIsSet(boolean value) |
KeyValueWorkerClientService.getSize_result |
setSuccess(int success) |
void |
setSuccessIsSet(boolean value) |
String |
toString() |
void |
unsetE() |
void |
unsetIoe() |
void |
unsetSuccess() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<KeyValueWorkerClientService.getSize_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public KeyValueWorkerClientService.getSize_result()
public KeyValueWorkerClientService.getSize_result(int success,
AlluxioTException e,
ThriftIOException ioe)
public KeyValueWorkerClientService.getSize_result(KeyValueWorkerClientService.getSize_result other)
public KeyValueWorkerClientService.getSize_result deepCopy()
deepCopy in interface org.apache.thrift.TBase<KeyValueWorkerClientService.getSize_result,KeyValueWorkerClientService.getSize_result._Fields>public void clear()
clear in interface org.apache.thrift.TBase<KeyValueWorkerClientService.getSize_result,KeyValueWorkerClientService.getSize_result._Fields>public int getSuccess()
public KeyValueWorkerClientService.getSize_result setSuccess(int success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public AlluxioTException getE()
public KeyValueWorkerClientService.getSize_result setE(AlluxioTException e)
public void unsetE()
public boolean isSetE()
public void setEIsSet(boolean value)
public ThriftIOException getIoe()
public KeyValueWorkerClientService.getSize_result setIoe(ThriftIOException ioe)
public void unsetIoe()
public boolean isSetIoe()
public void setIoeIsSet(boolean value)
public void setFieldValue(KeyValueWorkerClientService.getSize_result._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<KeyValueWorkerClientService.getSize_result,KeyValueWorkerClientService.getSize_result._Fields>public Object getFieldValue(KeyValueWorkerClientService.getSize_result._Fields field)
getFieldValue in interface org.apache.thrift.TBase<KeyValueWorkerClientService.getSize_result,KeyValueWorkerClientService.getSize_result._Fields>public boolean isSet(KeyValueWorkerClientService.getSize_result._Fields field)
isSet in interface org.apache.thrift.TBase<KeyValueWorkerClientService.getSize_result,KeyValueWorkerClientService.getSize_result._Fields>public boolean equals(KeyValueWorkerClientService.getSize_result that)
public int compareTo(KeyValueWorkerClientService.getSize_result other)
compareTo in interface Comparable<KeyValueWorkerClientService.getSize_result>public KeyValueWorkerClientService.getSize_result._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<KeyValueWorkerClientService.getSize_result,KeyValueWorkerClientService.getSize_result._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<KeyValueWorkerClientService.getSize_result,KeyValueWorkerClientService.getSize_result._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<KeyValueWorkerClientService.getSize_result,KeyValueWorkerClientService.getSize_result._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2016. All Rights Reserved.