public class TestPerColumnFamilyFlush
extends java.lang.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(java.lang.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 java.io.IOException
java.io.IOExceptionpublic void testSelectiveFlushWhenNotEnabled()
throws java.io.IOException
java.io.IOExceptionpublic void testLogReplayWithDistributedReplay()
throws java.lang.Exception
java.lang.Exceptionpublic void testLogReplayWithDistributedLogSplit()
throws java.lang.Exception
java.lang.Exceptionpublic void testFlushingWhenLogRolling()
throws java.lang.Exception
java.io.IOExceptionjava.lang.Exceptionpublic void testCompareStoreFileCount()
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception