| Package | Description |
|---|---|
| tachyon.thrift |
| Modifier and Type | Field and Description |
|---|---|
FileBlockInfo |
FileSystemMasterService.getFileBlockInfo_result.success |
| Modifier and Type | Field and Description |
|---|---|
List<FileBlockInfo> |
FileSystemMasterService.getFileBlockInfoList_result.success |
| Modifier and Type | Method and Description |
|---|---|
FileBlockInfo |
FileBlockInfo.deepCopy() |
FileBlockInfo |
FileSystemMasterService.Iface.getFileBlockInfo(long fileId,
int fileBlockIndex) |
FileBlockInfo |
FileSystemMasterService.Client.getFileBlockInfo(long fileId,
int fileBlockIndex) |
FileBlockInfo |
FileSystemMasterService.AsyncClient.getFileBlockInfo_call.getResult() |
FileBlockInfo |
FileSystemMasterService.getFileBlockInfo_result.getSuccess() |
FileBlockInfo |
FileSystemMasterService.Client.recv_getFileBlockInfo() |
FileBlockInfo |
FileBlockInfo.setBlockInfo(BlockInfo blockInfo) |
FileBlockInfo |
FileBlockInfo.setOffset(long offset) |
FileBlockInfo |
FileBlockInfo.setUfsLocations(List<NetAddress> ufsLocations) |
| Modifier and Type | Method and Description |
|---|---|
List<FileBlockInfo> |
FileSystemMasterService.Iface.getFileBlockInfoList(long fileId) |
List<FileBlockInfo> |
FileSystemMasterService.Client.getFileBlockInfoList(long fileId) |
List<FileBlockInfo> |
FileSystemMasterService.AsyncClient.getFileBlockInfoList_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<FileBlockInfo> |
FileSystemMasterService.AsyncProcessor.getFileBlockInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<FileBlockInfo>> |
FileSystemMasterService.AsyncProcessor.getFileBlockInfoList.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<FileBlockInfo> |
FileSystemMasterService.getFileBlockInfoList_result.getSuccess() |
Iterator<FileBlockInfo> |
FileSystemMasterService.getFileBlockInfoList_result.getSuccessIterator() |
List<FileBlockInfo> |
FileSystemMasterService.Client.recv_getFileBlockInfoList() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemMasterService.getFileBlockInfoList_result.addToSuccess(FileBlockInfo elem) |
int |
FileBlockInfo.compareTo(FileBlockInfo other) |
boolean |
FileBlockInfo.equals(FileBlockInfo that) |
FileSystemMasterService.getFileBlockInfo_result |
FileSystemMasterService.getFileBlockInfo_result.setSuccess(FileBlockInfo success) |
| Modifier and Type | Method and Description |
|---|---|
FileSystemMasterService.getFileBlockInfoList_result |
FileSystemMasterService.getFileBlockInfoList_result.setSuccess(List<FileBlockInfo> success) |
void |
FileSystemMasterService.AsyncProcessor.getFileBlockInfo.start(I iface,
FileSystemMasterService.getFileBlockInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<FileBlockInfo> resultHandler) |
void |
FileSystemMasterService.AsyncProcessor.getFileBlockInfoList.start(I iface,
FileSystemMasterService.getFileBlockInfoList_args args,
org.apache.thrift.async.AsyncMethodCallback<List<FileBlockInfo>> resultHandler) |
| Constructor and Description |
|---|
FileBlockInfo(FileBlockInfo other)
Performs a deep copy on other.
|
FileSystemMasterService.getFileBlockInfo_result(FileBlockInfo success,
TachyonTException e) |
| Constructor and Description |
|---|
FileSystemMasterService.getFileBlockInfoList_result(List<FileBlockInfo> success,
TachyonTException e) |
Copyright © 2015. All Rights Reserved.