|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientFileInfo | |
---|---|
tachyon | |
tachyon.client | |
tachyon.thrift |
Uses of ClientFileInfo in tachyon |
---|
Methods in tachyon that return ClientFileInfo | |
---|---|
ClientFileInfo |
MasterInfo.getClientFileInfo(int id)
|
ClientFileInfo |
MasterInfo.getClientFileInfo(String path)
|
ClientFileInfo |
MasterInfo.getFileInfo(String path)
|
ClientFileInfo |
MasterClient.user_getClientFileInfoById(int id)
|
ClientFileInfo |
MasterServiceHandler.user_getClientFileInfoById(int id)
|
ClientFileInfo |
MasterClient.user_getClientFileInfoByPath(String path)
|
ClientFileInfo |
MasterServiceHandler.user_getClientFileInfoByPath(String path)
|
Methods in tachyon that return types with arguments of type ClientFileInfo | |
---|---|
List<ClientFileInfo> |
MasterServiceHandler.cmd_ls(String path)
|
List<ClientFileInfo> |
MasterInfo.getFilesInfo(String path)
|
List<ClientFileInfo> |
MasterClient.ls(String folder)
|
Uses of ClientFileInfo in tachyon.client |
---|
Methods in tachyon.client that return types with arguments of type ClientFileInfo | |
---|---|
List<ClientFileInfo> |
TachyonClient.listStatus(String path)
|
Constructors in tachyon.client with parameters of type ClientFileInfo | |
---|---|
TachyonFile(TachyonClient tachyonClient,
ClientFileInfo fileInfo)
|
Uses of ClientFileInfo in tachyon.thrift |
---|
Fields in tachyon.thrift declared as ClientFileInfo | |
---|---|
ClientFileInfo |
MasterService.user_getClientFileInfoById_result.success
|
ClientFileInfo |
MasterService.user_getClientFileInfoByPath_result.success
|
Fields in tachyon.thrift with type parameters of type ClientFileInfo | |
---|---|
List<ClientFileInfo> |
MasterService.cmd_ls_result.success
|
Methods in tachyon.thrift that return ClientFileInfo | |
---|---|
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.setCheckpointPath(String checkpointPath)
|
ClientFileInfo |
ClientFileInfo.setCreationTimeMs(long creationTimeMs)
|
ClientFileInfo |
ClientFileInfo.setFolder(boolean folder)
|
ClientFileInfo |
ClientFileInfo.setId(int id)
|
ClientFileInfo |
ClientFileInfo.setInMemory(boolean inMemory)
|
ClientFileInfo |
ClientFileInfo.setName(String name)
|
ClientFileInfo |
ClientFileInfo.setNeedCache(boolean needCache)
|
ClientFileInfo |
ClientFileInfo.setNeedPin(boolean needPin)
|
ClientFileInfo |
ClientFileInfo.setPath(String path)
|
ClientFileInfo |
ClientFileInfo.setReady(boolean ready)
|
ClientFileInfo |
ClientFileInfo.setSizeBytes(long sizeBytes)
|
ClientFileInfo |
MasterService.Iface.user_getClientFileInfoById(int fileId)
|
ClientFileInfo |
MasterService.Client.user_getClientFileInfoById(int fileId)
|
ClientFileInfo |
MasterService.Iface.user_getClientFileInfoByPath(String filePath)
|
ClientFileInfo |
MasterService.Client.user_getClientFileInfoByPath(String filePath)
|
Methods in tachyon.thrift that return types with arguments of type ClientFileInfo | |
---|---|
List<ClientFileInfo> |
MasterService.Iface.cmd_ls(String path)
|
List<ClientFileInfo> |
MasterService.Client.cmd_ls(String path)
|
List<ClientFileInfo> |
MasterService.AsyncClient.cmd_ls_call.getResult()
|
List<ClientFileInfo> |
MasterService.cmd_ls_result.getSuccess()
|
Iterator<ClientFileInfo> |
MasterService.cmd_ls_result.getSuccessIterator()
|
List<ClientFileInfo> |
MasterService.Client.recv_cmd_ls()
|
Methods in tachyon.thrift with parameters of type ClientFileInfo | |
---|---|
void |
MasterService.cmd_ls_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)
|
Method parameters in tachyon.thrift with type arguments of type ClientFileInfo | |
---|---|
MasterService.cmd_ls_result |
MasterService.cmd_ls_result.setSuccess(List<ClientFileInfo> success)
|
Constructors in tachyon.thrift with parameters of type ClientFileInfo | |
---|---|
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 parameters in tachyon.thrift with type arguments of type ClientFileInfo | |
---|---|
MasterService.cmd_ls_result(List<ClientFileInfo> success,
InvalidPathException eI,
FileDoesNotExistException eF)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |