Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.block |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetBlockInfoPResponse> |
GetBlockInfoPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetBlockInfoPResponse |
GetBlockInfoPResponse.Builder.build() |
GetBlockInfoPResponse |
GetBlockInfoPResponse.Builder.buildPartial() |
GetBlockInfoPResponse |
BlockMasterClientServiceGrpc.BlockMasterClientServiceBlockingStub.getBlockInfo(GetBlockInfoPRequest request)
Returns the block information for the given block id.
|
static GetBlockInfoPResponse |
GetBlockInfoPResponse.getDefaultInstance() |
GetBlockInfoPResponse |
GetBlockInfoPResponse.getDefaultInstanceForType() |
GetBlockInfoPResponse |
GetBlockInfoPResponse.Builder.getDefaultInstanceForType() |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseDelimitedFrom(InputStream input) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(byte[] data) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(ByteBuffer data) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(InputStream input) |
static GetBlockInfoPResponse |
GetBlockInfoPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<GetBlockInfoPResponse> |
BlockMasterClientServiceGrpc.BlockMasterClientServiceFutureStub.getBlockInfo(GetBlockInfoPRequest request)
Returns the block information for the given block id.
|
static io.grpc.MethodDescriptor<GetBlockInfoPRequest,GetBlockInfoPResponse> |
BlockMasterClientServiceGrpc.getGetBlockInfoMethod() |
com.google.protobuf.Parser<GetBlockInfoPResponse> |
GetBlockInfoPResponse.getParserForType() |
static com.google.protobuf.Parser<GetBlockInfoPResponse> |
GetBlockInfoPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
GetBlockInfoPResponse.Builder |
GetBlockInfoPResponse.Builder.mergeFrom(GetBlockInfoPResponse other) |
static GetBlockInfoPResponse.Builder |
GetBlockInfoPResponse.newBuilder(GetBlockInfoPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClientServiceGrpc.BlockMasterClientServiceImplBase.getBlockInfo(GetBlockInfoPRequest request,
io.grpc.stub.StreamObserver<GetBlockInfoPResponse> responseObserver)
Returns the block information for the given block id.
|
void |
BlockMasterClientServiceGrpc.BlockMasterClientServiceStub.getBlockInfo(GetBlockInfoPRequest request,
io.grpc.stub.StreamObserver<GetBlockInfoPResponse> responseObserver)
Returns the block information for the given block id.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClientServiceHandler.getBlockInfo(GetBlockInfoPRequest request,
io.grpc.stub.StreamObserver<GetBlockInfoPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.