Class TestMultiTableSnapshotInputFormatImpl
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private org.apache.hadoop.conf.Configuration
private org.apache.hadoop.fs.Path
private org.apache.hadoop.fs.Path
private Map<String,
Collection<org.apache.hadoop.hbase.client.Scan>> private org.apache.hadoop.hbase.mapreduce.MultiTableSnapshotInputFormatImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setUp()
void
void
void
void
toScanWithEquals
(Map<String, Collection<org.apache.hadoop.hbase.client.Scan>> snapshotScans)
-
Field Details
-
CLASS_RULE
-
subject
-
snapshotScans
-
restoreDir
-
conf
-
rootDir
-
-
Constructor Details
-
TestMultiTableSnapshotInputFormatImpl
-
-
Method Details
-
setUp
- Throws:
Exception
-
callSetInput
- Throws:
IOException
-
toScanWithEquals
public Map<String,Collection<TestMultiTableSnapshotInputFormatImpl.ScanWithEquals>> toScanWithEquals(Map<String, Collection<org.apache.hadoop.hbase.client.Scan>> snapshotScans) throws IOException- Throws:
IOException
-
testSetInputSetsSnapshotToScans
- Throws:
Exception
-
testSetInputPushesRestoreDirectories
- Throws:
Exception
-
testSetInputCreatesRestoreDirectoriesUnderRootRestoreDir
- Throws:
Exception
-
testSetInputRestoresSnapshots
- Throws:
Exception
-