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.cliMethods in org.apache.zookeeper.cli that throw MalformedPathException Modifier and Type Method Description static booleanSetQuotaCommand. createQuota(ZooKeeper zk, String path, StatsTrack quota)this method creates a quota node for the pathstatic booleanDelQuotaCommand. delQuota(ZooKeeper zk, String path, StatsTrack quota)this method deletes quota for a node.booleanRemoveWatchesCommand. exec()
 
-