Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<FileBlockInfo> |
FileBlockInfo.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FileBlockInfo |
FileBlockInfo.Builder.build() |
FileBlockInfo |
FileBlockInfo.Builder.buildPartial() |
static FileBlockInfo |
FileBlockInfo.getDefaultInstance() |
FileBlockInfo |
FileBlockInfo.getDefaultInstanceForType() |
FileBlockInfo |
FileBlockInfo.Builder.getDefaultInstanceForType() |
FileBlockInfo |
FileInfoOrBuilder.getFileBlockInfos(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfo |
FileInfo.getFileBlockInfos(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfo |
FileInfo.Builder.getFileBlockInfos(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
static FileBlockInfo |
FileBlockInfo.parseDelimitedFrom(InputStream input) |
static FileBlockInfo |
FileBlockInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileBlockInfo |
FileBlockInfo.parseFrom(byte[] data) |
static FileBlockInfo |
FileBlockInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileBlockInfo |
FileBlockInfo.parseFrom(ByteBuffer data) |
static FileBlockInfo |
FileBlockInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileBlockInfo |
FileBlockInfo.parseFrom(com.google.protobuf.ByteString data) |
static FileBlockInfo |
FileBlockInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileBlockInfo |
FileBlockInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static FileBlockInfo |
FileBlockInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileBlockInfo |
FileBlockInfo.parseFrom(InputStream input) |
static FileBlockInfo |
FileBlockInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FileBlockInfo |
GrpcUtils.toProto(FileBlockInfo fileBlockInfo)
Converts wire type to proto type.
|
Modifier and Type | Method and Description |
---|---|
List<FileBlockInfo> |
FileInfoOrBuilder.getFileBlockInfosList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
List<FileBlockInfo> |
FileInfo.getFileBlockInfosList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
List<FileBlockInfo> |
FileInfo.Builder.getFileBlockInfosList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
com.google.protobuf.Parser<FileBlockInfo> |
FileBlockInfo.getParserForType() |
static com.google.protobuf.Parser<FileBlockInfo> |
FileBlockInfo.parser() |
Modifier and Type | Method and Description |
---|---|
FileInfo.Builder |
FileInfo.Builder.addFileBlockInfos(FileBlockInfo value)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
FileInfo.Builder.addFileBlockInfos(int index,
FileBlockInfo value)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
static FileBlockInfo |
GrpcUtils.fromProto(FileBlockInfo fileBlockPInfo)
Converts a proto type to a wire type.
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.mergeFrom(FileBlockInfo other) |
static FileBlockInfo.Builder |
FileBlockInfo.newBuilder(FileBlockInfo prototype) |
FileInfo.Builder |
FileInfo.Builder.setFileBlockInfos(int index,
FileBlockInfo value)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
Modifier and Type | Method and Description |
---|---|
FileInfo.Builder |
FileInfo.Builder.addAllFileBlockInfos(Iterable<? extends FileBlockInfo> values)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
Copyright © 2023. All Rights Reserved.