Class TestMinorCompaction
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestMinorCompaction
Test minor compactions
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static byte[]
private static byte[]
private static int
private static org.apache.hadoop.conf.Configuration
private static byte[]
private org.apache.hadoop.hbase.client.TableDescriptor
org.junit.rules.TestName
private org.apache.hadoop.hbase.regionserver.HRegion
private static byte[]
private static byte[]
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
static void
void
tearDown()
private void
testMinorCompactionWithDelete
(org.apache.hadoop.hbase.client.Delete delete) private void
testMinorCompactionWithDelete
(org.apache.hadoop.hbase.client.Delete delete, int expectedResultsAfterDelete) void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
name
-
UTIL
-
CONF
-
r
-
htd
-
COMPACTION_THRESHOLD
-
FIRST_ROW_BYTES
-
SECOND_ROW_BYTES
-
THIRD_ROW_BYTES
-
COL1
-
COL2
-
-
Constructor Details
-
TestMinorCompaction
public TestMinorCompaction()
-
-
Method Details
-
setUpBeforeClass
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testMinorCompactionWithDeleteRow
- Throws:
Exception
-
testMinorCompactionWithDeleteColumn1
- Throws:
Exception
-
testMinorCompactionWithDeleteColumn2
- Throws:
Exception
-
testMinorCompactionWithDeleteColumnFamily
- Throws:
Exception
-
testMinorCompactionWithDeleteVersion1
- Throws:
Exception
-
testMinorCompactionWithDeleteVersion2
- Throws:
Exception
-
testMinorCompactionWithDelete
private void testMinorCompactionWithDelete(org.apache.hadoop.hbase.client.Delete delete) throws Exception - Throws:
Exception
-
testMinorCompactionWithDelete
private void testMinorCompactionWithDelete(org.apache.hadoop.hbase.client.Delete delete, int expectedResultsAfterDelete) throws Exception - Throws:
Exception
-