Uses of Class
org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils.SnapshotMock.SnapshotBuilder
-
Uses of SnapshotTestingUtils.SnapshotMock.SnapshotBuilder in org.apache.hadoop.hbase.master.snapshot
Modifier and TypeMethodDescriptionTestSnapshotFileCache.createAndTestSnapshotV1
(org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache cache, String name, boolean tmp, boolean removeOnExit, boolean setFolderTime) Modifier and TypeMethodDescriptionprivate void
TestSnapshotFileCache.createAndTestSnapshot
(org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache cache, SnapshotTestingUtils.SnapshotMock.SnapshotBuilder builder, boolean tmp, boolean removeOnExit, boolean setFolderTime) private List<org.apache.hadoop.fs.FileStatus>
TestSnapshotFileCache.getStoreFilesForSnapshot
(SnapshotTestingUtils.SnapshotMock.SnapshotBuilder builder) -
Uses of SnapshotTestingUtils.SnapshotMock.SnapshotBuilder in org.apache.hadoop.hbase.snapshot
Modifier and TypeMethodDescriptionSnapshotTestingUtils.SnapshotMock.createSnapshot
(String snapshotName, String tableName, int version) SnapshotTestingUtils.SnapshotMock.createSnapshot
(String snapshotName, String tableName, int numRegions, int version) SnapshotTestingUtils.SnapshotMock.createSnapshot
(String snapshotName, String tableName, int numRegions, int version, long ttl) SnapshotTestingUtils.SnapshotMock.createSnapshotV1
(String snapshotName, String tableName) SnapshotTestingUtils.SnapshotMock.createSnapshotV1
(String snapshotName, String tableName, int numRegions) SnapshotTestingUtils.SnapshotMock.createSnapshotV2
(String snapshotName, String tableName) SnapshotTestingUtils.SnapshotMock.createSnapshotV2
(String snapshotName, String tableName, int numRegions) SnapshotTestingUtils.SnapshotMock.createSnapshotV2
(String snapshotName, String tableName, int numRegions, long ttl) Modifier and TypeMethodDescription(package private) static void
TestExportSnapshotV1NoCluster.testSnapshotWithRefsExportFileSystemState
(org.apache.hadoop.fs.FileSystem fs, SnapshotTestingUtils.SnapshotMock.SnapshotBuilder builder, HBaseCommonTestingUtility testUtil, org.apache.hadoop.fs.Path testDir) Generates a couple of regions for the specified SnapshotMock, and then it will run the export and verification.