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 booleanSetQuotaCommand.createQuota(ZooKeeper zk, String path, StatsTrack quota) this method creates a quota node for the pathstatic booleanDelQuotaCommand.delQuota(ZooKeeper zk, String path, StatsTrack quota) this method deletes quota for a node.