org.apache.hadoop.hbase.io.hfile
Class HFilePrettyPrinter
java.lang.Object
org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter
public class HFilePrettyPrinter
- extends Object
Implements pretty-printing functionality for HFile
s.
Method Summary |
boolean |
parseOptions(String[] args)
|
int |
run(String[] args)
Runs the command-line pretty-printer, and returns the desired command
exit code (zero for success, non-zero for failure). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HFilePrettyPrinter
public HFilePrettyPrinter()
parseOptions
public boolean parseOptions(String[] args)
throws org.apache.commons.cli.ParseException,
IOException
- Throws:
org.apache.commons.cli.ParseException
IOException
run
public int run(String[] args)
- Runs the command-line pretty-printer, and returns the desired command
exit code (zero for success, non-zero for failure).
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.