Uses of Interface
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.RegionPredicate
Packages that use TestExportSnapshot.RegionPredicate
-
Uses of TestExportSnapshot.RegionPredicate in org.apache.hadoop.hbase.snapshot
Methods in org.apache.hadoop.hbase.snapshot that return TestExportSnapshot.RegionPredicateModifier and TypeMethodDescriptionprotected TestExportSnapshot.RegionPredicateTestExportSnapshot.getBypassRegionPredicate()protected TestExportSnapshot.RegionPredicateTestMobExportSnapshot.getBypassRegionPredicate()Methods in org.apache.hadoop.hbase.snapshot with parameters of type TestExportSnapshot.RegionPredicateModifier and TypeMethodDescriptionprotected static voidTestExportSnapshot.testExportFileSystemState(org.apache.hadoop.conf.Configuration conf, TableName tableName, byte[] snapshotName, byte[] targetName, int filesExpected, org.apache.hadoop.fs.Path srcDir, org.apache.hadoop.fs.Path rawTgtDir, boolean overwrite, boolean resetTtl, TestExportSnapshot.RegionPredicate bypassregionPredicate, boolean success) Creates destination directory, runs ExportSnapshot() tool, and runs some verifications.TestExportSnapshot.verifySnapshot(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rootDir, TableName tableName, String snapshotName, boolean resetTtl, TestExportSnapshot.RegionPredicate bypassregionPredicate)