Class LockGrpc

java.lang.Object
io.atomix.api.runtime.lock.v1.LockGrpc

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

  • Method Details

    • getCreateMethod

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

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

      public static io.grpc.MethodDescriptor<LockRequest,LockResponse> getLockMethod()
    • getUnlockMethod

      public static io.grpc.MethodDescriptor<UnlockRequest,UnlockResponse> getUnlockMethod()
    • getGetLockMethod

      public static io.grpc.MethodDescriptor<GetLockRequest,GetLockResponse> getGetLockMethod()
    • newStub

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

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

      public static LockGrpc.LockFutureStub 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()