Uses of Class
org.apache.zookeeper.cli.MalformedPathException
-
Packages that use MalformedPathException Package Description org.apache.zookeeper.cli -
-
Uses of MalformedPathException in org.apache.zookeeper.cli
Methods in org.apache.zookeeper.cli that throw MalformedPathException Modifier and Type Method Description static boolean
SetQuotaCommand. createQuota(ZooKeeper zk, java.lang.String path, long bytes, int numNodes)
static boolean
DelQuotaCommand. delQuota(ZooKeeper zk, java.lang.String path, boolean bytes, boolean numNodes)
this method deletes quota for a node.boolean
RemoveWatchesCommand. exec()
-