Package | Description |
---|---|
alluxio.client.file | |
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.web | |
alluxio.wire | |
alluxio.worker.block | |
alluxio.worker.file |
Constructor and Description |
---|
URIStatus(FileInfo info)
Constructs an instance of this class from a
FileInfo . |
Modifier and Type | Method and Description |
---|---|
FileInfo |
DefaultFileSystemMaster.getFileInfo(AlluxioURI path,
GetStatusOptions options) |
FileInfo |
FileSystemMaster.getFileInfo(AlluxioURI path,
GetStatusOptions options)
Returns the
FileInfo for a given path. |
FileInfo |
DefaultFileSystemMaster.getFileInfo(long fileId) |
FileInfo |
FileSystemMaster.getFileInfo(long fileId)
Returns the
FileInfo for a given file id. |
Modifier and Type | Method and Description |
---|---|
List<FileInfo> |
DefaultFileSystemMaster.listStatus(AlluxioURI path,
ListStatusOptions listStatusOptions) |
List<FileInfo> |
FileSystemMaster.listStatus(AlluxioURI path,
ListStatusOptions listStatusOptions)
Returns a list of
FileInfo for a given path. |
Modifier and Type | Method and Description |
---|---|
FileInfo |
InodeFile.generateClientFileInfo(String path) |
abstract FileInfo |
Inode.generateClientFileInfo(String path)
Generates a
FileInfo of the file or folder. |
FileInfo |
InodeDirectory.generateClientFileInfo(String path)
Generates client file info for a folder.
|
FileInfo |
FileSystemMasterView.getFileInfo(long fileId)
Returns the
FileInfo for a given path. |
Constructor and Description |
---|
UIFileInfo(FileInfo info)
Creates a new instance of
UIFileInfo . |
Modifier and Type | Method and Description |
---|---|
static FileInfo |
FileInfo.fromThrift(FileInfo info)
Creates a new instance of
FileInfo from thrift representation. |
FileInfo |
FileInfo.setBlockIds(List<Long> blockIds) |
FileInfo |
FileInfo.setBlockSizeBytes(long blockSizeBytes) |
FileInfo |
FileInfo.setCacheable(boolean cacheable) |
FileInfo |
FileInfo.setCompleted(boolean completed) |
FileInfo |
FileInfo.setCreationTimeMs(long creationTimeMs) |
FileInfo |
FileInfo.setFileBlockInfos(List<FileBlockInfo> fileBlockInfos) |
FileInfo |
FileInfo.setFileId(long fileId) |
FileInfo |
FileInfo.setFolder(boolean folder) |
FileInfo |
FileInfo.setGroup(String group) |
FileInfo |
FileInfo.setInAlluxioPercentage(int inAlluxioPercentage) |
FileInfo |
FileInfo.setInMemoryPercentage(int inMemoryPercentage) |
FileInfo |
FileInfo.setLastModificationTimeMs(long lastModificationTimeMs) |
FileInfo |
FileInfo.setLength(long length) |
FileInfo |
FileInfo.setMode(int mode) |
FileInfo |
FileInfo.setMountId(long mountId) |
FileInfo |
FileInfo.setMountPoint(boolean mountPoint) |
FileInfo |
FileInfo.setName(String name) |
FileInfo |
FileInfo.setOwner(String owner) |
FileInfo |
FileInfo.setPath(String path) |
FileInfo |
FileInfo.setPersisted(boolean persisted) |
FileInfo |
FileInfo.setPersistenceState(String persistenceState) |
FileInfo |
FileInfo.setPinned(boolean pinned) |
FileInfo |
FileInfo.setTtl(long ttl) |
FileInfo |
FileInfo.setTtlAction(TtlAction ttlAction) |
FileInfo |
FileInfo.setUfsFingerprint(String ufsFingerprint) |
FileInfo |
FileInfo.setUfsPath(String ufsPath) |
Modifier and Type | Method and Description |
---|---|
FileInfo |
DefaultBlockWorker.getFileInfo(long fileId) |
FileInfo |
BlockWorker.getFileInfo(long fileId)
Gets the file information.
|
Modifier and Type | Method and Description |
---|---|
FileInfo |
FileSystemMasterClient.getFileInfo(long fileId) |
Copyright © 2023. All Rights Reserved.