public class TestAsyncTableBatch extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestAsyncTableBatch.ErrorInjectObserver |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
Function<TableName,AsyncTable<?>> |
tableGetter |
String |
tableType |
| Constructor and Description |
|---|
TestAsyncTableBatch() |
| Modifier and Type | Method and Description |
|---|---|
static List<Object[]> |
params() |
static void |
setUp() |
void |
setUpBeforeTest() |
static void |
tearDown() |
void |
tearDownAfterTest() |
void |
test() |
void |
testMixed() |
void |
testPartialSuccess() |
void |
testWithRegionServerFailover() |
public static final HBaseClassTestRule CLASS_RULE
public Function<TableName,AsyncTable<?>> tableGetter
public TestAsyncTableBatch()
public void setUpBeforeTest() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void tearDownAfterTest() throws IOException
IOExceptionpublic void test() throws InterruptedException, ExecutionException, IOException, TimeoutException
public void testWithRegionServerFailover() throws Exception
Exceptionpublic void testMixed() throws InterruptedException, ExecutionException, IOException
public void testPartialSuccess() throws IOException, InterruptedException, ExecutionException
Copyright © 2007–2019 Cloudera. All rights reserved.