public interface ACLData
ZKClient.getACL(String).| Modifier and Type | Method and Description |
|---|---|
List<org.apache.zookeeper.data.ACL> |
getACL() |
org.apache.zookeeper.data.Stat |
getStat() |
List<org.apache.zookeeper.data.ACL> getACL()
ACL for the node.org.apache.zookeeper.data.Stat getStat()
Stat of the node.Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.