org.apache.hadoop.hbase.io.hfile
Class HFilePrettyPrinter

java.lang.Object
  extended by org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter

public class HFilePrettyPrinter
extends Object

Implements pretty-printing functionality for HFiles.


Constructor Summary
HFilePrettyPrinter()
           
 
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
 

Constructor Detail

HFilePrettyPrinter

public HFilePrettyPrinter()
Method Detail

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 © 2012 The Apache Software Foundation. All Rights Reserved.