Uses of Class
org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.snapshot.HBaseSnapshotException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionboolean
Admin.isSnapshotFinished
(org.apache.hadoop.hbase.client.SnapshotDescription snapshot) Check the current state of the passed snapshot. -
Uses of org.apache.hadoop.hbase.snapshot.HBaseSnapshotException in org.apache.hadoop.hbase.snapshot
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.snapshot.CorruptedSnapshotException
Exception thrown when the found snapshot info from the filesystem is not valid.class
org.apache.hadoop.hbase.snapshot.ExportSnapshotException
Thrown when a snapshot could not be exported due to an error during the operation.class
org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
Thrown when a snapshot could not be restored due to a server-side error when restoring it.class
org.apache.hadoop.hbase.snapshot.SnapshotCreationException
Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.class
org.apache.hadoop.hbase.snapshot.SnapshotDoesNotExistException
Thrown when the server is looking for a snapshot, but can't find the snapshot on the filesystem.class
org.apache.hadoop.hbase.snapshot.SnapshotExistsException
Thrown when a snapshot exists, but should not.class
org.apache.hadoop.hbase.snapshot.SnapshotTTLExpiredException
Thrown when a snapshot could not be restored/cloned because the ttl for snapshot has already expiredclass
org.apache.hadoop.hbase.snapshot.UnknownSnapshotException
Exception thrown when we get a request for a snapshot we don't recognize.