Package | Description |
---|---|
alluxio.grpc | |
alluxio.worker.block | |
alluxio.worker.grpc |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<AsyncCacheRequest> |
AsyncCacheRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AsyncCacheRequest |
AsyncCacheRequest.Builder.build() |
AsyncCacheRequest |
AsyncCacheRequest.Builder.buildPartial() |
static AsyncCacheRequest |
AsyncCacheRequest.getDefaultInstance() |
AsyncCacheRequest |
AsyncCacheRequest.getDefaultInstanceForType() |
AsyncCacheRequest |
AsyncCacheRequest.Builder.getDefaultInstanceForType() |
static AsyncCacheRequest |
AsyncCacheRequest.parseDelimitedFrom(InputStream input) |
static AsyncCacheRequest |
AsyncCacheRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(byte[] data) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(ByteBuffer data) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(com.google.protobuf.ByteString data) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(InputStream input) |
static AsyncCacheRequest |
AsyncCacheRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<AsyncCacheRequest,AsyncCacheResponse> |
BlockWorkerGrpc.getAsyncCacheMethod() |
com.google.protobuf.Parser<AsyncCacheRequest> |
AsyncCacheRequest.getParserForType() |
static com.google.protobuf.Parser<AsyncCacheRequest> |
AsyncCacheRequest.parser() |
Modifier and Type | Method and Description |
---|---|
AsyncCacheResponse |
BlockWorkerGrpc.BlockWorkerBlockingStub.asyncCache(AsyncCacheRequest request) |
com.google.common.util.concurrent.ListenableFuture<AsyncCacheResponse> |
BlockWorkerGrpc.BlockWorkerFutureStub.asyncCache(AsyncCacheRequest request) |
void |
BlockWorkerGrpc.BlockWorkerImplBase.asyncCache(AsyncCacheRequest request,
io.grpc.stub.StreamObserver<AsyncCacheResponse> responseObserver) |
void |
BlockWorkerGrpc.BlockWorkerStub.asyncCache(AsyncCacheRequest request,
io.grpc.stub.StreamObserver<AsyncCacheResponse> responseObserver) |
AsyncCacheRequest.Builder |
AsyncCacheRequest.Builder.mergeFrom(AsyncCacheRequest other) |
static AsyncCacheRequest.Builder |
AsyncCacheRequest.newBuilder(AsyncCacheRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBlockWorker.asyncCache(AsyncCacheRequest request) |
void |
BlockWorker.asyncCache(AsyncCacheRequest request)
Deprecated.
This method will be deprecated as of v3.0, use
cache |
Modifier and Type | Method and Description |
---|---|
void |
BlockWorkerClientServiceHandler.asyncCache(AsyncCacheRequest request,
io.grpc.stub.StreamObserver<AsyncCacheResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.