Package org.apache.pinot.tools
Class AbstractBaseCommand
- java.lang.Object
-
- org.apache.pinot.tools.AbstractBaseCommand
-
- Direct Known Subclasses:
AbstractBaseAdminCommand,AutoAddInvertedIndexTool,PerfBenchmarkRunner,PinotFSBenchmarkRunner,PinotSegmentConvertCommand,QueryRunner,SegmentDumpTool,UpdateSegmentState,ValidateConfigCommand,ValidateTableRetention,VerifySegmentState
public class AbstractBaseCommand extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CLUSTER_NAMEstatic StringDEFAULT_ZK_ADDRESS
-
Constructor Summary
Constructors Constructor Description AbstractBaseCommand()AbstractBaseCommand(boolean addShutdownHook)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()StringgetName()voidprintExamples()voidprintUsage()
-
-
-
Field Detail
-
DEFAULT_ZK_ADDRESS
public static final String DEFAULT_ZK_ADDRESS
- See Also:
- Constant Field Values
-
DEFAULT_CLUSTER_NAME
public static final String DEFAULT_CLUSTER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
-
printUsage
public void printUsage()
-
printExamples
public void printExamples()
-
cleanup
public void cleanup()
-
-