Package | Description |
---|---|
tachyon.client | |
tachyon.master | |
tachyon.thrift | |
tachyon.web |
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 |
InodeFolder.generateClientFileInfo(String path)
Generates client file info for the folder.
|
ClientFileInfo |
InodeFile.generateClientFileInfo(String path) |
abstract ClientFileInfo |
Inode.generateClientFileInfo(String path) |
ClientFileInfo |
MasterInfo.getClientFileInfo(int fid)
Get the file info associated with the given id.
|
ClientFileInfo |
MasterInfo.getClientFileInfo(String path)
Get the file info for the file at the given 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.setCreationTimeMs(long creationTimeMs) |
ClientFileInfo |
ClientFileInfo.setDependencyId(int dependencyId) |
ClientFileInfo |
ClientFileInfo.setId(int id) |
ClientFileInfo |
ClientFileInfo.setInMemoryPercentage(int inMemoryPercentage) |
ClientFileInfo |
ClientFileInfo.setIsCache(boolean isCache) |
ClientFileInfo |
ClientFileInfo.setIsComplete(boolean isComplete) |
ClientFileInfo |
ClientFileInfo.setIsFolder(boolean isFolder) |
ClientFileInfo |
ClientFileInfo.setIsPinned(boolean isPinned) |
ClientFileInfo |
ClientFileInfo.setLength(long length) |
ClientFileInfo |
ClientFileInfo.setName(String name) |
ClientFileInfo |
ClientFileInfo.setPath(String path) |
ClientFileInfo |
ClientFileInfo.setUfsPath(String ufsPath) |
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.
|
getClientFileInfoById_result(ClientFileInfo success,
FileDoesNotExistException e) |
user_getClientFileInfoByPath_result(ClientFileInfo success,
FileDoesNotExistException eF,
InvalidPathException eI) |
Constructor and Description |
---|
liststatus_result(List<ClientFileInfo> success,
InvalidPathException eI,
FileDoesNotExistException eF) |
Constructor and Description |
---|
UiFileInfo(ClientFileInfo fileInfo) |
Copyright © 2014. All rights reserved.