Uses of Interface
com.netflix.curator.framework.recipes.locks.Lease

Packages that use Lease
com.netflix.curator.framework.recipes.locks   
 

Uses of Lease in com.netflix.curator.framework.recipes.locks
 

Methods in com.netflix.curator.framework.recipes.locks that return Lease
 Lease InterProcessSemaphore.acquire()
          Acquire a lease.
 Lease InterProcessSemaphore.acquire(long time, TimeUnit unit)
          Acquire a lease.
 

Methods in com.netflix.curator.framework.recipes.locks that return types with arguments of type Lease
 Collection<Lease> InterProcessSemaphore.acquire(int qty)
          Acquire qty leases.
 Collection<Lease> InterProcessSemaphore.acquire(int qty, long time, TimeUnit unit)
          Acquire qty leases.
 

Methods in com.netflix.curator.framework.recipes.locks with parameters of type Lease
 void InterProcessSemaphore.returnLease(Lease lease)
          Convenience method.
 

Method parameters in com.netflix.curator.framework.recipes.locks with type arguments of type Lease
 void InterProcessSemaphore.returnAll(Collection<Lease> leases)
          Convenience method.
 



Copyright © 2012. All Rights Reserved.