Package | Description |
---|---|
tachyon | |
tachyon.client | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
ClientFileInfo |
InodeFile.generateClientFileInfo(String path) |
ClientFileInfo |
InodeFolder.generateClientFileInfo(String path) |
abstract ClientFileInfo |
Inode.generateClientFileInfo(String path) |
ClientFileInfo |
MasterInfo.getClientFileInfo(int fid) |
ClientFileInfo |
MasterInfo.getClientFileInfo(String path) |
ClientFileInfo |
MasterServiceHandler.user_getClientFileInfoById(int id) |
ClientFileInfo |
MasterClient.user_getClientFileInfoById(int id) |
ClientFileInfo |
MasterServiceHandler.user_getClientFileInfoByPath(String path) |
ClientFileInfo |
MasterClient.user_getClientFileInfoByPath(String path) |
Modifier and Type | Method and Description |
---|---|
List<ClientFileInfo> |
MasterInfo.getFilesInfo(String path)
If the
path is a directory, return all the direct entries in it. |
List<ClientFileInfo> |
MasterServiceHandler.liststatus(String path) |
List<ClientFileInfo> |
MasterClient.listStatus(String path) |
Modifier and Type | Method and Description |
---|---|
List<ClientFileInfo> |
TachyonFS.listStatus(String path)
If the
path is a directory, return all the direct entries in it. |
Modifier and Type | Field and Description |
---|---|
ClientFileInfo |
MasterService.user_getClientFileInfoById_result.success |
ClientFileInfo |
MasterService.user_getClientFileInfoByPath_result.success |
Modifier and Type | Field and Description |
---|---|
List<ClientFileInfo> |
MasterService.liststatus_result.success |
Modifier and Type | Method and Description |
---|---|
ClientFileInfo |
ClientFileInfo.deepCopy() |
ClientFileInfo |
MasterService.AsyncClient.user_getClientFileInfoById_call.getResult() |
ClientFileInfo |
MasterService.AsyncClient.user_getClientFileInfoByPath_call.getResult() |
ClientFileInfo |
MasterService.user_getClientFileInfoById_result.getSuccess() |
ClientFileInfo |
MasterService.user_getClientFileInfoByPath_result.getSuccess() |
ClientFileInfo |
MasterService.Client.recv_user_getClientFileInfoById() |
ClientFileInfo |
MasterService.Client.recv_user_getClientFileInfoByPath() |
ClientFileInfo |
ClientFileInfo.setBlockIds(List<Long> blockIds) |
ClientFileInfo |
ClientFileInfo.setBlockSizeByte(long blockSizeByte) |
ClientFileInfo |
ClientFileInfo.setCheckpointPath(String checkpointPath) |
ClientFileInfo |
ClientFileInfo.setComplete(boolean complete) |
ClientFileInfo |
ClientFileInfo.setCreationTimeMs(long creationTimeMs) |
ClientFileInfo |
ClientFileInfo.setFolder(boolean folder) |
ClientFileInfo |
ClientFileInfo.setId(int id) |
ClientFileInfo |
ClientFileInfo.setInMemory(boolean inMemory) |
ClientFileInfo |
ClientFileInfo.setLength(long length) |
ClientFileInfo |
ClientFileInfo.setName(String name) |
ClientFileInfo |
ClientFileInfo.setNeedCache(boolean needCache) |
ClientFileInfo |
ClientFileInfo.setNeedPin(boolean needPin) |
ClientFileInfo |
ClientFileInfo.setPath(String path) |
ClientFileInfo |
MasterService.Iface.user_getClientFileInfoById(int fileId) |
ClientFileInfo |
MasterService.Client.user_getClientFileInfoById(int fileId) |
ClientFileInfo |
MasterService.Iface.user_getClientFileInfoByPath(String path) |
ClientFileInfo |
MasterService.Client.user_getClientFileInfoByPath(String path) |
Modifier and Type | Method and Description |
---|---|
List<ClientFileInfo> |
MasterService.AsyncClient.liststatus_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<List<ClientFileInfo>> |
MasterService.AsyncProcessor.liststatus.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<ClientFileInfo> |
MasterService.AsyncProcessor.user_getClientFileInfoById.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<ClientFileInfo> |
MasterService.AsyncProcessor.user_getClientFileInfoByPath.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<ClientFileInfo> |
MasterService.liststatus_result.getSuccess() |
Iterator<ClientFileInfo> |
MasterService.liststatus_result.getSuccessIterator() |
List<ClientFileInfo> |
MasterService.Iface.liststatus(String path) |
List<ClientFileInfo> |
MasterService.Client.liststatus(String path) |
List<ClientFileInfo> |
MasterService.Client.recv_liststatus() |
Modifier and Type | Method and Description |
---|---|
void |
MasterService.liststatus_result.addToSuccess(ClientFileInfo elem) |
int |
ClientFileInfo.compareTo(ClientFileInfo other) |
boolean |
ClientFileInfo.equals(ClientFileInfo that) |
MasterService.user_getClientFileInfoById_result |
MasterService.user_getClientFileInfoById_result.setSuccess(ClientFileInfo success) |
MasterService.user_getClientFileInfoByPath_result |
MasterService.user_getClientFileInfoByPath_result.setSuccess(ClientFileInfo success) |
Modifier and Type | Method and Description |
---|---|
MasterService.liststatus_result |
MasterService.liststatus_result.setSuccess(List<ClientFileInfo> success) |
void |
MasterService.AsyncProcessor.liststatus.start(I iface,
MasterService.liststatus_args args,
org.apache.thrift.async.AsyncMethodCallback<List<ClientFileInfo>> resultHandler) |
void |
MasterService.AsyncProcessor.user_getClientFileInfoById.start(I iface,
MasterService.user_getClientFileInfoById_args args,
org.apache.thrift.async.AsyncMethodCallback<ClientFileInfo> resultHandler) |
void |
MasterService.AsyncProcessor.user_getClientFileInfoByPath.start(I iface,
MasterService.user_getClientFileInfoByPath_args args,
org.apache.thrift.async.AsyncMethodCallback<ClientFileInfo> resultHandler) |
Constructor and Description |
---|
ClientFileInfo(ClientFileInfo other)
Performs a deep copy on other.
|
MasterService.user_getClientFileInfoById_result(ClientFileInfo success,
FileDoesNotExistException e) |
MasterService.user_getClientFileInfoByPath_result(ClientFileInfo success,
FileDoesNotExistException eF,
InvalidPathException eI) |
Constructor and Description |
---|
MasterService.liststatus_result(List<ClientFileInfo> success,
InvalidPathException eI,
FileDoesNotExistException eF) |
Copyright © 2013. All rights reserved.