Uses of Class
com.netflix.curator.framework.recipes.locks.InterProcessMutex

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

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

Methods in com.netflix.curator.framework.recipes.locks that return InterProcessMutex
 InterProcessMutex InterProcessReadWriteLock.readLock()
          Returns the lock used for reading.
 InterProcessMutex InterProcessReadWriteLock.writeLock()
          Returns the lock used for writing.
 

Method parameters in com.netflix.curator.framework.recipes.locks with type arguments of type InterProcessMutex
 void InterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener)
           
 void InterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener, Executor executor)
           
 



Copyright © 2012. All Rights Reserved.