@InterfaceAudience.LimitedPrivate(value="Tools") public class ScanPerformanceEvaluation extends AbstractHBaseTool
| Modifier and Type | Class and Description |
|---|---|
static class |
ScanPerformanceEvaluation.MyMapper<KEYOUT,VALUEOUT> |
static class |
ScanPerformanceEvaluation.ScanCounter |
cmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS, LONG_HELP_OPTION, options, SHORT_HELP_OPTION| Constructor and Description |
|---|
ScanPerformanceEvaluation() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOptions() |
protected int |
doWork() |
static void |
main(String[] args) |
protected void |
processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
protected void |
testHdfsStreaming(org.apache.hadoop.fs.Path filename) |
void |
testScan() |
void |
testScanMapReduce() |
void |
testSnapshotScan() |
void |
testSnapshotScanMapReduce() |
addOption, addOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOption, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, getConf, getOptionAsDouble, getOptionAsInt, getOptionAsLong, newParser, parseArgs, parseInt, parseLong, printUsage, printUsage, processOldArgs, runpublic ScanPerformanceEvaluation()
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.ConfigurablesetConf in class AbstractHBaseToolprotected void addOptions()
addOptions in class AbstractHBaseToolprotected void processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd)
processOptions in class AbstractHBaseToolprotected void testHdfsStreaming(org.apache.hadoop.fs.Path filename) throws IOException
IOExceptionpublic void testScan() throws IOException
IOExceptionpublic void testSnapshotScan() throws IOException
IOExceptionpublic void testScanMapReduce() throws IOException, InterruptedException, ClassNotFoundException
public void testSnapshotScanMapReduce() throws IOException, InterruptedException, ClassNotFoundException
protected int doWork() throws Exception
doWork in class AbstractHBaseToolExceptionCopyright © 2007–2019 Cloudera. All rights reserved.