Groovy Documentation

Package org.linkedin.zookeeper.cli.commands

 

Interface Summary
Command A command for the zookeeper shell
 


Class Summary
AbstractCommand Encapsulate some boiler plate code for commands
CatCommand Mimics the shell cat command
DeleteCommand Deletes a node (could be recursive)
DuCommand Mimics the shell ls command
GetCommand Get data and stats for a command
LsCommand Mimics the shell ls command
MkDirCommand creates a folder
PutCommand Put a string into a node
UploadCommand Upload a file in zookeeper
 


Exception Summary
CommandException @author ypujante@linkedin.com
 


Groovy Documentation