public class TestSplitTransaction extends Object
SplitTransactionImpl class against an HRegion (as opposed to
running cluster).| Modifier and Type | Class and Description |
|---|---|
static class |
TestSplitTransaction.CustomObserver |
| Constructor and Description |
|---|
TestSplitTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
teardown() |
void |
testCountReferencesFailsSplit() |
void |
testFailAfterPONR() |
void |
testPrepare()
Test straight prepare works.
|
void |
testPrepareWithBadSplitRow()
Pass an unreasonable split row.
|
void |
testPrepareWithClosedRegion() |
void |
testPrepareWithRegionsWithReference()
Pass a reference store
|
void |
testRollback() |
void |
testWholesomeSplit() |
public void setup()
throws IOException
IOExceptionpublic void teardown()
throws IOException
IOExceptionpublic void testFailAfterPONR()
throws IOException,
KeeperException
IOExceptionKeeperExceptionpublic void testPrepare()
throws IOException
GOOD_SPLIT_ROWIOExceptionpublic void testPrepareWithRegionsWithReference()
throws IOException
IOExceptionpublic void testPrepareWithBadSplitRow()
throws IOException
IOExceptionpublic void testPrepareWithClosedRegion()
throws IOException
IOExceptionpublic void testWholesomeSplit()
throws IOException
IOExceptionpublic void testCountReferencesFailsSplit()
throws IOException
IOExceptionpublic void testRollback()
throws IOException
IOException