public static class MasterService.user_createFileOnCheckpoint_result extends Object implements org.apache.thrift.TBase<MasterService.user_createFileOnCheckpoint_result,MasterService.user_createFileOnCheckpoint_result._Fields>, Serializable, Cloneable, Comparable<MasterService.user_createFileOnCheckpoint_result>
Modifier and Type | Class and Description |
---|---|
static class |
MasterService.user_createFileOnCheckpoint_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
BlockInfoException |
eB |
InvalidPathException |
eI |
FileAlreadyExistException |
eR |
SuspectedFileSizeException |
eS |
TachyonException |
eT |
static Map<MasterService.user_createFileOnCheckpoint_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
int |
success |
Constructor and Description |
---|
MasterService.user_createFileOnCheckpoint_result() |
MasterService.user_createFileOnCheckpoint_result(int success,
FileAlreadyExistException eR,
InvalidPathException eI,
SuspectedFileSizeException eS,
BlockInfoException eB,
TachyonException eT) |
MasterService.user_createFileOnCheckpoint_result(MasterService.user_createFileOnCheckpoint_result other)
Performs a deep copy on other.
|
public int success
public FileAlreadyExistException eR
public InvalidPathException eI
public SuspectedFileSizeException eS
public BlockInfoException eB
public TachyonException eT
public static final Map<MasterService.user_createFileOnCheckpoint_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public MasterService.user_createFileOnCheckpoint_result()
public MasterService.user_createFileOnCheckpoint_result(int success, FileAlreadyExistException eR, InvalidPathException eI, SuspectedFileSizeException eS, BlockInfoException eB, TachyonException eT)
public MasterService.user_createFileOnCheckpoint_result(MasterService.user_createFileOnCheckpoint_result other)
public MasterService.user_createFileOnCheckpoint_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<MasterService.user_createFileOnCheckpoint_result,MasterService.user_createFileOnCheckpoint_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<MasterService.user_createFileOnCheckpoint_result,MasterService.user_createFileOnCheckpoint_result._Fields>
public int getSuccess()
public MasterService.user_createFileOnCheckpoint_result setSuccess(int success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public FileAlreadyExistException getER()
public MasterService.user_createFileOnCheckpoint_result setER(FileAlreadyExistException eR)
public void unsetER()
public boolean isSetER()
public void setERIsSet(boolean value)
public InvalidPathException getEI()
public MasterService.user_createFileOnCheckpoint_result setEI(InvalidPathException eI)
public void unsetEI()
public boolean isSetEI()
public void setEIIsSet(boolean value)
public SuspectedFileSizeException getES()
public MasterService.user_createFileOnCheckpoint_result setES(SuspectedFileSizeException eS)
public void unsetES()
public boolean isSetES()
public void setESIsSet(boolean value)
public BlockInfoException getEB()
public MasterService.user_createFileOnCheckpoint_result setEB(BlockInfoException eB)
public void unsetEB()
public boolean isSetEB()
public void setEBIsSet(boolean value)
public TachyonException getET()
public MasterService.user_createFileOnCheckpoint_result setET(TachyonException eT)
public void unsetET()
public boolean isSetET()
public void setETIsSet(boolean value)
public void setFieldValue(MasterService.user_createFileOnCheckpoint_result._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<MasterService.user_createFileOnCheckpoint_result,MasterService.user_createFileOnCheckpoint_result._Fields>
public Object getFieldValue(MasterService.user_createFileOnCheckpoint_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<MasterService.user_createFileOnCheckpoint_result,MasterService.user_createFileOnCheckpoint_result._Fields>
public boolean isSet(MasterService.user_createFileOnCheckpoint_result._Fields field)
isSet
in interface org.apache.thrift.TBase<MasterService.user_createFileOnCheckpoint_result,MasterService.user_createFileOnCheckpoint_result._Fields>
public boolean equals(MasterService.user_createFileOnCheckpoint_result that)
public int compareTo(MasterService.user_createFileOnCheckpoint_result other)
compareTo
in interface Comparable<MasterService.user_createFileOnCheckpoint_result>
public MasterService.user_createFileOnCheckpoint_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<MasterService.user_createFileOnCheckpoint_result,MasterService.user_createFileOnCheckpoint_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<MasterService.user_createFileOnCheckpoint_result,MasterService.user_createFileOnCheckpoint_result._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<MasterService.user_createFileOnCheckpoint_result,MasterService.user_createFileOnCheckpoint_result._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2013. All rights reserved.