Package | Description |
---|---|
tachyon.client | |
tachyon.master | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
ClientBlockInfo |
TachyonFS.getClientBlockInfo(int fId,
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 |
---|---|
ClientBlockInfo |
BlockInfo.generateClientBlockInfo() |
ClientBlockInfo |
InodeFile.getClientBlockInfo(int blockIndex) |
ClientBlockInfo |
MasterInfo.getClientBlockInfo(long blockId)
Get the block info associated with the given id.
|
ClientBlockInfo |
MasterClient.user_getClientBlockInfo(long blockId) |
ClientBlockInfo |
MasterServiceHandler.user_getClientBlockInfo(long blockId) |
Modifier and Type | Method and Description |
---|---|
List<ClientBlockInfo> |
InodeFile.getClientBlockInfos()
Get file's all blocks' ClientBlockInfo information.
|
List<ClientBlockInfo> |
MasterInfo.getFileLocations(int fileId)
Get the block infos of a file with the given id.
|
List<ClientBlockInfo> |
MasterInfo.getFileLocations(String path)
Get the block infos of a file with the given path.
|
List<ClientBlockInfo> |
MasterClient.user_getFileBlocks(int id) |
List<ClientBlockInfo> |
MasterServiceHandler.user_getFileBlocksById(int fileId) |
List<ClientBlockInfo> |
MasterServiceHandler.user_getFileBlocksByPath(String path) |
Modifier and Type | Field and Description |
---|---|
ClientBlockInfo |
MasterService.user_getClientBlockInfo_result.success |
Modifier and Type | Field and Description |
---|---|
List<ClientBlockInfo> |
MasterService.user_getFileBlocksById_result.success |
List<ClientBlockInfo> |
MasterService.user_getFileBlocksByPath_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_getFileBlocksById_call.getResult() |
List<ClientBlockInfo> |
MasterService.AsyncClient.user_getFileBlocksByPath_call.getResult() |
List<ClientBlockInfo> |
MasterService.user_getFileBlocksById_result.getSuccess() |
List<ClientBlockInfo> |
MasterService.user_getFileBlocksByPath_result.getSuccess() |
Iterator<ClientBlockInfo> |
MasterService.user_getFileBlocksById_result.getSuccessIterator() |
Iterator<ClientBlockInfo> |
MasterService.user_getFileBlocksByPath_result.getSuccessIterator() |
List<ClientBlockInfo> |
MasterService.Client.recv_user_getFileBlocksById() |
List<ClientBlockInfo> |
MasterService.Client.recv_user_getFileBlocksByPath() |
List<ClientBlockInfo> |
MasterService.Iface.user_getFileBlocksById(int fileId)
Get file locations by file Id.
|
List<ClientBlockInfo> |
MasterService.Client.user_getFileBlocksById(int fileId) |
List<ClientBlockInfo> |
MasterService.Iface.user_getFileBlocksByPath(String path)
Get file locations by path
|
List<ClientBlockInfo> |
MasterService.Client.user_getFileBlocksByPath(String path) |
Modifier and Type | Method and Description |
---|---|
void |
MasterService.user_getFileBlocksById_result.addToSuccess(ClientBlockInfo elem) |
void |
MasterService.user_getFileBlocksByPath_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_getFileBlocksById_result |
MasterService.user_getFileBlocksById_result.setSuccess(List<ClientBlockInfo> success) |
MasterService.user_getFileBlocksByPath_result |
MasterService.user_getFileBlocksByPath_result.setSuccess(List<ClientBlockInfo> success) |
Constructor and Description |
---|
ClientBlockInfo(ClientBlockInfo other)
Performs a deep copy on other.
|
user_getClientBlockInfo_result(ClientBlockInfo success,
FileDoesNotExistException eF,
BlockInfoException eB) |
Constructor and Description |
---|
user_getFileBlocksById_result(List<ClientBlockInfo> success,
FileDoesNotExistException e) |
user_getFileBlocksByPath_result(List<ClientBlockInfo> success,
FileDoesNotExistException eF,
InvalidPathException eI) |
Copyright © 2014. All rights reserved.