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

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

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

Classes in com.netflix.curator.framework.recipes.locks that implement InterProcessLock
 class InterProcessMultiLock
          A container that manages multiple locks as a single entity.
 class InterProcessMutex
          A re-entrant mutex that works across JVMs.
 

Constructor parameters in com.netflix.curator.framework.recipes.locks with type arguments of type InterProcessLock
InterProcessMultiLock(List<InterProcessLock> locks)
          Creates a multi lock of any type of inter process lock
 



Copyright © 2012. All Rights Reserved.