Package io.atomix.api.runtime.value.v1
Class ValueGrpc
java.lang.Object
io.atomix.api.runtime.value.v1.ValueGrpc
@Generated(value="by gRPC proto compiler (version 1.22.1)",
comments="Source: atomix/runtime/value/v1/value.proto")
public final class ValueGrpc
extends Object
Value is a service for a value primitive
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValue is a service for a value primitivestatic final classValue is a service for a value primitivestatic classValue is a service for a value primitivestatic final classValue is a service for a value primitive -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CloseRequest,CloseResponse> static io.grpc.MethodDescriptor<CreateRequest,CreateResponse> static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse> static io.grpc.MethodDescriptor<EventsRequest,EventsResponse> static io.grpc.MethodDescriptor<GetRequest,GetResponse> static io.grpc.MethodDescriptor<InsertRequest,InsertResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<SetRequest,SetResponse> static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> static io.grpc.MethodDescriptor<WatchRequest,WatchResponse> static ValueGrpc.ValueBlockingStubnewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ValueGrpc.ValueFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ValueGrpc.ValueStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCreateMethod
-
getCloseMethod
-
getSetMethod
-
getInsertMethod
-
getUpdateMethod
-
getGetMethod
-
getDeleteMethod
-
getWatchMethod
-
getEventsMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-