| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.util | 
| Modifier and Type | Method and Description | 
|---|---|
| static Map<String,org.apache.hadoop.fs.Path> | FSUtils. getTableStoreFilePathMap(org.apache.hadoop.fs.FileSystem fs,
                        org.apache.hadoop.fs.Path hbaseRootDir,
                        org.apache.hadoop.fs.PathFilter sfFilter,
                        ExecutorService executor,
                        FSUtils.ProgressReporter progressReporter)Runs through the HBase rootdir and creates a reverse lookup map for
 table StoreFile names to the full Path. | 
| static Map<String,org.apache.hadoop.fs.Path> | FSUtils. getTableStoreFilePathMap(Map<String,org.apache.hadoop.fs.Path> resultMap,
                        org.apache.hadoop.fs.FileSystem fs,
                        org.apache.hadoop.fs.Path hbaseRootDir,
                        TableName tableName,
                        org.apache.hadoop.fs.PathFilter sfFilter,
                        ExecutorService executor,
                        FSUtils.ProgressReporter progressReporter)Runs through the HBase rootdir/tablename and creates a reverse lookup map for
 table StoreFile names to the full Path. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.