Interface LockInternalsDriver
- All Superinterfaces:
LockInternalsSorter
- All Known Implementing Classes:
StandardLockInternalsDriver
-
Method Summary
Modifier and TypeMethodDescriptioncreatesTheLock(org.apache.curator.framework.CuratorFramework client, String path, byte[] lockNodeBytes) getsTheLock(org.apache.curator.framework.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(org.apache.curator.framework.CuratorFramework client, List<String> children, String sequenceNodeName, int maxLeases) throws Exception - Throws:
Exception
-
createsTheLock
String createsTheLock(org.apache.curator.framework.CuratorFramework client, String path, byte[] lockNodeBytes) throws Exception - Throws:
Exception
-