| Modifier and Type | Method and Description |
|---|---|
List<ZKTreeNode> |
ZKTreeNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
ZKTreeNode.setChildren(List<ZKTreeNode> children) |
| Constructor and Description |
|---|
ZKTreeNode(String path,
List<Byte> data,
List<org.apache.zookeeper.data.ACL> acl,
List<ZKTreeNode> children,
org.apache.zookeeper.data.Stat stat) |
Copyright © 2020. All rights reserved.