Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.grpc | |
alluxio.worker.grpc |
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<CreateLocalBlockRequest> |
DefaultBlockWorkerClient.createLocalBlock(io.grpc.stub.StreamObserver<CreateLocalBlockResponse> responseObserver) |
io.grpc.stub.StreamObserver<CreateLocalBlockRequest> |
BlockWorkerClient.createLocalBlock(io.grpc.stub.StreamObserver<CreateLocalBlockResponse> responseObserver)
Creates a local block on the worker.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<CreateLocalBlockResponse> |
CreateLocalBlockResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateLocalBlockResponse |
CreateLocalBlockResponse.Builder.build() |
CreateLocalBlockResponse |
CreateLocalBlockResponse.Builder.buildPartial() |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.getDefaultInstance() |
CreateLocalBlockResponse |
CreateLocalBlockResponse.getDefaultInstanceForType() |
CreateLocalBlockResponse |
CreateLocalBlockResponse.Builder.getDefaultInstanceForType() |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseDelimitedFrom(InputStream input) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(byte[] data) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(ByteBuffer data) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(com.google.protobuf.ByteString data) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(InputStream input) |
static CreateLocalBlockResponse |
CreateLocalBlockResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<CreateLocalBlockRequest,CreateLocalBlockResponse> |
BlockWorkerGrpc.getCreateLocalBlockMethod() |
com.google.protobuf.Parser<CreateLocalBlockResponse> |
CreateLocalBlockResponse.getParserForType() |
static com.google.protobuf.Parser<CreateLocalBlockResponse> |
CreateLocalBlockResponse.parser() |
Modifier and Type | Method and Description |
---|---|
CreateLocalBlockResponse.Builder |
CreateLocalBlockResponse.Builder.mergeFrom(CreateLocalBlockResponse other) |
static CreateLocalBlockResponse.Builder |
CreateLocalBlockResponse.newBuilder(CreateLocalBlockResponse prototype) |
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<CreateLocalBlockRequest> |
BlockWorkerGrpc.BlockWorkerImplBase.createLocalBlock(io.grpc.stub.StreamObserver<CreateLocalBlockResponse> responseObserver)
Replaces ShortCircuitBlockWriteHandler.
|
io.grpc.stub.StreamObserver<CreateLocalBlockRequest> |
BlockWorkerGrpc.BlockWorkerStub.createLocalBlock(io.grpc.stub.StreamObserver<CreateLocalBlockResponse> responseObserver)
Replaces ShortCircuitBlockWriteHandler.
|
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<CreateLocalBlockRequest> |
BlockWorkerClientServiceHandler.createLocalBlock(io.grpc.stub.StreamObserver<CreateLocalBlockResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.