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
FieldsModifier and TypeFieldDescriptionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.Interfacestatic final HBaseClassTestRuleprivate static org.apache.hadoop.conf.Configurationprivate org.apache.hadoop.hbase.client.AsyncConnectionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interfaceorg.junit.rules.TestName - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.ipc.HBaseRpcControllerassertPriority(int priority) voidsetUp()voidvoidvoidvoidvoidvoid 
- 
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
 
 -