public class TestOpenTableInCoprocessor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestOpenTableInCoprocessor.CustomThreadPoolCoprocessor
Coprocessor that creates an HTable with a pool to write to another table
|
static class |
TestOpenTableInCoprocessor.SendToOtherTableCoprocessor
Custom coprocessor that just copies the write to another table.
|
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestOpenTableInCoprocessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupTestTable() |
static void |
setupCluster() |
static void |
teardownCluster() |
void |
testCoprocessorCanCreateConnectionToRemoteTable() |
void |
testCoprocessorCanCreateConnectionToRemoteTableWithCustomPool() |
public static final HBaseClassTestRule CLASS_RULE
public TestOpenTableInCoprocessor()
public static void setupCluster() throws Exception
Exceptionpublic void cleanupTestTable() throws Exception
Exceptionpublic static void teardownCluster() throws Exception
Exceptionpublic void testCoprocessorCanCreateConnectionToRemoteTable() throws Throwable
Throwablepublic void testCoprocessorCanCreateConnectionToRemoteTableWithCustomPool() throws Throwable
ThrowableCopyright © 2007–2019 Cloudera. All rights reserved.