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