Package | Description |
---|---|
alluxio.client.file | |
alluxio.grpc | |
alluxio.job.util | |
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.util.webui | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
List<FileBlockInfo> |
URIStatus.getFileBlockInfos() |
Modifier and Type | Method and Description |
---|---|
static FileBlockInfo |
GrpcUtils.fromProto(FileBlockInfo fileBlockPInfo)
Converts a proto type to a wire type.
|
Modifier and Type | Method and Description |
---|---|
static FileBlockInfo |
GrpcUtils.toProto(FileBlockInfo fileBlockInfo)
Converts wire type to proto type.
|
Modifier and Type | Method and Description |
---|---|
static BlockWorkerInfo |
JobUtils.getWorkerWithMostBlocks(List<BlockWorkerInfo> workers,
List<FileBlockInfo> fileBlockInfos)
Returns whichever specified worker stores the most blocks from the block info list.
|
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,
AlluxioConfiguration alluxioConfiguration)
Creates a new instance of
UIFileBlockInfo . |
Modifier and Type | Method and Description |
---|---|
FileBlockInfo |
BlockLocationInfo.getBlockInfo() |
FileBlockInfo |
FileInfo.getFileBlockInfo(long blockId) |
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) |
Constructor and Description |
---|
BlockLocationInfo(FileBlockInfo blockInfo,
List<WorkerNetAddress> locations) |
Copyright © 2023. All Rights Reserved.