-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private org.apache.curator.framework.recipes.locks.InterProcessMutex |
curatorLock |
-
Constructor Summary
Constructors
| Constructor and Description |
CuratorDistributeedLock(org.apache.curator.framework.recipes.locks.InterProcessMutex curatorLock) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
lock
public void lock()
- Specified by:
lock in interface Lock
-
tryLock
public boolean tryLock()
- Specified by:
tryLock in interface Lock
-
unlock
public void unlock()
- Specified by:
unlock in interface Lock
Copyright © 2015. All rights reserved.