public class TestServerLoadDurability extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.hbase.client.Admin |
admin |
static HBaseClassTestRule |
CLASS_RULE |
org.apache.hadoop.conf.Configuration |
conf |
protected org.apache.hadoop.hbase.client.Connection |
conn |
private static byte[] |
FAMILY |
protected org.apache.hadoop.hbase.TableName |
tableName |
org.junit.rules.TestName |
testName |
protected HBaseTestingUtility |
utility |
Constructor and Description |
---|
TestServerLoadDurability() |
Modifier and Type | Method and Description |
---|---|
private static org.apache.hadoop.conf.Configuration |
createConfigurationForNettyRpcServer() |
private static org.apache.hadoop.conf.Configuration |
createConfigurationForSimpleRpcServer() |
private void |
createTableWithDefaultConf(org.apache.hadoop.hbase.TableName tableName) |
static Collection<Object[]> |
parameters() |
void |
setUp() |
void |
tearDown() |
void |
testCompactionTimestamps() |
public static final HBaseClassTestRule CLASS_RULE
private static final byte[] FAMILY
public org.apache.hadoop.conf.Configuration conf
protected HBaseTestingUtility utility
protected org.apache.hadoop.hbase.client.Connection conn
protected org.apache.hadoop.hbase.client.Admin admin
public org.junit.rules.TestName testName
protected org.apache.hadoop.hbase.TableName tableName
public TestServerLoadDurability()
public static final Collection<Object[]> parameters()
private static org.apache.hadoop.conf.Configuration createConfigurationForSimpleRpcServer()
private static org.apache.hadoop.conf.Configuration createConfigurationForNettyRpcServer()
public void testCompactionTimestamps() throws Exception
Exception
private void createTableWithDefaultConf(org.apache.hadoop.hbase.TableName tableName) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.