Uses of Interface
org.apache.curator.framework.recipes.locks.InterProcessLock
Packages that use InterProcessLock
-
Uses of InterProcessLock in org.apache.curator.framework.recipes.locks
Classes in org.apache.curator.framework.recipes.locks that implement InterProcessLockModifier and TypeClassDescriptionclassA container that manages multiple locks as a single entity.classA re-entrant mutex that works across JVMs.static classstatic classclassA NON re-entrant mutex that works across JVMs.Methods in org.apache.curator.framework.recipes.locks with parameters of type InterProcessLockModifier and TypeMethodDescriptionprotected voidLocker.acquireLock(InterProcessLock lock) protected booleanLocker.acquireLock(InterProcessLock lock, long timeout, TimeUnit unit) Constructors in org.apache.curator.framework.recipes.locks with parameters of type InterProcessLockModifierConstructorDescriptionLocker(InterProcessLock lock) Locker(InterProcessLock lock, long timeout, TimeUnit unit) Constructor parameters in org.apache.curator.framework.recipes.locks with type arguments of type InterProcessLockModifierConstructorDescriptionCreates a multi lock of any type of inter process lock