Class LockGrpc.LockBlockingStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<LockGrpc.LockBlockingStub>
io.atomix.api.runtime.atomic.lock.v1.LockGrpc.LockBlockingStub
Enclosing class:
LockGrpc

public static final class LockGrpc.LockBlockingStub extends io.grpc.stub.AbstractBlockingStub<LockGrpc.LockBlockingStub>
 Lock is a service for a lock primitive
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    Close closes the lock
    Create creates the lock
    GetLock gets the lock state
    lock(LockRequest request)
    Lock attempts to acquire the lock
    Unlock releases the lock

    Methods inherited from class io.grpc.stub.AbstractBlockingStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait