| 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(org.apache.curator.framework.CuratorFramework client,
String basePath,
String lockName,
LockInternalsSorter sorter) |
static List<String> |
LockInternals.getSortedChildren(org.apache.curator.framework.CuratorFramework client,
String basePath,
String lockName,
LockInternalsSorter sorter) |
static List<String> |
LockInternals.getSortedChildren(String lockName,
LockInternalsSorter sorter,
List<String> children) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.