BlockInfo.Builder |
BlockInfo.Builder.addAllLocations(Iterable<? extends BlockLocation> values)
repeated .alluxio.grpc.BlockLocation locations = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.addLocations(BlockLocation.Builder builderForValue)
repeated .alluxio.grpc.BlockLocation locations = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.addLocations(BlockLocation value)
repeated .alluxio.grpc.BlockLocation locations = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.addLocations(int index,
BlockLocation.Builder builderForValue)
repeated .alluxio.grpc.BlockLocation locations = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.addLocations(int index,
BlockLocation value)
repeated .alluxio.grpc.BlockLocation locations = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BlockInfo.Builder |
BlockInfo.Builder.clear() |
BlockInfo.Builder |
BlockInfo.Builder.clearBlockId()
optional int64 blockId = 1;
|
BlockInfo.Builder |
BlockInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BlockInfo.Builder |
BlockInfo.Builder.clearLength()
optional int64 length = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.clearLocations()
repeated .alluxio.grpc.BlockLocation locations = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BlockInfo.Builder |
BlockInfo.Builder.clone() |
BlockInfo.Builder |
GetBlockInfoPResponse.Builder.getBlockInfoBuilder()
optional .alluxio.grpc.BlockInfo blockInfo = 1;
|
BlockInfo.Builder |
FileBlockInfo.Builder.getBlockInfoBuilder()
optional .alluxio.grpc.BlockInfo blockInfo = 1;
|
BlockInfo.Builder |
BlockInfo.Builder.mergeFrom(BlockInfo other) |
BlockInfo.Builder |
BlockInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BlockInfo.Builder |
BlockInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
BlockInfo.Builder |
BlockInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BlockInfo.Builder |
BlockInfo.newBuilder() |
static BlockInfo.Builder |
BlockInfo.newBuilder(BlockInfo prototype) |
BlockInfo.Builder |
BlockInfo.newBuilderForType() |
protected BlockInfo.Builder |
BlockInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BlockInfo.Builder |
BlockInfo.Builder.removeLocations(int index)
repeated .alluxio.grpc.BlockLocation locations = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.setBlockId(long value)
optional int64 blockId = 1;
|
BlockInfo.Builder |
BlockInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BlockInfo.Builder |
BlockInfo.Builder.setLength(long value)
optional int64 length = 2;
|
BlockInfo.Builder |
BlockInfo.Builder.setLocations(int index,
BlockLocation.Builder builderForValue)
repeated .alluxio.grpc.BlockLocation locations = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.setLocations(int index,
BlockLocation value)
repeated .alluxio.grpc.BlockLocation locations = 3;
|
BlockInfo.Builder |
BlockInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BlockInfo.Builder |
BlockInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BlockInfo.Builder |
BlockInfo.toBuilder() |