Interface LockInternalsDriver
- All Superinterfaces:
LockInternalsSorter
- All Known Implementing Classes:
StandardLockInternalsDriver
-
Method Summary
Modifier and TypeMethodDescriptioncreatesTheLock
(CuratorFramework client, String path, byte[] lockNodeBytes) getsTheLock
(CuratorFramework client, List<String> children, String sequenceNodeName, int maxLeases) Methods inherited from interface org.apache.curator.framework.recipes.locks.LockInternalsSorter
fixForSorting
-
Method Details
-
getsTheLock
PredicateResults getsTheLock(CuratorFramework client, List<String> children, String sequenceNodeName, int maxLeases) throws Exception - Throws:
Exception
-
createsTheLock
- Throws:
Exception
-