@InterfaceAudience.Private public class StripeCompactionsPerformanceEvaluation extends AbstractHBaseTool
Modifier and Type | Class and Description |
---|---|
static class |
StripeCompactionsPerformanceEvaluation.SeqShardedDataGenerator |
Modifier and Type | Field and Description |
---|---|
protected IntegrationTestingUtility |
util |
cmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS
Constructor and Description |
---|
StripeCompactionsPerformanceEvaluation() |
Modifier and Type | Method and Description |
---|---|
protected void |
addOptions()
Override this to add command-line options using
AbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods. |
protected void |
createTable(HTableDescriptor htd) |
protected void |
deleteTable() |
protected int |
doWork()
The "main function" of the tool
|
Configuration |
getConf() |
protected void |
processOptions(CommandLine cmd)
This method is called to process the options after they have been parsed.
|
addOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, parseArgs, parseInt, parseLong, printUsage, printUsage, run, setConf
protected IntegrationTestingUtility util
public StripeCompactionsPerformanceEvaluation()
protected void addOptions()
AbstractHBaseTool
AbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods.addOptions
in class AbstractHBaseTool
protected void processOptions(CommandLine cmd)
AbstractHBaseTool
processOptions
in class AbstractHBaseTool
public Configuration getConf()
getConf
in class AbstractHBaseTool
protected int doWork() throws Exception
AbstractHBaseTool
doWork
in class AbstractHBaseTool
Exception
protected void createTable(HTableDescriptor htd) throws Exception
Exception