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.Acquireqtyleases.Deprecated.Acquireqtyleases.InterProcessSemaphoreV2.acquire(int qty) Acquireqtyleases.Acquireqtyleases.Methods in org.apache.curator.framework.recipes.locks with parameters of type LeaseModifier and TypeMethodDescriptionvoidInterProcessSemaphore.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 LeaseModifier and TypeMethodDescriptionvoidInterProcessSemaphore.returnAll(Collection<Lease> leases) Deprecated.Convenience method.voidInterProcessSemaphoreV2.returnAll(Collection<Lease> leases) Convenience method.