public class TestAsyncTableNoncedRetry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestAsyncTableNoncedRetry.SleepOnceCP |
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.client.AsyncConnection |
ASYNC_CONN |
private static AtomicInteger |
CALLED |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static int |
miniBatchOperationCount |
private static byte[] |
QUALIFIER |
private static byte[] |
QUALIFIER2 |
private static byte[] |
QUALIFIER3 |
private byte[] |
row |
private static long |
RPC_TIMEOUT |
private static long |
SLEEP_TIME |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
TEST_UTIL |
org.junit.rules.TestName |
testName |
private static byte[] |
VALUE |
Constructor and Description |
---|
TestAsyncTableNoncedRetry() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testAppend() |
void |
testAppendInCheckAndMutate() |
void |
testAppendInRowMutations() |
void |
testAppendInRowMutationsInCheckAndMutate() |
void |
testAppendWhenReturnResultsEqualsFalse() |
void |
testBatch() |
void |
testIncrement() |
void |
testIncrementAndAppendInRowMutations() |
void |
testIncrementAndAppendInRowMutationsInCheckAndMutate() |
void |
testIncrementInCheckAndMutate() |
void |
testIncrementInRowMutations() |
void |
testIncrementInRowMutationsInCheckAndMutate() |
void |
testIncrementWhenReturnResultsEqualsFalse() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final byte[] QUALIFIER2
private static final byte[] QUALIFIER3
private static final byte[] VALUE
private static org.apache.hadoop.hbase.client.AsyncConnection ASYNC_CONN
public org.junit.rules.TestName testName
private byte[] row
private static final AtomicInteger CALLED
private static final long SLEEP_TIME
private static final long RPC_TIMEOUT
private static int miniBatchOperationCount
public TestAsyncTableNoncedRetry()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void setUp() throws IOException, InterruptedException
IOException
InterruptedException
public void testAppend() throws InterruptedException, ExecutionException
public void testAppendWhenReturnResultsEqualsFalse() throws InterruptedException, ExecutionException
public void testIncrement() throws InterruptedException, ExecutionException
public void testIncrementWhenReturnResultsEqualsFalse() throws InterruptedException, ExecutionException
public void testIncrementInRowMutations() throws InterruptedException, ExecutionException, IOException
public void testAppendInRowMutations() throws InterruptedException, ExecutionException, IOException
public void testIncrementAndAppendInRowMutations() throws InterruptedException, ExecutionException, IOException
public void testIncrementInCheckAndMutate() throws InterruptedException, ExecutionException
public void testAppendInCheckAndMutate() throws InterruptedException, ExecutionException
public void testIncrementInRowMutationsInCheckAndMutate() throws InterruptedException, ExecutionException, IOException
public void testAppendInRowMutationsInCheckAndMutate() throws InterruptedException, ExecutionException, IOException
public void testIncrementAndAppendInRowMutationsInCheckAndMutate() throws InterruptedException, ExecutionException, IOException
public void testBatch() throws InterruptedException, ExecutionException, IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.