public class TestAsyncTableRpcPriority extends Object
HBaseRpcController for several table operations.| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
CONF |
private org.apache.hadoop.hbase.client.AsyncConnection |
conn |
org.junit.rules.TestName |
name |
private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface |
stub |
| Constructor and Description |
|---|
TestAsyncTableRpcPriority() |
public static final HBaseClassTestRule CLASS_RULE
private static org.apache.hadoop.conf.Configuration CONF
private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub
private org.apache.hadoop.hbase.client.AsyncConnection conn
public org.junit.rules.TestName name
public TestAsyncTableRpcPriority()
public void setUp() throws IOException
IOExceptionprivate org.apache.hadoop.hbase.ipc.HBaseRpcController assertPriority(int priority)
public void testGet()
public void testGetNormalTable()
public void testGetSystemTable()
public void testGetMetaTable()
public void testPut()
public void testPutNormalTable()
public void testPutSystemTable()
public void testPutMetaTable()
public void testDelete()
public void testDeleteNormalTable()
public void testDeleteSystemTable()
public void testDeleteMetaTable()
public void testAppend()
public void testAppendNormalTable()
public void testAppendSystemTable()
public void testAppendMetaTable()
public void testIncrement()
public void testIncrementNormalTable()
public void testIncrementSystemTable()
public void testIncrementMetaTable()
public void testCheckAndPut()
public void testCheckAndPutNormalTable()
public void testCheckAndPutSystemTable()
public void testCheckAndPutMetaTable()
public void testCheckAndDelete()
public void testCheckAndDeleteNormalTable()
public void testCheckAndDeleteSystemTable()
public void testCheckAndDeleteMetaTable()
public void testCheckAndMutate() throws IOException
IOExceptionpublic void testCheckAndMutateNormalTable() throws IOException
IOExceptionpublic void testCheckAndMutateSystemTable() throws IOException
IOExceptionpublic void testCheckAndMutateMetaTable() throws IOException
IOExceptionpublic void testScan() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testScanNormalTable() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testScanSystemTable() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testScanMetaTable() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testBatchNormalTable()
public void testBatchSystemTable()
public void testBatchMetaTable()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.