Class TestMultiTableSnapshotInputFormatImpl
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormatImpl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate org.apache.hadoop.conf.Configurationprivate org.apache.hadoop.fs.Pathprivate org.apache.hadoop.fs.Pathprivate Map<String,Collection<org.apache.hadoop.hbase.client.Scan>> private org.apache.hadoop.hbase.mapreduce.MultiTableSnapshotInputFormatImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetUp()voidvoidvoidvoidtoScanWithEquals(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
-