@Generated(value="by gRPC proto compiler (version 1.34.0)", comments="Source: objects.proto") public final class ObjectsServiceGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectsServiceGrpc.ObjectsServiceBlockingStub |
static class |
ObjectsServiceGrpc.ObjectsServiceFutureStub |
static class |
ObjectsServiceGrpc.ObjectsServiceImplBase |
static class |
ObjectsServiceGrpc.ObjectsServiceStub |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateRequest,VoidResponse> |
getCreateMethod() |
static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse> |
getDeleteMethod() |
static io.grpc.MethodDescriptor<DropRequest,VoidResponse> |
getDropMethod() |
static io.grpc.MethodDescriptor<GetRequest,GetResponse> |
getGetMethod() |
static io.grpc.MethodDescriptor<KeysRequest,KeysResponse> |
getKeysMethod() |
static io.grpc.MethodDescriptor<NamespacesRequest,NamespacesResponse> |
getNamespacesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SizeRequest,SizeResponse> |
getSizeMethod() |
static io.grpc.MethodDescriptor<StoreRequest,VoidResponse> |
getStoreMethod() |
static ObjectsServiceGrpc.ObjectsServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ObjectsServiceGrpc.ObjectsServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ObjectsServiceGrpc.ObjectsServiceStub |
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<NamespacesRequest,NamespacesResponse> getNamespacesMethod()
public static io.grpc.MethodDescriptor<CreateRequest,VoidResponse> getCreateMethod()
public static io.grpc.MethodDescriptor<DropRequest,VoidResponse> getDropMethod()
public static io.grpc.MethodDescriptor<KeysRequest,KeysResponse> getKeysMethod()
public static io.grpc.MethodDescriptor<GetRequest,GetResponse> getGetMethod()
public static io.grpc.MethodDescriptor<StoreRequest,VoidResponse> getStoreMethod()
public static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse> getDeleteMethod()
public static io.grpc.MethodDescriptor<SizeRequest,SizeResponse> getSizeMethod()
public static ObjectsServiceGrpc.ObjectsServiceStub newStub(io.grpc.Channel channel)
public static ObjectsServiceGrpc.ObjectsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ObjectsServiceGrpc.ObjectsServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2021. All rights reserved.