Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
FileBlockInfo.Builder |
FileBlockInfo.Builder.addAllUfsLocations(Iterable<? extends WorkerNetAddress> values)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.addAllUfsStringLocations(Iterable<String> values)
repeated string ufsStringLocations = 4; |
FileBlockInfo.Builder |
FileInfo.Builder.addFileBlockInfosBuilder()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfo.Builder |
FileInfo.Builder.addFileBlockInfosBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileBlockInfo.Builder |
FileBlockInfo.Builder.addUfsLocations(int index,
WorkerNetAddress.Builder builderForValue)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.addUfsLocations(int index,
WorkerNetAddress value)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.addUfsLocations(WorkerNetAddress.Builder builderForValue)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.addUfsLocations(WorkerNetAddress value)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.addUfsStringLocations(String value)
repeated string ufsStringLocations = 4; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.addUfsStringLocationsBytes(com.google.protobuf.ByteString value)
repeated string ufsStringLocations = 4; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.clear() |
FileBlockInfo.Builder |
FileBlockInfo.Builder.clearBlockInfo()
optional .alluxio.grpc.BlockInfo blockInfo = 1; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FileBlockInfo.Builder |
FileBlockInfo.Builder.clearOffset()
optional int64 offset = 2; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FileBlockInfo.Builder |
FileBlockInfo.Builder.clearUfsLocations()
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.clearUfsStringLocations()
repeated string ufsStringLocations = 4; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.clone() |
FileBlockInfo.Builder |
FileInfo.Builder.getFileBlockInfosBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.mergeBlockInfo(BlockInfo value)
optional .alluxio.grpc.BlockInfo blockInfo = 1; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FileBlockInfo.Builder |
FileBlockInfo.Builder.mergeFrom(FileBlockInfo other) |
FileBlockInfo.Builder |
FileBlockInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
FileBlockInfo.Builder |
FileBlockInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FileBlockInfo.Builder |
FileBlockInfo.newBuilder() |
static FileBlockInfo.Builder |
FileBlockInfo.newBuilder(FileBlockInfo prototype) |
FileBlockInfo.Builder |
FileBlockInfo.newBuilderForType() |
protected FileBlockInfo.Builder |
FileBlockInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FileBlockInfo.Builder |
FileBlockInfo.Builder.removeUfsLocations(int index)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.setBlockInfo(BlockInfo.Builder builderForValue)
optional .alluxio.grpc.BlockInfo blockInfo = 1; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.setBlockInfo(BlockInfo value)
optional .alluxio.grpc.BlockInfo blockInfo = 1; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileBlockInfo.Builder |
FileBlockInfo.Builder.setOffset(long value)
optional int64 offset = 2; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FileBlockInfo.Builder |
FileBlockInfo.Builder.setUfsLocations(int index,
WorkerNetAddress.Builder builderForValue)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.setUfsLocations(int index,
WorkerNetAddress value)
deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
|
FileBlockInfo.Builder |
FileBlockInfo.Builder.setUfsStringLocations(int index,
String value)
repeated string ufsStringLocations = 4; |
FileBlockInfo.Builder |
FileBlockInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FileBlockInfo.Builder |
FileBlockInfo.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<FileBlockInfo.Builder> |
FileInfo.Builder.getFileBlockInfosBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
Modifier and Type | Method and Description |
---|---|
FileInfo.Builder |
FileInfo.Builder.addFileBlockInfos(FileBlockInfo.Builder builderForValue)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
FileInfo.Builder.addFileBlockInfos(int index,
FileBlockInfo.Builder builderForValue)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
FileInfo.Builder.setFileBlockInfos(int index,
FileBlockInfo.Builder builderForValue)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
Copyright © 2023. All Rights Reserved.