Class TestRegionObserverForAddingMutationsFromCoprocessors
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestRegionObserverForAddingMutationsFromCoprocessors
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final org.slf4j.Logger
org.junit.rules.TestName
private static final byte[]
private static final byte[]
private static final byte[]
private org.apache.hadoop.hbase.TableName
private static final byte[]
private static HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
assertRowCount
(org.apache.hadoop.hbase.client.Table t, int expected) private void
createTable
(String coprocessor) void
setUp()
static void
static void
void
Tests that added mutations from coprocessors end up in the WAL.void
void
void
void
Test various multiput operations.void
-
Field Details
-
CLASS_RULE
-
LOG
-
util
-
dummy
-
row1
-
row2
-
row3
-
test
-
name
-
tableName
-
-
Constructor Details
-
TestRegionObserverForAddingMutationsFromCoprocessors
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
- Throws:
Exception
-
createTable
- Throws:
IOException
-
testMulti
Test various multiput operations.- Throws:
Exception
-
testCPMutationsAreWrittenToWALEdit
Tests that added mutations from coprocessors end up in the WAL.- Throws:
Exception
-
assertRowCount
private static void assertRowCount(org.apache.hadoop.hbase.client.Table t, int expected) throws IOException - Throws:
IOException
-
testDeleteCell
- Throws:
Exception
-
testDeleteFamily
- Throws:
Exception
-
testDeleteRow
- Throws:
Exception
-
testPutWithTTL
- Throws:
Exception
-