public static class MasterService.getFileStatus_result extends Object implements org.apache.thrift.TBase<MasterService.getFileStatus_result,MasterService.getFileStatus_result._Fields>, Serializable, Cloneable, Comparable<MasterService.getFileStatus_result>
| Modifier and Type | Class and Description |
|---|---|
static class |
MasterService.getFileStatus_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
InvalidPathException |
eI |
static Map<MasterService.getFileStatus_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
ClientFileInfo |
success |
| Constructor and Description |
|---|
MasterService.getFileStatus_result() |
MasterService.getFileStatus_result(ClientFileInfo success,
InvalidPathException eI) |
MasterService.getFileStatus_result(MasterService.getFileStatus_result other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(MasterService.getFileStatus_result other) |
MasterService.getFileStatus_result |
deepCopy() |
boolean |
equals(MasterService.getFileStatus_result that) |
boolean |
equals(Object that) |
MasterService.getFileStatus_result._Fields |
fieldForId(int fieldId) |
InvalidPathException |
getEI() |
Object |
getFieldValue(MasterService.getFileStatus_result._Fields field) |
ClientFileInfo |
getSuccess() |
int |
hashCode() |
boolean |
isSet(MasterService.getFileStatus_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetEI()
Returns true if field eI 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) |
MasterService.getFileStatus_result |
setEI(InvalidPathException eI) |
void |
setEIIsSet(boolean value) |
void |
setFieldValue(MasterService.getFileStatus_result._Fields field,
Object value) |
MasterService.getFileStatus_result |
setSuccess(ClientFileInfo success) |
void |
setSuccessIsSet(boolean value) |
String |
toString() |
void |
unsetEI() |
void |
unsetSuccess() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public ClientFileInfo success
public InvalidPathException eI
public static final Map<MasterService.getFileStatus_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public MasterService.getFileStatus_result()
public MasterService.getFileStatus_result(ClientFileInfo success, InvalidPathException eI)
public MasterService.getFileStatus_result(MasterService.getFileStatus_result other)
public MasterService.getFileStatus_result deepCopy()
deepCopy in interface org.apache.thrift.TBase<MasterService.getFileStatus_result,MasterService.getFileStatus_result._Fields>public void clear()
clear in interface org.apache.thrift.TBase<MasterService.getFileStatus_result,MasterService.getFileStatus_result._Fields>public ClientFileInfo getSuccess()
public MasterService.getFileStatus_result setSuccess(ClientFileInfo success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public InvalidPathException getEI()
public MasterService.getFileStatus_result setEI(InvalidPathException eI)
public void unsetEI()
public boolean isSetEI()
public void setEIIsSet(boolean value)
public void setFieldValue(MasterService.getFileStatus_result._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<MasterService.getFileStatus_result,MasterService.getFileStatus_result._Fields>public Object getFieldValue(MasterService.getFileStatus_result._Fields field)
getFieldValue in interface org.apache.thrift.TBase<MasterService.getFileStatus_result,MasterService.getFileStatus_result._Fields>public boolean isSet(MasterService.getFileStatus_result._Fields field)
isSet in interface org.apache.thrift.TBase<MasterService.getFileStatus_result,MasterService.getFileStatus_result._Fields>public boolean equals(MasterService.getFileStatus_result that)
public int compareTo(MasterService.getFileStatus_result other)
compareTo in interface Comparable<MasterService.getFileStatus_result>public MasterService.getFileStatus_result._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<MasterService.getFileStatus_result,MasterService.getFileStatus_result._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<MasterService.getFileStatus_result,MasterService.getFileStatus_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<MasterService.getFileStatus_result,MasterService.getFileStatus_result._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015. All Rights Reserved.