Package | Description |
---|---|
tachyon.client | |
tachyon.master | |
tachyon.thrift | |
tachyon.web |
Modifier and Type | Method and Description |
---|---|
ClientFileInfo |
TachyonFS.getFileStatus(int fileId,
boolean useCachedMetadata)
Get ClientFileInfo object based on fileId.
|
ClientFileInfo |
TachyonFS.getFileStatus(int fileId,
TachyonURI path) |
ClientFileInfo |
TachyonFS.getFileStatus(int fileId,
TachyonURI path,
boolean useCachedMetadata)
Advanced API.
|
Modifier and Type | Method and Description |
---|---|
List<ClientFileInfo> |
TachyonFS.listStatus(TachyonURI 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)
Generates client file info for the folder.
|
abstract ClientFileInfo |
Inode.generateClientFileInfo(String path)
Generate a ClientFileInfo of the file or folder.
|
ClientFileInfo |
MasterInfo.getClientFileInfo(int fid)
Get the file info associated with the given id.
|
ClientFileInfo |
MasterInfo.getClientFileInfo(TachyonURI path)
Get the file info for the file at the given path
|
ClientFileInfo |
MasterServiceHandler.getFileStatus(int fileId,
String path) |
ClientFileInfo |
MasterClient.getFileStatus(int fileId,
String path) |
Modifier and Type | Method and Description |
---|---|
List<ClientFileInfo> |
MasterInfo.getFilesInfo(TachyonURI 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.getFileStatus_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.getFileStatus(int fileId,
String path) |
ClientFileInfo |
MasterService.Client.getFileStatus(int fileId,
String path) |
ClientFileInfo |
MasterService.AsyncClient.getFileStatus_call.getResult() |
ClientFileInfo |
MasterService.getFileStatus_result.getSuccess() |
ClientFileInfo |
MasterService.Client.recv_getFileStatus() |
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.setLastModificationTimeMs(long lastModificationTimeMs) |
ClientFileInfo |
ClientFileInfo.setLength(long length) |
ClientFileInfo |
ClientFileInfo.setName(String name) |
ClientFileInfo |
ClientFileInfo.setPath(String path) |
ClientFileInfo |
ClientFileInfo.setUfsPath(String ufsPath) |
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.getFileStatus.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.getFileStatus_result |
MasterService.getFileStatus_result.setSuccess(ClientFileInfo success) |
Modifier and Type | Method and Description |
---|---|
MasterService.liststatus_result |
MasterService.liststatus_result.setSuccess(List<ClientFileInfo> success) |
void |
MasterService.AsyncProcessor.getFileStatus.start(I iface,
MasterService.getFileStatus_args args,
org.apache.thrift.async.AsyncMethodCallback<ClientFileInfo> resultHandler) |
void |
MasterService.AsyncProcessor.liststatus.start(I iface,
MasterService.liststatus_args args,
org.apache.thrift.async.AsyncMethodCallback<List<ClientFileInfo>> resultHandler) |
Constructor and Description |
---|
ClientFileInfo(ClientFileInfo other)
Performs a deep copy on other.
|
MasterService.getFileStatus_result(ClientFileInfo success,
InvalidPathException eI) |
Constructor and Description |
---|
MasterService.liststatus_result(List<ClientFileInfo> success,
InvalidPathException eI,
FileDoesNotExistException eF) |
Constructor and Description |
---|
UiFileInfo(ClientFileInfo fileInfo) |
Copyright © 2015. All Rights Reserved.