public class TestMultiParallel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestMultiParallel.MyMasterObserver |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestMultiParallel() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
void |
before() |
static void |
beforeClass() |
void |
testActiveThreadsCount()
This is for testing the active number of threads that were used while
doing a batch operation.
|
void |
testBadFam() |
void |
testBatchWithDelete() |
void |
testBatchWithGet() |
void |
testBatchWithIncrementAndAppend() |
void |
testBatchWithManyColsInOneRowGetAndPut() |
void |
testBatchWithMixedActions() |
void |
testBatchWithPut() |
void |
testFlushCommitsNoAbort() |
void |
testFlushCommitsWithAbort()
Only run one Multi test with a forced RegionServer abort.
|
void |
testHTableDeleteWithList() |
void |
testNonceCollision() |
public static final HBaseClassTestRule CLASS_RULE
public TestMultiParallel()
public static void beforeClass() throws Exception
Exceptionpublic static void afterClass() throws Exception
Exceptionpublic void testActiveThreadsCount() throws Exception
Exceptionpublic void testBatchWithGet() throws Exception
Exceptionpublic void testBadFam() throws Exception
Exceptionpublic void testFlushCommitsNoAbort() throws Exception
Exceptionpublic void testFlushCommitsWithAbort() throws Exception
Exceptionpublic void testBatchWithPut() throws Exception
Exceptionpublic void testBatchWithDelete() throws Exception
Exceptionpublic void testHTableDeleteWithList() throws Exception
Exceptionpublic void testBatchWithManyColsInOneRowGetAndPut() throws Exception
Exceptionpublic void testBatchWithIncrementAndAppend() throws Exception
Exceptionpublic void testNonceCollision() throws Exception
Exceptionpublic void testBatchWithMixedActions() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.