public class TestAsyncTable extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
Supplier<AsyncTable<?>> |
getTable |
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
TestAsyncTable() |
| Modifier and Type | Method and Description |
|---|---|
static List<Object[]> |
params() |
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testAppend() |
void |
testCheckAndDelete() |
void |
testCheckAndMutate() |
void |
testCheckAndMutateWithTimeRange() |
void |
testCheckAndPut() |
void |
testDisabled() |
void |
testIncrement() |
void |
testMutateRow() |
void |
testSimple() |
void |
testSimpleMultiple() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName testName
public Supplier<AsyncTable<?>> getTable
public TestAsyncTable()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void setUp() throws IOException, InterruptedException, ExecutionException
public void testSimple() throws Exception
Exceptionpublic void testSimpleMultiple() throws Exception
Exceptionpublic void testIncrement() throws InterruptedException, ExecutionException
public void testAppend() throws InterruptedException, ExecutionException
public void testCheckAndPut() throws InterruptedException, ExecutionException
public void testCheckAndDelete() throws InterruptedException, ExecutionException
public void testMutateRow() throws InterruptedException, ExecutionException, IOException
public void testCheckAndMutate() throws InterruptedException, ExecutionException
public void testCheckAndMutateWithTimeRange() throws Exception
Exceptionpublic void testDisabled() throws InterruptedException, ExecutionException
Copyright © 2007–2019 Cloudera. All rights reserved.