Class StoreFileListFilePrettyPrinter
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileListFilePrettyPrinter
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
@LimitedPrivate("Tools")
@Evolving
public class StoreFileListFilePrettyPrinter
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate Stringprivate final Stringprivate PrintStreamprivate final Stringprivate static final org.slf4j.Loggerprivate Stringprivate org.apache.hbase.thirdparty.org.apache.commons.cli.Optionsprivate PrintStreamprivate org.apache.hadoop.fs.Pathprivate Stringprivate final Stringprivate Stringprivate final String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Field Details
-
LOG
-
options
-
fileOption
- See Also:
-
columnFamilyOption
- See Also:
-
regionOption
- See Also:
-
tableNameOption
- See Also:
-
cmdString
- See Also:
-
namespace
-
regionName
-
columnFamily
-
tableName
-
path
-
err
-
out
-
-
Constructor Details
-
StoreFileListFilePrettyPrinter
public StoreFileListFilePrettyPrinter() -
StoreFileListFilePrettyPrinter
-
-
Method Details
-
init
-
parseOptions
public boolean parseOptions(String[] args) throws org.apache.hbase.thirdparty.org.apache.commons.cli.ParseException, IOException - Throws:
org.apache.hbase.thirdparty.org.apache.commons.cli.ParseExceptionIOException
-
run
- Specified by:
runin interfaceorg.apache.hadoop.util.Tool
-
print
private int print(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path) throws IOException - Throws:
IOException
-
main
- Throws:
Exception
-