Package org.apache.hadoop.hbase.client
Class TestHTableNoncedRetry
java.lang.Object
org.apache.hadoop.hbase.client.TestHTableNoncedRetry
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final AtomicInteger
static final HBaseClassTestRule
private static org.apache.hadoop.hbase.client.Connection
private static final byte[]
private static int
private static final byte[]
private static final byte[]
private static final byte[]
private byte[]
private static final int
private static final int
private org.apache.hadoop.hbase.client.Table
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtility
org.junit.rules.TestName
private static final byte[]
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
TABLE_NAME
-
FAMILY
-
QUALIFIER
-
QUALIFIER2
-
QUALIFIER3
-
VALUE
-
CONN
-
testName
-
row
-
table
-
CALLED
-
SLEEP_TIME
- See Also:
-
RPC_TIMEOUT
- See Also:
-
miniBatchOperationCount
-
-
Constructor Details
-
TestHTableNoncedRetry
public TestHTableNoncedRetry()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
- Throws:
IOException
InterruptedException
-
tearDown
- Throws:
Exception
-
testAppend
- Throws:
IOException
-
testAppendWhenReturnResultsEqualsFalse
- Throws:
IOException
-
testIncrement
- Throws:
IOException
-
testIncrementWhenReturnResultsEqualsFalse
- Throws:
IOException
-
testIncrementInRowMutations
- Throws:
IOException
-
testAppendInRowMutations
- Throws:
IOException
-
testIncrementAndAppendInRowMutations
- Throws:
IOException
-
testIncrementInCheckAndMutate
- Throws:
IOException
-
testAppendInCheckAndMutate
- Throws:
IOException
-
testIncrementInRowMutationsInCheckAndMutate
- Throws:
IOException
-
testAppendInRowMutationsInCheckAndMutate
- Throws:
IOException
-
testIncrementAndAppendInRowMutationsInCheckAndMutate
- Throws:
IOException
-
testBatch
- Throws:
IOException
InterruptedException
-