public class TestParallelPut extends 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() |
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 Exception
Exception
HBaseTestCase.setUp()
public String getName()
public void testPut() throws IOException
IOException
public void testParallelPuts() throws IOException
IOException