public static class FileSystemMasterService.getFileBlockInfoList_result extends Object implements org.apache.thrift.TBase<FileSystemMasterService.getFileBlockInfoList_result,FileSystemMasterService.getFileBlockInfoList_result._Fields>, Serializable, Cloneable, Comparable<FileSystemMasterService.getFileBlockInfoList_result>
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSystemMasterService.getFileBlockInfoList_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
TachyonTException |
e |
static Map<FileSystemMasterService.getFileBlockInfoList_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
List<FileBlockInfo> |
success |
| Constructor and Description |
|---|
FileSystemMasterService.getFileBlockInfoList_result() |
FileSystemMasterService.getFileBlockInfoList_result(FileSystemMasterService.getFileBlockInfoList_result other)
Performs a deep copy on other.
|
FileSystemMasterService.getFileBlockInfoList_result(List<FileBlockInfo> success,
TachyonTException e) |
public List<FileBlockInfo> success
public TachyonTException e
public static final Map<FileSystemMasterService.getFileBlockInfoList_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public FileSystemMasterService.getFileBlockInfoList_result()
public FileSystemMasterService.getFileBlockInfoList_result(List<FileBlockInfo> success, TachyonTException e)
public FileSystemMasterService.getFileBlockInfoList_result(FileSystemMasterService.getFileBlockInfoList_result other)
public FileSystemMasterService.getFileBlockInfoList_result deepCopy()
deepCopy in interface org.apache.thrift.TBase<FileSystemMasterService.getFileBlockInfoList_result,FileSystemMasterService.getFileBlockInfoList_result._Fields>public void clear()
clear in interface org.apache.thrift.TBase<FileSystemMasterService.getFileBlockInfoList_result,FileSystemMasterService.getFileBlockInfoList_result._Fields>public int getSuccessSize()
public Iterator<FileBlockInfo> getSuccessIterator()
public void addToSuccess(FileBlockInfo elem)
public List<FileBlockInfo> getSuccess()
public FileSystemMasterService.getFileBlockInfoList_result setSuccess(List<FileBlockInfo> success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public TachyonTException getE()
public FileSystemMasterService.getFileBlockInfoList_result setE(TachyonTException e)
public void unsetE()
public boolean isSetE()
public void setEIsSet(boolean value)
public void setFieldValue(FileSystemMasterService.getFileBlockInfoList_result._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<FileSystemMasterService.getFileBlockInfoList_result,FileSystemMasterService.getFileBlockInfoList_result._Fields>public Object getFieldValue(FileSystemMasterService.getFileBlockInfoList_result._Fields field)
getFieldValue in interface org.apache.thrift.TBase<FileSystemMasterService.getFileBlockInfoList_result,FileSystemMasterService.getFileBlockInfoList_result._Fields>public boolean isSet(FileSystemMasterService.getFileBlockInfoList_result._Fields field)
isSet in interface org.apache.thrift.TBase<FileSystemMasterService.getFileBlockInfoList_result,FileSystemMasterService.getFileBlockInfoList_result._Fields>public boolean equals(FileSystemMasterService.getFileBlockInfoList_result that)
public int compareTo(FileSystemMasterService.getFileBlockInfoList_result other)
compareTo in interface Comparable<FileSystemMasterService.getFileBlockInfoList_result>public FileSystemMasterService.getFileBlockInfoList_result._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<FileSystemMasterService.getFileBlockInfoList_result,FileSystemMasterService.getFileBlockInfoList_result._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<FileSystemMasterService.getFileBlockInfoList_result,FileSystemMasterService.getFileBlockInfoList_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<FileSystemMasterService.getFileBlockInfoList_result,FileSystemMasterService.getFileBlockInfoList_result._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015. All Rights Reserved.