Package org.apache.hadoop.hbase.client
Class TestAsyncAdminRpcPriority
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncAdminRpcPriority
@Tag("org.apache.hadoop.hbase.testclassification.ClientTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestAsyncAdminRpcPriority
extends Object
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.Interfaceprivate static org.apache.hadoop.conf.Configurationprivate org.apache.hadoop.hbase.client.AsyncConnectionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.Interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.ipc.HBaseRpcControllerassertPriority(int priority) voidsetUp(org.junit.jupiter.api.TestInfo testInfo) voidvoidvoidvoidvoidvoid
-
Field Details
-
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
-