public class TestHTableMultiplexer 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[] |
QUALIFIER |
private static int |
SLAVES |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
VALUE1 |
private static byte[] |
VALUE2 |
Constructor and Description |
---|
TestHTableMultiplexer() |
Modifier and Type | Method and Description |
---|---|
private static void |
checkExistence(org.apache.hadoop.hbase.client.Table htable,
byte[] row,
byte[] family,
byte[] quality) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testHTableMultiplexer() |
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[] QUALIFIER
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 TestHTableMultiplexer()
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) throws Exception
Exception
public void testHTableMultiplexer() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.