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 |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.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 final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestParallelPut()
public static void beforeClass()
public void setUp() throws Exception
ExceptionHBaseTestCase.setUp()public void testPut() throws IOException
IOExceptionpublic void testParallelPuts() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.