public class SetQuotaCommand extends CliCommand
err, out, zk
Constructor and Description |
---|
SetQuotaCommand() |
Modifier and Type | Method and Description |
---|---|
static boolean |
createQuota(ZooKeeper zk,
String path,
StatsTrack quota)
this method creates a quota node for the path
|
boolean |
exec() |
CliCommand |
parse(String[] cmdArgs)
parse the command arguments
|
addToMap, getCmdStr, getOptionStr, getUsageStr, setErr, setOut, setZk
public CliCommand parse(String[] cmdArgs) throws CliParseException
CliCommand
parse
in class CliCommand
CliParseException
public boolean exec() throws CliException
exec
in class CliCommand
CliException
public static boolean createQuota(ZooKeeper zk, String path, StatsTrack quota) throws KeeperException, InterruptedException, MalformedPathException
zk
- the ZooKeeper clientpath
- the path for which quota needs to be createdquota
- the quotasKeeperException
InterruptedException
MalformedPathException
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.