public class TestHTableMultiplexerFlushCache extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static int |
PER_REGIONSERVER_QUEUE_SIZE |
private static byte[] |
QUALIFIER1 |
private static byte[] |
QUALIFIER2 |
private static int |
SLAVES |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
VALUE1 |
private static byte[] |
VALUE2 |
Constructor and Description |
---|
TestHTableMultiplexerFlushCache() |
Modifier and Type | Method and Description |
---|---|
private static void |
checkExistence(org.apache.hadoop.hbase.client.Table htable,
byte[] row,
byte[] family,
byte[] quality,
byte[] value) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testOnRegionChange() |
void |
testOnRegionMove() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private static byte[] FAMILY
private static byte[] QUALIFIER1
private static byte[] QUALIFIER2
private static byte[] VALUE1
private static byte[] VALUE2
private static int SLAVES
private static int PER_REGIONSERVER_QUEUE_SIZE
public org.junit.rules.TestName name
public TestHTableMultiplexerFlushCache()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
private static void checkExistence(org.apache.hadoop.hbase.client.Table htable, byte[] row, byte[] family, byte[] quality, byte[] value) throws Exception
Exception
public void testOnRegionChange() throws Exception
Exception
public void testOnRegionMove() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.