@Generated(value="by gRPC proto compiler (version 1.34.0)", comments="Source: sets.proto") public final class SetsServiceGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SetsServiceGrpc.SetsServiceBlockingStub |
static class |
SetsServiceGrpc.SetsServiceFutureStub |
static class |
SetsServiceGrpc.SetsServiceImplBase |
static class |
SetsServiceGrpc.SetsServiceStub |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<AddBatchRequest,VoidResponse> |
getAddBatchMethod() |
static io.grpc.MethodDescriptor<AddRequest,VoidResponse> |
getAddMethod() |
static io.grpc.MethodDescriptor<CreateRequest,VoidResponse> |
getCreateMethod() |
static io.grpc.MethodDescriptor<DeleteBatchRequest,VoidResponse> |
getDeleteBatchMethod() |
static io.grpc.MethodDescriptor<DeleteBetweenRequest,VoidResponse> |
getDeleteBetweenMethod() |
static io.grpc.MethodDescriptor<DeleteEntryRequest,DeleteEntryResponse> |
getDeleteEntryMethod() |
static io.grpc.MethodDescriptor<DeleteRequest,VoidResponse> |
getDeleteMethod() |
static io.grpc.MethodDescriptor<DropRequest,VoidResponse> |
getDropMethod() |
static io.grpc.MethodDescriptor<GetRequest,GetResponse> |
getGetMethod() |
static io.grpc.MethodDescriptor<IncRequest,IncResponse> |
getIncMethod() |
static io.grpc.MethodDescriptor<IntersectRequest,IntersectResponse> |
getIntersectMethod() |
static io.grpc.MethodDescriptor<KeysRequest,KeysResponse> |
getKeysMethod() |
static io.grpc.MethodDescriptor<NamespacesRequest,NamespacesResponse> |
getNamespacesMethod() |
static io.grpc.MethodDescriptor<PopRequest,PopResponse> |
getPopMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SetsRequest,SetsResponse> |
getSetsMethod() |
static io.grpc.MethodDescriptor<SizeRequest,SizeResponse> |
getSizeMethod() |
static io.grpc.MethodDescriptor<TimestampRequest,TimestampResponse> |
getTimestampMethod() |
static io.grpc.MethodDescriptor<UnionRequest,UnionResponse> |
getUnionMethod() |
static io.grpc.MethodDescriptor<WeightRequest,WeightResponse> |
getWeightMethod() |
static SetsServiceGrpc.SetsServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SetsServiceGrpc.SetsServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SetsServiceGrpc.SetsServiceStub |
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<GetRequest,GetResponse> getGetMethod()
public static io.grpc.MethodDescriptor<UnionRequest,UnionResponse> getUnionMethod()
public static io.grpc.MethodDescriptor<IntersectRequest,IntersectResponse> getIntersectMethod()
public static io.grpc.MethodDescriptor<PopRequest,PopResponse> getPopMethod()
public static io.grpc.MethodDescriptor<AddRequest,VoidResponse> getAddMethod()
public static io.grpc.MethodDescriptor<AddBatchRequest,VoidResponse> getAddBatchMethod()
public static io.grpc.MethodDescriptor<DeleteRequest,VoidResponse> getDeleteMethod()
public static io.grpc.MethodDescriptor<DeleteBetweenRequest,VoidResponse> getDeleteBetweenMethod()
public static io.grpc.MethodDescriptor<DeleteEntryRequest,DeleteEntryResponse> getDeleteEntryMethod()
public static io.grpc.MethodDescriptor<DeleteBatchRequest,VoidResponse> getDeleteBatchMethod()
public static io.grpc.MethodDescriptor<KeysRequest,KeysResponse> getKeysMethod()
public static io.grpc.MethodDescriptor<SetsRequest,SetsResponse> getSetsMethod()
public static io.grpc.MethodDescriptor<SizeRequest,SizeResponse> getSizeMethod()
public static io.grpc.MethodDescriptor<WeightRequest,WeightResponse> getWeightMethod()
public static io.grpc.MethodDescriptor<TimestampRequest,TimestampResponse> getTimestampMethod()
public static io.grpc.MethodDescriptor<IncRequest,IncResponse> getIncMethod()
public static SetsServiceGrpc.SetsServiceStub newStub(io.grpc.Channel channel)
public static SetsServiceGrpc.SetsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SetsServiceGrpc.SetsServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2021. All rights reserved.