| Package | Description |
|---|---|
| tachyon.thrift |
| Modifier and Type | Field and Description |
|---|---|
BlockInfo |
FileBlockInfo.blockInfo |
BlockInfo |
BlockMasterService.getBlockInfo_result.success |
| Modifier and Type | Method and Description |
|---|---|
BlockInfo |
BlockInfo.deepCopy() |
BlockInfo |
FileBlockInfo.getBlockInfo() |
BlockInfo |
BlockMasterService.Iface.getBlockInfo(long blockId) |
BlockInfo |
BlockMasterService.Client.getBlockInfo(long blockId) |
BlockInfo |
BlockMasterService.AsyncClient.getBlockInfo_call.getResult() |
BlockInfo |
BlockMasterService.getBlockInfo_result.getSuccess() |
BlockInfo |
BlockMasterService.Client.recv_getBlockInfo() |
BlockInfo |
BlockInfo.setBlockId(long blockId) |
BlockInfo |
BlockInfo.setLength(long length) |
BlockInfo |
BlockInfo.setLocations(List<BlockLocation> locations) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<BlockInfo> |
BlockMasterService.AsyncProcessor.getBlockInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
BlockInfo.compareTo(BlockInfo other) |
boolean |
BlockInfo.equals(BlockInfo that) |
FileBlockInfo |
FileBlockInfo.setBlockInfo(BlockInfo blockInfo) |
BlockMasterService.getBlockInfo_result |
BlockMasterService.getBlockInfo_result.setSuccess(BlockInfo success) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockMasterService.AsyncProcessor.getBlockInfo.start(I iface,
BlockMasterService.getBlockInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<BlockInfo> resultHandler) |
| Constructor and Description |
|---|
BlockInfo(BlockInfo other)
Performs a deep copy on other.
|
BlockMasterService.getBlockInfo_result(BlockInfo success,
TachyonTException e) |
FileBlockInfo(BlockInfo blockInfo,
long offset,
List<NetAddress> ufsLocations) |
Copyright © 2015. All Rights Reserved.