public static class WorkerService.addCheckpoint_result extends Object implements org.apache.thrift.TBase<WorkerService.addCheckpoint_result,WorkerService.addCheckpoint_result._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
WorkerService.addCheckpoint_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 |
FailedToCheckpointException |
eF |
FileDoesNotExistException |
eP |
SuspectedFileSizeException |
eS |
static Map<WorkerService.addCheckpoint_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
addCheckpoint_result() |
addCheckpoint_result(FileDoesNotExistException eP,
SuspectedFileSizeException eS,
FailedToCheckpointException eF,
BlockInfoException eB) |
addCheckpoint_result(WorkerService.addCheckpoint_result other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(WorkerService.addCheckpoint_result other) |
WorkerService.addCheckpoint_result |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(WorkerService.addCheckpoint_result that) |
WorkerService.addCheckpoint_result._Fields |
fieldForId(int fieldId) |
BlockInfoException |
getEB() |
FailedToCheckpointException |
getEF() |
FileDoesNotExistException |
getEP() |
SuspectedFileSizeException |
getES() |
Object |
getFieldValue(WorkerService.addCheckpoint_result._Fields field) |
int |
hashCode() |
boolean |
isSet(WorkerService.addCheckpoint_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetEB()
Returns true if field eB is set (has been assigned a value) and false otherwise
|
boolean |
isSetEF()
Returns true if field eF is set (has been assigned a value) and false otherwise
|
boolean |
isSetEP()
Returns true if field eP is set (has been assigned a value) and false otherwise
|
boolean |
isSetES()
Returns true if field eS is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
WorkerService.addCheckpoint_result |
setEB(BlockInfoException eB) |
void |
setEBIsSet(boolean value) |
WorkerService.addCheckpoint_result |
setEF(FailedToCheckpointException eF) |
void |
setEFIsSet(boolean value) |
WorkerService.addCheckpoint_result |
setEP(FileDoesNotExistException eP) |
void |
setEPIsSet(boolean value) |
WorkerService.addCheckpoint_result |
setES(SuspectedFileSizeException eS) |
void |
setESIsSet(boolean value) |
void |
setFieldValue(WorkerService.addCheckpoint_result._Fields field,
Object value) |
String |
toString() |
void |
unsetEB() |
void |
unsetEF() |
void |
unsetEP() |
void |
unsetES() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public FileDoesNotExistException eP
public SuspectedFileSizeException eS
public FailedToCheckpointException eF
public BlockInfoException eB
public static final Map<WorkerService.addCheckpoint_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public addCheckpoint_result()
public addCheckpoint_result(FileDoesNotExistException eP, SuspectedFileSizeException eS, FailedToCheckpointException eF, BlockInfoException eB)
public addCheckpoint_result(WorkerService.addCheckpoint_result other)
public WorkerService.addCheckpoint_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<WorkerService.addCheckpoint_result,WorkerService.addCheckpoint_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<WorkerService.addCheckpoint_result,WorkerService.addCheckpoint_result._Fields>
public FileDoesNotExistException getEP()
public WorkerService.addCheckpoint_result setEP(FileDoesNotExistException eP)
public void unsetEP()
public boolean isSetEP()
public void setEPIsSet(boolean value)
public SuspectedFileSizeException getES()
public WorkerService.addCheckpoint_result setES(SuspectedFileSizeException eS)
public void unsetES()
public boolean isSetES()
public void setESIsSet(boolean value)
public FailedToCheckpointException getEF()
public WorkerService.addCheckpoint_result setEF(FailedToCheckpointException eF)
public void unsetEF()
public boolean isSetEF()
public void setEFIsSet(boolean value)
public BlockInfoException getEB()
public WorkerService.addCheckpoint_result setEB(BlockInfoException eB)
public void unsetEB()
public boolean isSetEB()
public void setEBIsSet(boolean value)
public void setFieldValue(WorkerService.addCheckpoint_result._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<WorkerService.addCheckpoint_result,WorkerService.addCheckpoint_result._Fields>
public Object getFieldValue(WorkerService.addCheckpoint_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<WorkerService.addCheckpoint_result,WorkerService.addCheckpoint_result._Fields>
public boolean isSet(WorkerService.addCheckpoint_result._Fields field)
isSet
in interface org.apache.thrift.TBase<WorkerService.addCheckpoint_result,WorkerService.addCheckpoint_result._Fields>
public boolean equals(WorkerService.addCheckpoint_result that)
public int compareTo(WorkerService.addCheckpoint_result other)
compareTo
in interface Comparable<WorkerService.addCheckpoint_result>
public WorkerService.addCheckpoint_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<WorkerService.addCheckpoint_result,WorkerService.addCheckpoint_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<WorkerService.addCheckpoint_result,WorkerService.addCheckpoint_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<WorkerService.addCheckpoint_result,WorkerService.addCheckpoint_result._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2014. All rights reserved.