public class Node extends Object
| Constructor and Description |
|---|
Node(String path,
byte[] bytes,
org.apache.zookeeper.data.Stat stat) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getPath() |
org.apache.zookeeper.data.Stat |
getStat() |
Copyright © 2017. All rights reserved.