Uses of Class
org.apache.hadoop.hbase.snapshot.CorruptedSnapshotException
Packages that use CorruptedSnapshotException
-
Uses of CorruptedSnapshotException in org.apache.hadoop.hbase.master.snapshot
Methods in org.apache.hadoop.hbase.master.snapshot that throw CorruptedSnapshotExceptionModifier and TypeMethodDescriptionvoid
MasterSnapshotVerifier.verifySnapshot
(org.apache.hadoop.fs.Path snapshotDir, boolean verifyRegions) Verify that the snapshot in the directory is a valid snapshotprivate void
MasterSnapshotVerifier.verifySnapshotDescription
(org.apache.hadoop.fs.Path snapshotDir) Check that the snapshot description written in the filesystem matches the current snapshot -
Uses of CorruptedSnapshotException in org.apache.hadoop.hbase.snapshot
Methods in org.apache.hadoop.hbase.snapshot that throw CorruptedSnapshotExceptionModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription
SnapshotDescriptionUtils.readSnapshotInfo
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path snapshotDir) Read in theSnapshotProtos.SnapshotDescription
stored for the snapshot in the passed directory