Uses of Interface
org.apache.curator.framework.recipes.locks.InterProcessLock
-
Packages that use InterProcessLock Package Description org.apache.curator.framework.recipes.locks -
-
Uses of InterProcessLock in org.apache.curator.framework.recipes.locks
Classes in org.apache.curator.framework.recipes.locks that implement InterProcessLock Modifier and Type Class Description classInterProcessMultiLockA container that manages multiple locks as a single entity.classInterProcessMutexA re-entrant mutex that works across JVMs.classInterProcessSemaphoreMutexA NON re-entrant mutex that works across JVMs.Methods in org.apache.curator.framework.recipes.locks with parameters of type InterProcessLock Modifier and Type Method Description protected voidLocker. acquireLock(InterProcessLock lock)protected booleanLocker. acquireLock(InterProcessLock lock, long timeout, java.util.concurrent.TimeUnit unit)Constructors in org.apache.curator.framework.recipes.locks with parameters of type InterProcessLock Constructor Description Locker(InterProcessLock lock)Locker(InterProcessLock lock, long timeout, java.util.concurrent.TimeUnit unit)Constructor parameters in org.apache.curator.framework.recipes.locks with type arguments of type InterProcessLock Constructor Description InterProcessMultiLock(java.util.List<InterProcessLock> locks)Creates a multi lock of any type of inter process lock
-