Package | Description |
---|---|
org.apache.zookeeper.cli |
Modifier and Type | Method and Description |
---|---|
static List<StatsTrack> |
ListQuotaCommand.listQuota(ZooKeeper zk,
String path) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SetQuotaCommand.createQuota(ZooKeeper zk,
String path,
StatsTrack quota)
this method creates a quota node for the path
|
static boolean |
DelQuotaCommand.delQuota(ZooKeeper zk,
String path,
StatsTrack quota)
this method deletes quota for a node.
|
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.