public class AbstractBaseCommand extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CLUSTER_NAME |
static String |
DEFAULT_ZK_ADDRESS |
| Constructor and Description |
|---|
AbstractBaseCommand() |
AbstractBaseCommand(boolean addShutdownHook) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
String |
getName() |
void |
printExamples() |
void |
printUsage() |
public static final String DEFAULT_ZK_ADDRESS
public static final String DEFAULT_CLUSTER_NAME
public AbstractBaseCommand(boolean addShutdownHook)
public AbstractBaseCommand()
public String getName()
public void printUsage()
public void printExamples()
public void cleanup()
Copyright © 2018–2020 Apache Software Foundation. All rights reserved.