Package org.apache.hadoop.hbase.client
Class TestAsyncTableNoncedRetry
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
@Tag("org.apache.hadoop.hbase.testclassification.MediumTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestAsyncTableNoncedRetry
extends Object
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncConnectionprivate static final AtomicIntegerprivate static final byte[]private static intprivate static final byte[]private static final byte[]private static final byte[]private byte[]private static final longprivate static final longprivate static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtilprivate static final byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp(org.junit.jupiter.api.TestInfo info) static voidstatic voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
TEST_UTIL
-
TABLE_NAME
-
FAMILY
-
QUALIFIER
-
QUALIFIER2
-
QUALIFIER3
-
VALUE
-
ASYNC_CONN
-
row
-
CALLED
-
SLEEP_TIME
- See Also:
-
RPC_TIMEOUT
- See Also:
-
miniBatchOperationCount
-
-
Constructor Details
-
TestAsyncTableNoncedRetry
public TestAsyncTableNoncedRetry()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
@BeforeEach public void setUp(org.junit.jupiter.api.TestInfo info) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
testAppend
-
testAppendWhenReturnResultsEqualsFalse
@Test public void testAppendWhenReturnResultsEqualsFalse() throws InterruptedException, ExecutionException -
testIncrement
-
testIncrementWhenReturnResultsEqualsFalse
@Test public void testIncrementWhenReturnResultsEqualsFalse() throws InterruptedException, ExecutionException -
testIncrementInRowMutations
@Test public void testIncrementInRowMutations() throws InterruptedException, ExecutionException, IOException -
testAppendInRowMutations
@Test public void testAppendInRowMutations() throws InterruptedException, ExecutionException, IOException -
testIncrementAndAppendInRowMutations
@Test public void testIncrementAndAppendInRowMutations() throws InterruptedException, ExecutionException, IOException -
testIncrementInCheckAndMutate
-
testAppendInCheckAndMutate
-
testIncrementInRowMutationsInCheckAndMutate
@Test public void testIncrementInRowMutationsInCheckAndMutate() throws InterruptedException, ExecutionException, IOException -
testAppendInRowMutationsInCheckAndMutate
@Test public void testAppendInRowMutationsInCheckAndMutate() throws InterruptedException, ExecutionException, IOException -
testIncrementAndAppendInRowMutationsInCheckAndMutate
@Test public void testIncrementAndAppendInRowMutationsInCheckAndMutate() throws InterruptedException, ExecutionException, IOException -
testBatch
-