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
Modifier and TypeFieldDescriptionprivate final String
private String
private final String
private PrintStream
private final String
private static final org.slf4j.Logger
private String
private org.apache.hbase.thirdparty.org.apache.commons.cli.Options
private PrintStream
private org.apache.hadoop.fs.Path
private String
private final String
private String
private final String
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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.ParseException
IOException
-
run
- Specified by:
run
in 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
-