Uses of Class
org.apache.hadoop.hbase.zookeeper.ZKUtil.NodeAndData
Packages that use ZKUtil.NodeAndData
Package
Description
-
Uses of ZKUtil.NodeAndData in org.apache.hadoop.hbase
Method parameters in org.apache.hadoop.hbase with type arguments of type ZKUtil.NodeAndDataModifier and TypeMethodDescriptionprivate void
ZKNamespaceManager.refreshNodes
(List<ZKUtil.NodeAndData> nodes) -
Uses of ZKUtil.NodeAndData in org.apache.hadoop.hbase.security.access
Method parameters in org.apache.hadoop.hbase.security.access with type arguments of type ZKUtil.NodeAndDataModifier and TypeMethodDescriptionprivate void
ZKPermissionWatcher.refreshNodes
(List<ZKUtil.NodeAndData> nodes) -
Uses of ZKUtil.NodeAndData in org.apache.hadoop.hbase.security.token
Method parameters in org.apache.hadoop.hbase.security.token with type arguments of type ZKUtil.NodeAndDataModifier and TypeMethodDescriptionprivate void
ZKSecretWatcher.refreshNodes
(List<ZKUtil.NodeAndData> nodes) -
Uses of ZKUtil.NodeAndData in org.apache.hadoop.hbase.zookeeper
Methods in org.apache.hadoop.hbase.zookeeper that return types with arguments of type ZKUtil.NodeAndDataModifier and TypeMethodDescriptionstatic List<ZKUtil.NodeAndData>
ZKUtil.getChildDataAndWatchForNewChildren
(ZKWatcher zkw, String baseNode) Deprecated.Unusedstatic List<ZKUtil.NodeAndData>
ZKUtil.getChildDataAndWatchForNewChildren
(ZKWatcher zkw, String baseNode, boolean throwOnInterrupt) Deprecated.Unused