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
IOException
public void testSelectiveFlushWhenNotEnabled() throws IOException
IOException
public void testLogReplayWithDistributedReplay() throws Exception
Exception
public void testLogReplayWithDistributedLogSplit() throws Exception
Exception
public void testFlushingWhenLogRolling() throws Exception
IOException
Exception
public void testCompareStoreFileCount() throws Exception
Exception