public class TestAtomicOperation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestAtomicOperation.AtomicOperation |
static class |
TestAtomicOperation.Incrementer
A thread that makes a few increment calls
|
static class |
TestAtomicOperation.MockHRegion |
Modifier and Type | Field and Description |
---|---|
TestName |
name |
Constructor and Description |
---|
TestAtomicOperation() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
teardown() |
void |
testAppend()
Test basic append operation.
|
void |
testAppendMultiThreads() |
void |
testIncrementMultiThreads()
Test multi-threaded increments.
|
void |
testMultiRowMutationMultiThreads()
Test multi-threaded region mutations.
|
void |
testPutAndCheckAndPutInParallel()
Test written as a verifier for HBASE-7051, CheckAndPut should properly read
MVCC.
|
void |
testRowMutationMultiThreads()
Test multi-threaded row mutations.
|
public void setup()
public void teardown() throws IOException
IOException
public void testAppend() throws IOException
IOException
TestFromClientSide.testAppend()
public void testIncrementMultiThreads() throws IOException
IOException
public void testAppendMultiThreads() throws IOException
IOException
public void testRowMutationMultiThreads() throws IOException
IOException
public void testMultiRowMutationMultiThreads() throws IOException
IOException