public class TestFSVisitor extends Object
FSUtils.| Modifier and Type | Field and Description | 
|---|---|
static HBaseClassTestRule | 
CLASS_RULE  | 
private org.apache.hadoop.fs.FileSystem | 
fs  | 
private static org.slf4j.Logger | 
LOG  | 
private org.apache.hadoop.fs.Path | 
rootDir  | 
private String | 
TABLE_NAME  | 
private org.apache.hadoop.fs.Path | 
tableDir  | 
private Set<String> | 
tableFamilies  | 
private Set<String> | 
tableHFiles  | 
private Set<String> | 
tableRegions  | 
private static HBaseTestingUtility | 
TEST_UTIL  | 
| Constructor and Description | 
|---|
TestFSVisitor()  | 
| Modifier and Type | Method and Description | 
|---|---|
private org.apache.hadoop.fs.Path | 
createTableFiles(org.apache.hadoop.fs.Path rootDir,
                String tableName,
                Set<String> tableRegions,
                Set<String> tableFamilies,
                Set<String> tableHFiles)  | 
void | 
setUp()  | 
void | 
tearDown()  | 
void | 
testVisitStoreFiles()  | 
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private final String TABLE_NAME
private Set<String> tableFamilies
private Set<String> tableRegions
private Set<String> tableHFiles
private org.apache.hadoop.fs.FileSystem fs
private org.apache.hadoop.fs.Path tableDir
private org.apache.hadoop.fs.Path rootDir
public TestFSVisitor()
public void testVisitStoreFiles() throws IOException
IOExceptionprivate org.apache.hadoop.fs.Path createTableFiles(org.apache.hadoop.fs.Path rootDir, String tableName, Set<String> tableRegions, Set<String> tableFamilies, Set<String> tableHFiles) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.