public class TestOpenTableInCoprocessor
extends java.lang.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.
|
| Constructor and Description |
|---|
TestOpenTableInCoprocessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupTestTable() |
static void |
setupCluster() |
static void |
teardownCluster() |
void |
testCoprocessorCanCreateConnectionToRemoteTable() |
void |
testCoprocessorCanCreateConnectionToRemoteTableWithCustomPool() |
public static void setupCluster()
throws java.lang.Exception
java.lang.Exceptionpublic void cleanupTestTable()
throws java.lang.Exception
java.lang.Exceptionpublic static void teardownCluster()
throws java.lang.Exception
java.lang.Exceptionpublic void testCoprocessorCanCreateConnectionToRemoteTable()
throws java.lang.Throwable
java.lang.Throwablepublic void testCoprocessorCanCreateConnectionToRemoteTableWithCustomPool()
throws java.lang.Throwable
java.lang.Throwable