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.CliCommand
err, out, zk
-
-
Constructor Summary
Constructors Constructor Description SetQuotaCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
createQuota(ZooKeeper zk, java.lang.String path, long bytes, int numNodes)
boolean
exec()
CliCommand
parse(java.lang.String[] cmdArgs)
parse the command arguments-
Methods inherited from class org.apache.zookeeper.cli.CliCommand
addToMap, getCmdStr, getOptionStr, getUsageStr, setErr, setOut, setZk
-
-
-
-
Method Detail
-
parse
public CliCommand parse(java.lang.String[] cmdArgs) throws CliParseException
Description copied from class:CliCommand
parse the command arguments- Specified by:
parse
in classCliCommand
- Returns:
- this CliCommand
- Throws:
CliParseException
-
exec
public boolean exec() throws CliException
- Specified by:
exec
in classCliCommand
- Returns:
- Throws:
CliException
-
createQuota
public static boolean createQuota(ZooKeeper zk, java.lang.String path, long bytes, int numNodes) throws KeeperException, java.io.IOException, java.lang.InterruptedException, MalformedPathException
- Throws:
KeeperException
java.io.IOException
java.lang.InterruptedException
MalformedPathException
-
-