public class TestMultiTableSnapshotInputFormatImpl
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestMultiTableSnapshotInputFormatImpl.ScanWithEquals |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestMultiTableSnapshotInputFormatImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
callSetInput() |
void |
setUp() |
void |
testSetInputCreatesRestoreDirectoriesUnderRootRestoreDir() |
void |
testSetInputPushesRestoreDirectories() |
void |
testSetInputRestoresSnapshots() |
void |
testSetInputSetsSnapshotToScans() |
java.util.Map<java.lang.String,java.util.Collection<TestMultiTableSnapshotInputFormatImpl.ScanWithEquals>> |
toScanWithEquals(java.util.Map<java.lang.String,java.util.Collection<Scan>> snapshotScans) |
public TestMultiTableSnapshotInputFormatImpl()
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void callSetInput()
throws java.io.IOException
java.io.IOExceptionpublic java.util.Map<java.lang.String,java.util.Collection<TestMultiTableSnapshotInputFormatImpl.ScanWithEquals>> toScanWithEquals(java.util.Map<java.lang.String,java.util.Collection<Scan>> snapshotScans) throws java.io.IOException
java.io.IOExceptionpublic void testSetInputSetsSnapshotToScans()
throws java.lang.Exception
java.lang.Exceptionpublic void testSetInputPushesRestoreDirectories()
throws java.lang.Exception
java.lang.Exceptionpublic void testSetInputCreatesRestoreDirectoriesUnderRootRestoreDir()
throws java.lang.Exception
java.lang.Exceptionpublic void testSetInputRestoresSnapshots()
throws java.lang.Exception
java.lang.Exception