Package | Description |
---|---|
tachyon.client | |
tachyon.master | |
tachyon.thrift |
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 | 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 |
MasterClient.getClientFileInfoById(int id) |
ClientFileInfo |
MasterServiceHandler.getClientFileInfoById(int id) |
ClientFileInfo |
MasterClient.user_getClientFileInfoByPath(String path) |
ClientFileInfo |
MasterServiceHandler.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 | Field and Description |
---|---|
ClientFileInfo |
MasterService.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.Iface.getClientFileInfoById(int fileId) |
ClientFileInfo |
MasterService.Client.getClientFileInfoById(int fileId) |
ClientFileInfo |
MasterService.AsyncClient.getClientFileInfoById_call.getResult() |
ClientFileInfo |
MasterService.AsyncClient.user_getClientFileInfoByPath_call.getResult() |
ClientFileInfo |
MasterService.getClientFileInfoById_result.getSuccess() |
ClientFileInfo |
MasterService.user_getClientFileInfoByPath_result.getSuccess() |
ClientFileInfo |
MasterService.Client.recv_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.setDependencyId(int dependencyId) |
ClientFileInfo |
ClientFileInfo.setFolder(boolean folder) |
ClientFileInfo |
ClientFileInfo.setId(int id) |
ClientFileInfo |
ClientFileInfo.setInMemory(boolean inMemory) |
ClientFileInfo |
ClientFileInfo.setInMemoryPercentage(int inMemoryPercentage) |
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_getClientFileInfoByPath(String path) |
ClientFileInfo |
MasterService.Client.user_getClientFileInfoByPath(String path) |
Modifier and Type | Method and Description |
---|---|
List<ClientFileInfo> |
MasterService.AsyncClient.liststatus_call.getResult() |
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.getClientFileInfoById_result |
MasterService.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) |
Constructor and Description |
---|
ClientFileInfo(ClientFileInfo other)
Performs a deep copy on other.
|
MasterService.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 © 2014. All rights reserved.