public class TestCopyTable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
TestName |
name |
| Constructor and Description |
|---|
TestCopyTable() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
static void |
beforeClass() |
void |
testCopyTable()
Simple end-to-end test
|
void |
testCopyTableWithBulkload()
Simple end-to-end test with bulkload.
|
void |
testMainMethod()
Test main method of CopyTable.
|
void |
testRenameFamily()
Test copy of table from sourceTable to targetTable all rows from family a
|
void |
testStartStopRow() |
public static void beforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void afterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testCopyTable()
throws java.lang.Exception
java.lang.Exceptionpublic void testCopyTableWithBulkload()
throws java.lang.Exception
java.lang.Exceptionpublic void testStartStopRow()
throws java.lang.Exception
java.lang.Exceptionpublic void testRenameFamily()
throws java.lang.Exception
java.lang.Exceptionpublic void testMainMethod()
throws java.lang.Exception
java.lang.Exception