public class NodesCache extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CACHE_SIZE |
static int |
EXPIRATION_TIME |
Constructor and Description |
---|
NodesCache(ZooKeeper zooKeeper) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getChildren(String nodePath) |
String |
getNodeChild(String nodePath,
int index) |
public static final int CACHE_SIZE
public static final int EXPIRATION_TIME
public NodesCache(ZooKeeper zooKeeper)
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.