public class TestAsyncAdminRpcPriority extends Object
HBaseRpcController
for several admin operations.Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interface |
adminStub |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
CONF |
private org.apache.hadoop.hbase.client.AsyncConnection |
conn |
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface |
masterStub |
org.junit.rules.TestName |
name |
Constructor and Description |
---|
TestAsyncAdminRpcPriority() |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.hbase.ipc.HBaseRpcController |
assertPriority(int priority) |
void |
setUp() |
void |
testCreateMetaTable() |
void |
testCreateNormalTable() |
void |
testCreateSystemTable() |
void |
testShutdown() |
void |
testStopMaster() |
void |
testStopRegionServer() |
public static final HBaseClassTestRule CLASS_RULE
private static org.apache.hadoop.conf.Configuration CONF
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface masterStub
private org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interface adminStub
private org.apache.hadoop.hbase.client.AsyncConnection conn
public org.junit.rules.TestName name
public TestAsyncAdminRpcPriority()
public void setUp() throws IOException
IOException
private org.apache.hadoop.hbase.ipc.HBaseRpcController assertPriority(int priority)
public void testCreateNormalTable()
public void testCreateSystemTable()
public void testCreateMetaTable()
public void testShutdown()
public void testStopMaster()
public void testStopRegionServer()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.