Package org.apache.hadoop.hbase.client
Class TestAsyncTableNoncedRetry
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncTableNoncedRetry
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncConnection
private static final AtomicInteger
static final HBaseClassTestRule
private static final byte[]
private static int
private static final byte[]
private static final byte[]
private static final byte[]
private byte[]
private static final long
private static final long
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
org.junit.rules.TestName
private static final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
static void
static void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
TABLE_NAME
-
FAMILY
-
QUALIFIER
-
QUALIFIER2
-
QUALIFIER3
-
VALUE
-
ASYNC_CONN
-
testName
-
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
- Throws:
IOException
InterruptedException
-
testAppend
-
testAppendWhenReturnResultsEqualsFalse
public void testAppendWhenReturnResultsEqualsFalse() throws InterruptedException, ExecutionException -
testIncrement
-
testIncrementWhenReturnResultsEqualsFalse
public void testIncrementWhenReturnResultsEqualsFalse() throws InterruptedException, ExecutionException -
testIncrementInRowMutations
public void testIncrementInRowMutations() throws InterruptedException, ExecutionException, IOException -
testAppendInRowMutations
-
testIncrementAndAppendInRowMutations
public void testIncrementAndAppendInRowMutations() throws InterruptedException, ExecutionException, IOException -
testIncrementInCheckAndMutate
-
testAppendInCheckAndMutate
-
testIncrementInRowMutationsInCheckAndMutate
public void testIncrementInRowMutationsInCheckAndMutate() throws InterruptedException, ExecutionException, IOException -
testAppendInRowMutationsInCheckAndMutate
public void testAppendInRowMutationsInCheckAndMutate() throws InterruptedException, ExecutionException, IOException -
testIncrementAndAppendInRowMutationsInCheckAndMutate
public void testIncrementAndAppendInRowMutationsInCheckAndMutate() throws InterruptedException, ExecutionException, IOException -
testBatch
-