Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.grpc | |
alluxio.worker.grpc |
Modifier and Type | Method and Description |
---|---|
RemoveBlockResponse |
DefaultBlockWorkerClient.removeBlock(RemoveBlockRequest request) |
RemoveBlockResponse |
BlockWorkerClient.removeBlock(RemoveBlockRequest request)
Removes a block from worker.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<RemoveBlockResponse> |
RemoveBlockResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemoveBlockResponse |
RemoveBlockResponse.Builder.build() |
RemoveBlockResponse |
RemoveBlockResponse.Builder.buildPartial() |
static RemoveBlockResponse |
RemoveBlockResponse.getDefaultInstance() |
RemoveBlockResponse |
RemoveBlockResponse.getDefaultInstanceForType() |
RemoveBlockResponse |
RemoveBlockResponse.Builder.getDefaultInstanceForType() |
static RemoveBlockResponse |
RemoveBlockResponse.parseDelimitedFrom(InputStream input) |
static RemoveBlockResponse |
RemoveBlockResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(byte[] data) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(ByteBuffer data) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(com.google.protobuf.ByteString data) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(InputStream input) |
static RemoveBlockResponse |
RemoveBlockResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RemoveBlockResponse |
BlockWorkerGrpc.BlockWorkerBlockingStub.removeBlock(RemoveBlockRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RemoveBlockResponse> |
RemoveBlockResponse.getParserForType() |
static io.grpc.MethodDescriptor<RemoveBlockRequest,RemoveBlockResponse> |
BlockWorkerGrpc.getRemoveBlockMethod() |
static com.google.protobuf.Parser<RemoveBlockResponse> |
RemoveBlockResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<RemoveBlockResponse> |
BlockWorkerGrpc.BlockWorkerFutureStub.removeBlock(RemoveBlockRequest request) |
Modifier and Type | Method and Description |
---|---|
RemoveBlockResponse.Builder |
RemoveBlockResponse.Builder.mergeFrom(RemoveBlockResponse other) |
static RemoveBlockResponse.Builder |
RemoveBlockResponse.newBuilder(RemoveBlockResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWorkerGrpc.BlockWorkerImplBase.removeBlock(RemoveBlockRequest request,
io.grpc.stub.StreamObserver<RemoveBlockResponse> responseObserver) |
void |
BlockWorkerGrpc.BlockWorkerStub.removeBlock(RemoveBlockRequest request,
io.grpc.stub.StreamObserver<RemoveBlockResponse> responseObserver) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWorkerClientServiceHandler.removeBlock(RemoveBlockRequest request,
io.grpc.stub.StreamObserver<RemoveBlockResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.