Uses of Interface
org.apache.curator.framework.recipes.locks.Lease
Packages that use Lease
-
Uses of Lease in org.apache.curator.framework.recipes.locks
Methods in org.apache.curator.framework.recipes.locks that return LeaseModifier and TypeMethodDescriptionInterProcessSemaphore.acquire()
Deprecated.Acquire a lease.Deprecated.Acquire a lease.InterProcessSemaphoreV2.acquire()
Acquire a lease.Acquire a lease.Methods in org.apache.curator.framework.recipes.locks that return types with arguments of type LeaseModifier and TypeMethodDescriptionInterProcessSemaphore.acquire
(int qty) Deprecated.Acquireqty
leases.Deprecated.Acquireqty
leases.InterProcessSemaphoreV2.acquire
(int qty) Acquireqty
leases.Acquireqty
leases.Methods in org.apache.curator.framework.recipes.locks with parameters of type LeaseModifier and TypeMethodDescriptionvoid
InterProcessSemaphore.returnLease
(Lease lease) Deprecated.Convenience method.void
InterProcessSemaphoreV2.returnLease
(Lease lease) Convenience method.Method parameters in org.apache.curator.framework.recipes.locks with type arguments of type LeaseModifier and TypeMethodDescriptionvoid
InterProcessSemaphore.returnAll
(Collection<Lease> leases) Deprecated.Convenience method.void
InterProcessSemaphoreV2.returnAll
(Collection<Lease> leases) Convenience method.