@InterfaceAudience.LimitedPrivate(value="Tools") @InterfaceStability.Evolving public class HFileProcedurePrettyPrinter extends AbstractHBaseTool
HFilePrettyPrinter is
that, this class will decode the procedure in the cell for better debugging. You are free to use
HFilePrettyPrinter to dump the same file as well.AbstractHBaseTool.OptionsOrderComparatorcmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS, LONG_HELP_OPTION, options, SHORT_HELP_OPTION| Constructor and Description |
|---|
HFileProcedurePrettyPrinter() |
HFileProcedurePrettyPrinter(PrintStream out) |
| 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) |
addOption, addOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOption, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, getConf, getOptionAsDouble, getOptionAsInt, getOptionAsInt, getOptionAsLong, getOptionAsLong, newParser, parseArgs, parseInt, parseLong, printUsage, printUsage, processOldArgs, run, setConfpublic HFileProcedurePrettyPrinter()
public HFileProcedurePrettyPrinter(PrintStream out)
protected void addOptions()
addOptions in class AbstractHBaseToolprotected void processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd)
processOptions in class AbstractHBaseToolprotected int doWork()
throws Exception
doWork in class AbstractHBaseToolExceptionpublic static void main(String[] args)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.