Class TestRegionObserverInterface
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
private static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte[]
static final byte[]
static final byte[]
static final HBaseClassTestRule
private static SingleProcessHBaseCluster
static final byte[]
private static final org.slf4j.Logger
org.junit.rules.TestName
static final byte[]
static final org.apache.hadoop.hbase.TableName
private static HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
private static void
createHFile
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, byte[] family, byte[] qualifier) static void
static void
void
void
void
void
void
void
void
Tests overriding compaction handling via coprocessor hooksvoid
void
void
void
void
private void
testPreWALAppendHook
(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.TableName tableName) void
void
void
void
void
private void
verifyMethodResult
(Class<?> coprocessor, String[] methodName, org.apache.hadoop.hbase.TableName tableName, Object[] value)
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_TABLE
-
FAMILY
-
A
-
B
-
C
-
ROW
-
util
-
cluster
-
name
-
-
Constructor Details
-
TestRegionObserverInterface
public TestRegionObserverInterface()
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testRegionObserver
- Throws:
IOException
-
testRowMutation
- Throws:
IOException
-
testIncrementHook
- Throws:
IOException
-
testCheckAndPutHooks
- Throws:
IOException
-
testCheckAndDeleteHooks
- Throws:
IOException
-
testCheckAndIncrementHooks
- Throws:
Exception
-
testCheckAndAppendHooks
- Throws:
Exception
-
testCheckAndRowMutationsHooks
- Throws:
Exception
-
testAppendHook
- Throws:
IOException
-
testHBase3583
- Throws:
IOException
-
testHBASE14489
- Throws:
IOException
-
testHBase3758
- Throws:
IOException
-
testCompactionOverride
Tests overriding compaction handling via coprocessor hooks- Throws:
Exception
-
bulkLoadHFileTest
- Throws:
Exception
-
testRecovery
- Throws:
Exception
-
testPreWALAppendHook
private void testPreWALAppendHook(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.TableName tableName) throws IOException - Throws:
IOException
-
testPreWALAppend
- Throws:
Exception
-
testPreWALAppendIsWrittenToWAL
- Throws:
Exception
-
testPreWALAppendNotCalledOnMetaEdit
- Throws:
Exception
-
verifyMethodResult
private void verifyMethodResult(Class<?> coprocessor, String[] methodName, org.apache.hadoop.hbase.TableName tableName, Object[] value) throws IOException - Throws:
IOException
-
createHFile
private static void createHFile(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, byte[] family, byte[] qualifier) throws IOException - Throws:
IOException
-