@InterfaceAudience.LimitedPrivate(value="Tools") @InterfaceStability.Evolving public class WALProcedurePrettyPrinter extends AbstractHBaseTool
WALPrettyPrinter is that, this class will decode the
procedure in the WALEdit for better debugging. You are free to use WALPrettyPrinter to
dump the same file as well.AbstractHBaseTool.OptionsOrderComparatorcmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS, LONG_HELP_OPTION, options, SHORT_HELP_OPTION| Constructor and Description |
|---|
WALProcedurePrettyPrinter() |
WALProcedurePrettyPrinter(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 WALProcedurePrettyPrinter()
public WALProcedurePrettyPrinter(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.