Package org.apache.zookeeper.cli
Class SetQuotaCommand
- java.lang.Object
- 
- org.apache.zookeeper.cli.CliCommand
- 
- org.apache.zookeeper.cli.SetQuotaCommand
 
 
- 
 public class SetQuotaCommand extends CliCommand setQuota command for cli
- 
- 
Field Summary- 
Fields inherited from class org.apache.zookeeper.cli.CliCommanderr, out, zk
 
- 
 - 
Constructor SummaryConstructors Constructor Description SetQuotaCommand()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancreateQuota(ZooKeeper zk, String path, StatsTrack quota)this method creates a quota node for the pathbooleanexec()CliCommandparse(String[] cmdArgs)parse the command arguments- 
Methods inherited from class org.apache.zookeeper.cli.CliCommandaddToMap, getCmdStr, getOptionStr, getUsageStr, setErr, setOut, setZk
 
- 
 
- 
- 
- 
Method Detail- 
parsepublic CliCommand parse(String[] cmdArgs) throws CliParseException Description copied from class:CliCommandparse the command arguments- Specified by:
- parsein class- CliCommand
- Returns:
- this CliCommand
- Throws:
- CliParseException
 
 - 
execpublic boolean exec() throws CliException- Specified by:
- execin class- CliCommand
- Returns:
- true if command has watch option, false otherwise
- Throws:
- CliException
 
 - 
createQuotapublic static boolean createQuota(ZooKeeper zk, String path, StatsTrack quota) throws KeeperException, InterruptedException, MalformedPathException this method creates a quota node for the path- Parameters:
- zk- the ZooKeeper client
- path- the path for which quota needs to be created
- quota- the quotas
- Returns:
- true if its successful and false if not.
- Throws:
- KeeperException
- InterruptedException
- MalformedPathException
 
 
- 
 
-