Package | Description |
---|---|
tachyon | |
tachyon.client | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
ClientBlockInfo |
BlockInfo.generateClientBlockInfo() |
ClientBlockInfo |
InodeFile.getClientBlockInfo(int blockIndex) |
ClientBlockInfo |
MasterInfo.getClientBlockInfo(long blockId) |
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.getFileLocations(int fileId) |
List<ClientBlockInfo> |
MasterInfo.getFileLocations(String 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 | Method and Description |
---|---|
ClientBlockInfo |
TachyonFS.getClientBlockInfo(int fId,
int blockIndex) |
Modifier and Type | Method and Description |
---|---|
List<ClientBlockInfo> |
TachyonFS.getFileBlocks(int fid) |
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() |
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_getFileBlocksById.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<List<ClientBlockInfo>> |
MasterService.AsyncProcessor.user_getFileBlocksByPath.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
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) |
void |
MasterService.AsyncProcessor.user_getClientBlockInfo.start(I iface,
MasterService.user_getClientBlockInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<ClientBlockInfo> resultHandler) |
void |
MasterService.AsyncProcessor.user_getFileBlocksById.start(I iface,
MasterService.user_getFileBlocksById_args args,
org.apache.thrift.async.AsyncMethodCallback<List<ClientBlockInfo>> resultHandler) |
void |
MasterService.AsyncProcessor.user_getFileBlocksByPath.start(I iface,
MasterService.user_getFileBlocksByPath_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_getFileBlocksById_result(List<ClientBlockInfo> success,
FileDoesNotExistException e) |
MasterService.user_getFileBlocksByPath_result(List<ClientBlockInfo> success,
FileDoesNotExistException eF,
InvalidPathException eI) |
Copyright © 2013. All rights reserved.