Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Class and Description |
---|---|
class |
FileBlockInfo
Contains the information of a block in a file.
|
static class |
FileBlockInfo.Builder
Contains the information of a block in a file.
|
Modifier and Type | Method and Description |
---|---|
FileBlockInfoOrBuilder |
FileInfoOrBuilder.getFileBlockInfosOrBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfoOrBuilder |
FileInfo.getFileBlockInfosOrBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfoOrBuilder |
FileInfo.Builder.getFileBlockInfosOrBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
Modifier and Type | Method and Description |
---|---|
List<? extends FileBlockInfoOrBuilder> |
FileInfoOrBuilder.getFileBlockInfosOrBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
List<? extends FileBlockInfoOrBuilder> |
FileInfo.getFileBlockInfosOrBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
List<? extends FileBlockInfoOrBuilder> |
FileInfo.Builder.getFileBlockInfosOrBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
Copyright © 2023. All Rights Reserved.