@Generated(value="by gRPC proto compiler (version 1.29.0)", comments="Source: distore.proto") public final class KeyValueStoreGrpc extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KeyValueStoreGrpc.KeyValueStoreBlockingStub |
static class |
KeyValueStoreGrpc.KeyValueStoreFutureStub |
static class |
KeyValueStoreGrpc.KeyValueStoreImplBase |
static class |
KeyValueStoreGrpc.KeyValueStoreStub |
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<VoidReq,Key> |
getAllKeysMethod() |
static io.grpc.MethodDescriptor<VoidReq,KeyValue> |
getAllMethod() |
static io.grpc.MethodDescriptor<VoidReq,Size> |
getApproximateNumEntriesMethod() |
static io.grpc.MethodDescriptor<FilterReq,KeyValue> |
getFilterMethod() |
static io.grpc.MethodDescriptor<KeyReq,Value> |
getGetMethod() |
static io.grpc.MethodDescriptor<KeyFromKeyToReq,KeyValue> |
getRangeMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static KeyValueStoreGrpc.KeyValueStoreBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static KeyValueStoreGrpc.KeyValueStoreFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static KeyValueStoreGrpc.KeyValueStoreStub |
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<KeyFromKeyToReq,KeyValue> getRangeMethod()
public static io.grpc.MethodDescriptor<VoidReq,Size> getApproximateNumEntriesMethod()
public static KeyValueStoreGrpc.KeyValueStoreStub newStub(io.grpc.Channel channel)
public static KeyValueStoreGrpc.KeyValueStoreBlockingStub newBlockingStub(io.grpc.Channel channel)
public static KeyValueStoreGrpc.KeyValueStoreFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Red Hat. All rights reserved.