Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<BlockLocation> |
BlockLocation.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BlockLocation |
BlockLocation.Builder.build() |
BlockLocation |
BlockLocation.Builder.buildPartial() |
static BlockLocation |
BlockLocation.getDefaultInstance() |
BlockLocation |
BlockLocation.getDefaultInstanceForType() |
BlockLocation |
BlockLocation.Builder.getDefaultInstanceForType() |
BlockLocation |
BlockInfoOrBuilder.getLocations(int index)
repeated .alluxio.grpc.BlockLocation locations = 3; |
BlockLocation |
BlockInfo.getLocations(int index)
repeated .alluxio.grpc.BlockLocation locations = 3; |
BlockLocation |
BlockInfo.Builder.getLocations(int index)
repeated .alluxio.grpc.BlockLocation locations = 3; |
static BlockLocation |
BlockLocation.parseDelimitedFrom(InputStream input) |
static BlockLocation |
BlockLocation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockLocation |
BlockLocation.parseFrom(byte[] data) |
static BlockLocation |
BlockLocation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockLocation |
BlockLocation.parseFrom(ByteBuffer data) |
static BlockLocation |
BlockLocation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockLocation |
BlockLocation.parseFrom(com.google.protobuf.ByteString data) |
static BlockLocation |
BlockLocation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockLocation |
BlockLocation.parseFrom(com.google.protobuf.CodedInputStream input) |
static BlockLocation |
BlockLocation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockLocation |
BlockLocation.parseFrom(InputStream input) |
static BlockLocation |
BlockLocation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockLocation |
GrpcUtils.toProto(BlockLocation blockLocation)
Converts wire type to proto type.
|
Modifier and Type | Method and Description |
---|---|
List<BlockLocation> |
BlockInfoOrBuilder.getLocationsList()
repeated .alluxio.grpc.BlockLocation locations = 3; |
List<BlockLocation> |
BlockInfo.getLocationsList()
repeated .alluxio.grpc.BlockLocation locations = 3; |
List<BlockLocation> |
BlockInfo.Builder.getLocationsList()
repeated .alluxio.grpc.BlockLocation locations = 3; |
com.google.protobuf.Parser<BlockLocation> |
BlockLocation.getParserForType() |
static com.google.protobuf.Parser<BlockLocation> |
BlockLocation.parser() |
Modifier and Type | Method and Description |
---|---|
BlockInfo.Builder |
BlockInfo.Builder.addLocations(BlockLocation value)
repeated .alluxio.grpc.BlockLocation locations = 3; |
BlockInfo.Builder |
BlockInfo.Builder.addLocations(int index,
BlockLocation value)
repeated .alluxio.grpc.BlockLocation locations = 3; |
static BlockLocation |
GrpcUtils.fromProto(BlockLocation blockPLocation)
Converts a proto type to a wire type.
|
BlockLocation.Builder |
BlockLocation.Builder.mergeFrom(BlockLocation other) |
static BlockLocation.Builder |
BlockLocation.newBuilder(BlockLocation prototype) |
BlockInfo.Builder |
BlockInfo.Builder.setLocations(int index,
BlockLocation value)
repeated .alluxio.grpc.BlockLocation locations = 3; |
Modifier and Type | Method and Description |
---|---|
BlockInfo.Builder |
BlockInfo.Builder.addAllLocations(Iterable<? extends BlockLocation> values)
repeated .alluxio.grpc.BlockLocation locations = 3; |
Copyright © 2023. All Rights Reserved.