public class TestPerColumnFamilyFlush extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
static byte[][] |
FAMILIES |
static byte[] |
FAMILY1 |
static byte[] |
FAMILY2 |
static byte[] |
FAMILY3 |
static TableName |
TABLENAME |
| Constructor and Description |
|---|
TestPerColumnFamilyFlush() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
testCompareStoreFileCount() |
void |
testFlushingWhenLogRolling()
When a log roll is about to happen, we do a flush of the regions who will be affected by the
log roll.
|
void |
testLogReplayWithDistributedLogSplit() |
void |
testSelectiveFlushWhenEnabled() |
void |
testSelectiveFlushWhenNotEnabled() |
public static final HBaseClassTestRule CLASS_RULE
public static final byte[][] FAMILIES
public static final byte[] FAMILY1
public static final byte[] FAMILY2
public static final byte[] FAMILY3
public TestPerColumnFamilyFlush()
public void testSelectiveFlushWhenEnabled() throws IOException
IOExceptionpublic void testSelectiveFlushWhenNotEnabled() throws IOException
IOExceptionpublic void testLogReplayWithDistributedLogSplit() throws Exception
Exceptionpublic void testFlushingWhenLogRolling() throws Exception
IOExceptionExceptionpublic void testCompareStoreFileCount() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.