public class TestAsyncBufferMutator extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestAsyncBufferMutator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testCancelPeriodicFlush() |
void |
testCancelPeriodicFlushByClose() |
void |
testCancelPeriodicFlushByManuallyFlush() |
void |
testClosedMutate() |
void |
testNoPeriodicFlush() |
void |
testPeriodicFlush() |
void |
testRaceBetweenNormalFlushAndPeriodicFlush() |
void |
testWithMultiRegionTable() |
void |
testWithSingleRegionTable() |
public static final HBaseClassTestRule CLASS_RULE
public TestAsyncBufferMutator()
public void testWithMultiRegionTable() throws InterruptedException
InterruptedExceptionpublic void testWithSingleRegionTable() throws InterruptedException
InterruptedExceptionpublic void testClosedMutate() throws InterruptedException
InterruptedExceptionpublic void testNoPeriodicFlush() throws InterruptedException, ExecutionException
public void testPeriodicFlush() throws InterruptedException, ExecutionException
public void testCancelPeriodicFlush() throws InterruptedException, ExecutionException
public void testCancelPeriodicFlushByManuallyFlush() throws InterruptedException, ExecutionException
public void testCancelPeriodicFlushByClose() throws InterruptedException, ExecutionException
public void testRaceBetweenNormalFlushAndPeriodicFlush() throws InterruptedException, ExecutionException
Copyright © 2007–2019 Cloudera. All rights reserved.