Package | Description |
---|---|
alluxio.client.file | |
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.web | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
List<FileBlockInfo> |
URIStatus.getFileBlockInfos() |
Modifier and Type | Method and Description |
---|---|
List<FileBlockInfo> |
DefaultFileSystemMaster.getFileBlockInfoList(AlluxioURI path) |
List<FileBlockInfo> |
FileSystemMaster.getFileBlockInfoList(AlluxioURI path)
Gets the
FileBlockInfo for all blocks of a file. |
Modifier and Type | Method and Description |
---|---|
List<FileBlockInfo> |
FileSystemMasterView.getFileBlockInfoList(AlluxioURI path) |
Constructor and Description |
---|
UIFileBlockInfo(FileBlockInfo fileBlockInfo)
Creates a new instance of
UIFileBlockInfo . |
Modifier and Type | Method and Description |
---|---|
static FileBlockInfo |
FileBlockInfo.fromThrift(FileBlockInfo info)
Creates a new instance of
FileBlockInfo from a thrift representation. |
FileBlockInfo |
FileBlockInfo.setBlockInfo(BlockInfo blockInfo) |
FileBlockInfo |
FileBlockInfo.setOffset(long offset) |
FileBlockInfo |
FileBlockInfo.setUfsLocations(List<String> ufsLocations) |
Modifier and Type | Method and Description |
---|---|
List<FileBlockInfo> |
FileInfo.getFileBlockInfos() |
Modifier and Type | Method and Description |
---|---|
FileInfo |
FileInfo.setFileBlockInfos(List<FileBlockInfo> fileBlockInfos) |
Copyright © 2023. All Rights Reserved.