Package | Description |
---|---|
org.apache.curator.framework.recipes.locks |
Modifier and Type | Interface and Description |
---|---|
interface |
LockInternalsDriver |
Modifier and Type | Class and Description |
---|---|
class |
StandardLockInternalsDriver |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
LockInternals.getParticipantNodes(CuratorFramework client,
String basePath,
String lockName,
LockInternalsSorter sorter) |
static List<String> |
LockInternals.getSortedChildren(CuratorFramework client,
String basePath,
String lockName,
LockInternalsSorter sorter) |
static List<String> |
LockInternals.getSortedChildren(String lockName,
LockInternalsSorter sorter,
List<String> children) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.