Groovy Documentation

org.linkedin.zookeeper.cli.commands
[Groovy] Interface Command


interface Command

A command for the zookeeper shell


Method Summary
int execute(IZKClient client, java.lang.Object args)

Execute the command using the given client and the given parameters

 

Method Detail

execute

int execute(IZKClient client, java.lang.Object args)
Execute the command using the given client and the given parameters


 

Groovy Documentation