public class TestHFileLinkCleaner extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TestHFileLinkCleaner.DummyServer |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
private static org.apache.hadoop.hbase.master.cleaner.DirScanPool |
POOL |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestHFileLinkCleaner() |
Modifier and Type | Method and Description |
---|---|
private static org.apache.hadoop.fs.Path |
getFamilyDirPath(org.apache.hadoop.fs.Path rootDir,
org.apache.hadoop.hbase.TableName table,
String region,
String family) |
static void |
setUp() |
static void |
tearDown() |
void |
testHFileLinkCleaning() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.master.cleaner.DirScanPool POOL
public org.junit.rules.TestName name
public TestHFileLinkCleaner()
public static void setUp()
public static void tearDown()
public void testHFileLinkCleaning() throws Exception
Exception
private static org.apache.hadoop.fs.Path getFamilyDirPath(org.apache.hadoop.fs.Path rootDir, org.apache.hadoop.hbase.TableName table, String region, String family)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.