Class SetGrpc

java.lang.Object
io.atomix.api.runtime.set.v1.SetGrpc

@Generated(value="by gRPC proto compiler (version 1.22.1)", comments="Source: atomix/runtime/set/v1/set.proto") public final class SetGrpc extends Object
 Set is a service for a set primitive
 
  • Field Details

  • Method Details

    • getCreateMethod

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

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

      public static io.grpc.MethodDescriptor<SizeRequest,SizeResponse> getSizeMethod()
    • getContainsMethod

      public static io.grpc.MethodDescriptor<ContainsRequest,ContainsResponse> getContainsMethod()
    • getAddMethod

      public static io.grpc.MethodDescriptor<AddRequest,AddResponse> getAddMethod()
    • getRemoveMethod

      public static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse> getRemoveMethod()
    • getClearMethod

      public static io.grpc.MethodDescriptor<ClearRequest,ClearResponse> getClearMethod()
    • getEventsMethod

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

      public static io.grpc.MethodDescriptor<ElementsRequest,ElementsResponse> getElementsMethod()
    • newStub

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

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

      public static SetGrpc.SetFutureStub 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()