Uses of Class
org.apache.zookeeper.StatsTrack
Packages that use StatsTrack
-
Uses of StatsTrack in org.apache.zookeeper.cli
Methods in org.apache.zookeeper.cli that return types with arguments of type StatsTrackMethods in org.apache.zookeeper.cli with parameters of type StatsTrackModifier and TypeMethodDescriptionstatic boolean
SetQuotaCommand.createQuota
(ZooKeeper zk, String path, StatsTrack quota) this method creates a quota node for the pathstatic boolean
DelQuotaCommand.delQuota
(ZooKeeper zk, String path, StatsTrack quota) this method deletes quota for a node.