Package org.apache.hadoop.hbase.client
Class TestAsyncAdminRpcPriority
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncAdminRpcPriority
Confirm that we will set the priority in
HBaseRpcController
for several admin operations.-
Field Summary
Modifier and TypeFieldDescriptionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interface
static final HBaseClassTestRule
private static org.apache.hadoop.conf.Configuration
private org.apache.hadoop.hbase.client.AsyncConnection
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface
org.junit.rules.TestName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.ipc.HBaseRpcController
assertPriority
(int priority) void
setUp()
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
CONF
-
masterStub
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface masterStub -
adminStub
private org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interface adminStub -
conn
-
name
-
-
Constructor Details
-
TestAsyncAdminRpcPriority
public TestAsyncAdminRpcPriority()
-
-
Method Details
-
setUp
- Throws:
IOException
-
assertPriority
-
testCreateNormalTable
-
testCreateSystemTable
-
testCreateMetaTable
-
testShutdown
-
testStopMaster
-
testStopRegionServer
-