public class TestPerColumnFamilyFlush extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
testLogReplayWithDistributedReplay() |
void |
testSelectiveFlushWhenEnabled() |
void |
testSelectiveFlushWhenNotEnabled() |
public static final TableName TABLENAME
public static final byte[][] FAMILIES
public static final byte[] FAMILY1
public static final byte[] FAMILY2
public static final byte[] FAMILY3
public void testSelectiveFlushWhenEnabled()
throws IOException
IOExceptionpublic void testSelectiveFlushWhenNotEnabled()
throws IOException
IOExceptionpublic void testLogReplayWithDistributedReplay()
throws Exception
Exceptionpublic void testLogReplayWithDistributedLogSplit()
throws Exception
Exceptionpublic void testFlushingWhenLogRolling()
throws Exception
IOExceptionExceptionpublic void testCompareStoreFileCount()
throws Exception
Exception