@Generated(value="by gRPC proto compiler (version 1.54.1)", comments="Source: grpc/block_worker.proto") public final class BlockWorkerGrpc extends Object
The block worker service
Modifier and Type | Class and Description |
---|---|
static interface |
BlockWorkerGrpc.AsyncService
The block worker service
|
static class |
BlockWorkerGrpc.BlockWorkerBlockingStub
A stub to allow clients to do synchronous rpc calls to service BlockWorker.
|
static class |
BlockWorkerGrpc.BlockWorkerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service BlockWorker.
|
static class |
BlockWorkerGrpc.BlockWorkerImplBase
Base class for the server implementation of the service BlockWorker.
|
static class |
BlockWorkerGrpc.BlockWorkerStub
A stub to allow clients to do asynchronous rpc calls to service BlockWorker.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(BlockWorkerGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<AsyncCacheRequest,AsyncCacheResponse> |
getAsyncCacheMethod() |
static io.grpc.MethodDescriptor<CacheRequest,CacheResponse> |
getCacheMethod() |
static io.grpc.MethodDescriptor<ClearMetricsRequest,ClearMetricsResponse> |
getClearMetricsMethod() |
static io.grpc.MethodDescriptor<CompleteFilePRequest,CompleteFilePResponse> |
getCompleteFileMethod() |
static io.grpc.MethodDescriptor<CopyRequest,CopyResponse> |
getCopyMethod() |
static io.grpc.MethodDescriptor<CreateDirectoryPRequest,CreateDirectoryPResponse> |
getCreateDirectoryMethod() |
static io.grpc.MethodDescriptor<CreateFilePRequest,CreateFilePResponse> |
getCreateFileMethod() |
static io.grpc.MethodDescriptor<ExistsPRequest,ExistsPResponse> |
getExistsMethod() |
static io.grpc.MethodDescriptor<FreeWorkerRequest,FreeWorkerResponse> |
getFreeWorkerMethod() |
static io.grpc.MethodDescriptor<GetStatusPRequest,GetStatusPResponse> |
getGetStatusMethod() |
static io.grpc.MethodDescriptor<ListStatusPRequest,ListStatusPResponse> |
getListStatusMethod() |
static io.grpc.MethodDescriptor<LoadFileRequest,LoadFileResponse> |
getLoadFileMethod() |
static io.grpc.MethodDescriptor<LoadRequest,LoadResponse> |
getLoadMethod() |
static io.grpc.MethodDescriptor<MoveBlockRequest,MoveBlockResponse> |
getMoveBlockMethod() |
static io.grpc.MethodDescriptor<MoveRequest,MoveResponse> |
getMoveMethod() |
static io.grpc.MethodDescriptor<ReadRequest,ReadResponse> |
getReadBlockMethod() |
static io.grpc.MethodDescriptor<RemoveBlockRequest,RemoveBlockResponse> |
getRemoveBlockMethod() |
static io.grpc.MethodDescriptor<DeletePRequest,DeletePResponse> |
getRemoveMethod() |
static io.grpc.MethodDescriptor<RenamePRequest,RenamePResponse> |
getRenameMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SetAttributePRequest,SetAttributePResponse> |
getSetAttributeMethod() |
static io.grpc.MethodDescriptor<WriteRequest,WriteResponse> |
getWriteBlockMethod() |
static BlockWorkerGrpc.BlockWorkerBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static BlockWorkerGrpc.BlockWorkerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static BlockWorkerGrpc.BlockWorkerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<GetStatusPRequest,GetStatusPResponse> getGetStatusMethod()
public static io.grpc.MethodDescriptor<ListStatusPRequest,ListStatusPResponse> getListStatusMethod()
public static io.grpc.MethodDescriptor<ReadRequest,ReadResponse> getReadBlockMethod()
public static io.grpc.MethodDescriptor<WriteRequest,WriteResponse> getWriteBlockMethod()
public static io.grpc.MethodDescriptor<AsyncCacheRequest,AsyncCacheResponse> getAsyncCacheMethod()
public static io.grpc.MethodDescriptor<CacheRequest,CacheResponse> getCacheMethod()
public static io.grpc.MethodDescriptor<LoadRequest,LoadResponse> getLoadMethod()
public static io.grpc.MethodDescriptor<LoadFileRequest,LoadFileResponse> getLoadFileMethod()
public static io.grpc.MethodDescriptor<CopyRequest,CopyResponse> getCopyMethod()
public static io.grpc.MethodDescriptor<RemoveBlockRequest,RemoveBlockResponse> getRemoveBlockMethod()
public static io.grpc.MethodDescriptor<MoveBlockRequest,MoveBlockResponse> getMoveBlockMethod()
public static io.grpc.MethodDescriptor<MoveRequest,MoveResponse> getMoveMethod()
public static io.grpc.MethodDescriptor<ClearMetricsRequest,ClearMetricsResponse> getClearMetricsMethod()
public static io.grpc.MethodDescriptor<FreeWorkerRequest,FreeWorkerResponse> getFreeWorkerMethod()
public static io.grpc.MethodDescriptor<CreateFilePRequest,CreateFilePResponse> getCreateFileMethod()
public static io.grpc.MethodDescriptor<CompleteFilePRequest,CompleteFilePResponse> getCompleteFileMethod()
public static io.grpc.MethodDescriptor<DeletePRequest,DeletePResponse> getRemoveMethod()
public static io.grpc.MethodDescriptor<RenamePRequest,RenamePResponse> getRenameMethod()
public static io.grpc.MethodDescriptor<CreateDirectoryPRequest,CreateDirectoryPResponse> getCreateDirectoryMethod()
public static io.grpc.MethodDescriptor<ExistsPRequest,ExistsPResponse> getExistsMethod()
public static io.grpc.MethodDescriptor<SetAttributePRequest,SetAttributePResponse> getSetAttributeMethod()
public static BlockWorkerGrpc.BlockWorkerStub newStub(io.grpc.Channel channel)
public static BlockWorkerGrpc.BlockWorkerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BlockWorkerGrpc.BlockWorkerFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(BlockWorkerGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023. All Rights Reserved.