Package io.atomix.api.runtime.lock.v1
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classLock is a service for a lock primitivestatic final classLock is a service for a lock primitivestatic classLock is a service for a lock primitivestatic final classLock is a service for a lock primitive -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CloseRequest,CloseResponse> static io.grpc.MethodDescriptor<CreateRequest,CreateResponse> static io.grpc.MethodDescriptor<GetLockRequest,GetLockResponse> static io.grpc.MethodDescriptor<LockRequest,LockResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<UnlockRequest,UnlockResponse> static LockGrpc.LockBlockingStubnewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LockGrpc.LockFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LockGrpc.LockStubnewStub(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
-
getLockMethod
-
getUnlockMethod
-
getGetLockMethod
-
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()
-