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.
|
| Constructor and Description |
|---|
TestOpenTableInCoprocessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupTestTable() |
static void |
setupCluster() |
static void |
teardownCluster() |
void |
testCoprocessorCanCreateConnectionToRemoteTable() |
void |
testCoprocessorCanCreateConnectionToRemoteTableWithCustomPool() |