Package | Description |
---|---|
tachyon.client | |
tachyon.master | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
ClientBlockInfo |
TachyonFile.getClientBlockInfo(int blockIndex)
Get a ClientBlockInfo by the file id and block index
|
Modifier and Type | Method and Description |
---|---|
List<ClientBlockInfo> |
TachyonFS.getFileBlocks(int fid)
Get all the blocks' info of the file
|
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
RemoteBlockInStream.readRemoteByteBuffer(TachyonFS tachyonFS,
ClientBlockInfo blockInfo,
long offset,
long len) |
Modifier and Type | Method and Description |
---|---|
ClientBlockInfo |
BlockInfo.generateClientBlockInfo()
Generate a ClientBlockInfo of the block, which is used for the thrift server.
|
ClientBlockInfo |
InodeFile.getClientBlockInfo(int blockIndex)
Get a ClientBlockInfo of the specified block.
|
ClientBlockInfo |
MasterInfo.getClientBlockInfo(long blockId)
Get the block info associated with the given id.
|
ClientBlockInfo |
MasterServiceHandler.user_getClientBlockInfo(long blockId) |
ClientBlockInfo |
MasterClient.user_getClientBlockInfo(long blockId) |
Modifier and Type | Method and Description |
---|---|
List<ClientBlockInfo> |
InodeFile.getClientBlockInfos()
Get file's all blocks' ClientBlockInfo information.
|
List<ClientBlockInfo> |
MasterInfo.getFileBlocks(int fileId)
Get the block infos of a file with the given id.
|
List<ClientBlockInfo> |
MasterInfo.getFileBlocks(TachyonURI path)
Get the block infos of a file with the given path.
|
List<ClientBlockInfo> |
MasterServiceHandler.user_getFileBlocks(int fileId,
String path) |
List<ClientBlockInfo> |
MasterClient.user_getFileBlocks(int fileId,
String path) |
Modifier and Type | Field and Description |
---|---|
ClientBlockInfo |
MasterService.user_getClientBlockInfo_result.success |
Modifier and Type | Field and Description |
---|---|
List<ClientBlockInfo> |
MasterService.user_getFileBlocks_result.success |
Modifier and Type | Method and Description |
---|---|
ClientBlockInfo |
ClientBlockInfo.deepCopy() |
ClientBlockInfo |
MasterService.AsyncClient.user_getClientBlockInfo_call.getResult() |
ClientBlockInfo |
MasterService.user_getClientBlockInfo_result.getSuccess() |
ClientBlockInfo |
MasterService.Client.recv_user_getClientBlockInfo() |
ClientBlockInfo |
ClientBlockInfo.setBlockId(long blockId) |
ClientBlockInfo |
ClientBlockInfo.setLength(long length) |
ClientBlockInfo |
ClientBlockInfo.setLocations(List<NetAddress> locations) |
ClientBlockInfo |
ClientBlockInfo.setOffset(long offset) |
ClientBlockInfo |
MasterService.Iface.user_getClientBlockInfo(long blockId)
Get block's ClientBlockInfo.
|
ClientBlockInfo |
MasterService.Client.user_getClientBlockInfo(long blockId) |
Modifier and Type | Method and Description |
---|---|
List<ClientBlockInfo> |
MasterService.AsyncClient.user_getFileBlocks_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<ClientBlockInfo> |
MasterService.AsyncProcessor.user_getClientBlockInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<ClientBlockInfo>> |
MasterService.AsyncProcessor.user_getFileBlocks.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<ClientBlockInfo> |
MasterService.user_getFileBlocks_result.getSuccess() |
Iterator<ClientBlockInfo> |
MasterService.user_getFileBlocks_result.getSuccessIterator() |
List<ClientBlockInfo> |
MasterService.Client.recv_user_getFileBlocks() |
List<ClientBlockInfo> |
MasterService.Iface.user_getFileBlocks(int fileId,
String path)
Get file blocks info.
|
List<ClientBlockInfo> |
MasterService.Client.user_getFileBlocks(int fileId,
String path) |
Modifier and Type | Method and Description |
---|---|
void |
MasterService.user_getFileBlocks_result.addToSuccess(ClientBlockInfo elem) |
int |
ClientBlockInfo.compareTo(ClientBlockInfo other) |
boolean |
ClientBlockInfo.equals(ClientBlockInfo that) |
MasterService.user_getClientBlockInfo_result |
MasterService.user_getClientBlockInfo_result.setSuccess(ClientBlockInfo success) |
Modifier and Type | Method and Description |
---|---|
MasterService.user_getFileBlocks_result |
MasterService.user_getFileBlocks_result.setSuccess(List<ClientBlockInfo> success) |
void |
MasterService.AsyncProcessor.user_getClientBlockInfo.start(I iface,
MasterService.user_getClientBlockInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<ClientBlockInfo> resultHandler) |
void |
MasterService.AsyncProcessor.user_getFileBlocks.start(I iface,
MasterService.user_getFileBlocks_args args,
org.apache.thrift.async.AsyncMethodCallback<List<ClientBlockInfo>> resultHandler) |
Constructor and Description |
---|
ClientBlockInfo(ClientBlockInfo other)
Performs a deep copy on other.
|
MasterService.user_getClientBlockInfo_result(ClientBlockInfo success,
FileDoesNotExistException eF,
BlockInfoException eB) |
Constructor and Description |
---|
MasterService.user_getFileBlocks_result(List<ClientBlockInfo> success,
FileDoesNotExistException eF,
InvalidPathException eI) |
Copyright © 2015. All Rights Reserved.