Class LockInternals
java.lang.Object
org.apache.curator.framework.recipes.locks.LockInternals
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clean()
Attempt to delete the lock node so that sequence numbers get resetstatic Collection
<String> getParticipantNodes
(CuratorFramework client, String basePath, String lockName, LockInternalsSorter sorter) getSortedChildren
(String lockName, LockInternalsSorter sorter, List<String> children) getSortedChildren
(CuratorFramework client, String basePath, String lockName, LockInternalsSorter sorter)
-
Method Details
-
clean
Attempt to delete the lock node so that sequence numbers get reset- Throws:
Exception
- errors
-
getParticipantNodes
public static Collection<String> getParticipantNodes(CuratorFramework client, String basePath, String lockName, LockInternalsSorter sorter) throws Exception - Throws:
Exception
-
getSortedChildren
public static List<String> getSortedChildren(CuratorFramework client, String basePath, String lockName, LockInternalsSorter sorter) throws Exception - Throws:
Exception
-
getSortedChildren
-