Uses of Class
org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
Package
Description
Provides HBase Client
-
Uses of HBaseSnapshotException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionboolean
Admin.isSnapshotFinished
(SnapshotDescription snapshot) Check the current state of the passed snapshot.boolean
AdminOverAsyncAdmin.isSnapshotFinished
(SnapshotDescription snapshot) -
Uses of HBaseSnapshotException in org.apache.hadoop.hbase.master.snapshot
Modifier and TypeMethodDescription(package private) long
SnapshotManager.cloneSnapshot
(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot, TableDescriptor tableDescriptor, NonceKey nonceKey, boolean restoreAcl, String customSFT) Clone the specified snapshot into a new table.void
SnapshotManager.prepareWorkingDirectory
(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot) Check to make sure that we are OK to run the passed snapshot.private long
SnapshotManager.restoreSnapshot
(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot, TableDescriptor tableDescriptor, NonceKey nonceKey, boolean restoreAcl) Restore the specified snapshot. -
Uses of HBaseSnapshotException in org.apache.hadoop.hbase.snapshot
Modifier and TypeClassDescriptionclass
Exception thrown when the found snapshot info from the filesystem is not valid.class
Thrown when a snapshot could not be exported due to an error during the operation.class
Thrown when a snapshot could not be restored due to a server-side error when restoring it.class
Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.class
Thrown when the server is looking for a snapshot, but can't find the snapshot on the filesystem.class
Thrown when a snapshot exists, but should not.class
Thrown when a snapshot could not be restored/cloned because the ttl for snapshot has already expiredclass
Exception thrown when we get a request for a snapshot we don't recognize.