Package org.apache.hadoop.hbase.client
Class TestAsyncBufferMutator
java.lang.Object
org.apache.hadoop.hbase.client.TestAsyncBufferMutator
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static final class
-
Field Summary
Modifier and TypeFieldDescriptionprivate static byte[]
static final HBaseClassTestRule
private static org.apache.hadoop.hbase.client.AsyncConnection
private static int
private static byte[]
private static org.apache.hadoop.hbase.TableName
private static org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
private static byte[]
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
TABLE_NAME
-
MULTI_REGION_TABLE_NAME
-
CF
-
CQ
-
COUNT
-
VALUE
-
CONN
-
-
Constructor Details
-
TestAsyncBufferMutator
public TestAsyncBufferMutator()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testWithMultiRegionTable
- Throws:
InterruptedException
-
testWithSingleRegionTable
- Throws:
InterruptedException
-
test
- Throws:
InterruptedException
-
testClosedMutate
- Throws:
InterruptedException
-
testNoPeriodicFlush
-
testPeriodicFlush
-
testCancelPeriodicFlush
-
testCancelPeriodicFlushByManuallyFlush
public void testCancelPeriodicFlushByManuallyFlush() throws InterruptedException, ExecutionException -
testCancelPeriodicFlushByClose
-
testRaceBetweenNormalFlushAndPeriodicFlush
public void testRaceBetweenNormalFlushAndPeriodicFlush() throws InterruptedException, ExecutionException
-