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
 
  • Field Details

  • Method Details

    • getCreateMethod

      public static io.grpc.MethodDescriptor<CreateRequest,CreateResponse> getCreateMethod()
    • getCloseMethod

      public static io.grpc.MethodDescriptor<CloseRequest,CloseResponse> getCloseMethod()
    • getSetMethod

      public static io.grpc.MethodDescriptor<SetRequest,SetResponse> getSetMethod()
    • getInsertMethod

      public static io.grpc.MethodDescriptor<InsertRequest,InsertResponse> getInsertMethod()
    • getUpdateMethod

      public static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> getUpdateMethod()
    • getGetMethod

      public static io.grpc.MethodDescriptor<GetRequest,GetResponse> getGetMethod()
    • getDeleteMethod

      public static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse> getDeleteMethod()
    • getWatchMethod

      public static io.grpc.MethodDescriptor<WatchRequest,WatchResponse> getWatchMethod()
    • getEventsMethod

      public static io.grpc.MethodDescriptor<EventsRequest,EventsResponse> getEventsMethod()
    • newStub

      public static ValueGrpc.ValueStub newStub(io.grpc.Channel channel)
      Creates a new async stub that supports all call types for the service
    • newBlockingStub

      public static ValueGrpc.ValueBlockingStub newBlockingStub(io.grpc.Channel channel)
      Creates a new blocking-style stub that supports unary and streaming output calls on the service
    • newFutureStub

      public static ValueGrpc.ValueFutureStub newFutureStub(io.grpc.Channel channel)
      Creates a new ListenableFuture-style stub that supports unary calls on the service
    • getServiceDescriptor

      public static io.grpc.ServiceDescriptor getServiceDescriptor()