public class TestParallelPut
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestParallelPut.Putter
A thread that makes a few put calls
|
| Modifier and Type | Field and Description |
|---|---|
TestName |
name |
| Constructor and Description |
|---|
TestParallelPut() |
| Modifier and Type | Method and Description |
|---|---|
static void |
beforeClass() |
java.lang.String |
getName() |
void |
setUp() |
void |
tearDown() |
void |
testParallelPuts()
Test multi-threaded Puts.
|
void |
testPut()
Test one put command.
|
public static void beforeClass()
public void setUp()
throws java.lang.Exception
java.lang.ExceptionHBaseTestCase.setUp()public void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getName()
public void testPut()
throws java.io.IOException
java.io.IOExceptionpublic void testParallelPuts()
throws java.io.IOException
java.io.IOException