Uses of Interface
org.apache.curator.framework.recipes.locks.Lease
-
Packages that use Lease Package Description org.apache.curator.framework.recipes.locks -
-
Uses of Lease in org.apache.curator.framework.recipes.locks
Methods in org.apache.curator.framework.recipes.locks that return Lease Modifier and Type Method Description LeaseInterProcessSemaphore. acquire()Deprecated.Acquire a lease.LeaseInterProcessSemaphore. acquire(long time, java.util.concurrent.TimeUnit unit)Deprecated.Acquire a lease.LeaseInterProcessSemaphoreV2. acquire()Acquire a lease.LeaseInterProcessSemaphoreV2. acquire(long time, java.util.concurrent.TimeUnit unit)Acquire a lease.Methods in org.apache.curator.framework.recipes.locks that return types with arguments of type Lease Modifier and Type Method Description java.util.Collection<Lease>InterProcessSemaphore. acquire(int qty)Deprecated.Acquireqtyleases.java.util.Collection<Lease>InterProcessSemaphore. acquire(int qty, long time, java.util.concurrent.TimeUnit unit)Deprecated.Acquireqtyleases.java.util.Collection<Lease>InterProcessSemaphoreV2. acquire(int qty)Acquireqtyleases.java.util.Collection<Lease>InterProcessSemaphoreV2. acquire(int qty, long time, java.util.concurrent.TimeUnit unit)Acquireqtyleases.Methods in org.apache.curator.framework.recipes.locks with parameters of type Lease Modifier and Type Method Description voidInterProcessSemaphore. returnLease(Lease lease)Deprecated.Convenience method.voidInterProcessSemaphoreV2. returnLease(Lease lease)Convenience method.Method parameters in org.apache.curator.framework.recipes.locks with type arguments of type Lease Modifier and Type Method Description voidInterProcessSemaphore. returnAll(java.util.Collection<Lease> leases)Deprecated.Convenience method.voidInterProcessSemaphoreV2. returnAll(java.util.Collection<Lease> leases)Convenience method.
-