public static class MasterService.worker_cacheBlock_result extends Object implements org.apache.thrift.TBase<MasterService.worker_cacheBlock_result,MasterService.worker_cacheBlock_result._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
MasterService.worker_cacheBlock_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 |
FileDoesNotExistException |
eP |
SuspectedFileSizeException |
eS |
static Map<MasterService.worker_cacheBlock_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
worker_cacheBlock_result() |
worker_cacheBlock_result(FileDoesNotExistException eP,
SuspectedFileSizeException eS,
BlockInfoException eB) |
worker_cacheBlock_result(MasterService.worker_cacheBlock_result other)
Performs a deep copy on other.
|
public FileDoesNotExistException eP
public SuspectedFileSizeException eS
public BlockInfoException eB
public static final Map<MasterService.worker_cacheBlock_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public worker_cacheBlock_result()
public worker_cacheBlock_result(FileDoesNotExistException eP, SuspectedFileSizeException eS, BlockInfoException eB)
public worker_cacheBlock_result(MasterService.worker_cacheBlock_result other)
public MasterService.worker_cacheBlock_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<MasterService.worker_cacheBlock_result,MasterService.worker_cacheBlock_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<MasterService.worker_cacheBlock_result,MasterService.worker_cacheBlock_result._Fields>
public FileDoesNotExistException getEP()
public MasterService.worker_cacheBlock_result setEP(FileDoesNotExistException eP)
public void unsetEP()
public boolean isSetEP()
public void setEPIsSet(boolean value)
public SuspectedFileSizeException getES()
public MasterService.worker_cacheBlock_result setES(SuspectedFileSizeException eS)
public void unsetES()
public boolean isSetES()
public void setESIsSet(boolean value)
public BlockInfoException getEB()
public MasterService.worker_cacheBlock_result setEB(BlockInfoException eB)
public void unsetEB()
public boolean isSetEB()
public void setEBIsSet(boolean value)
public void setFieldValue(MasterService.worker_cacheBlock_result._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<MasterService.worker_cacheBlock_result,MasterService.worker_cacheBlock_result._Fields>
public Object getFieldValue(MasterService.worker_cacheBlock_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<MasterService.worker_cacheBlock_result,MasterService.worker_cacheBlock_result._Fields>
public boolean isSet(MasterService.worker_cacheBlock_result._Fields field)
isSet
in interface org.apache.thrift.TBase<MasterService.worker_cacheBlock_result,MasterService.worker_cacheBlock_result._Fields>
public boolean equals(MasterService.worker_cacheBlock_result that)
public int compareTo(MasterService.worker_cacheBlock_result other)
compareTo
in interface Comparable<MasterService.worker_cacheBlock_result>
public MasterService.worker_cacheBlock_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<MasterService.worker_cacheBlock_result,MasterService.worker_cacheBlock_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<MasterService.worker_cacheBlock_result,MasterService.worker_cacheBlock_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.worker_cacheBlock_result,MasterService.worker_cacheBlock_result._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2014. All rights reserved.