Uses of Class
org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
Packages that use HBaseSnapshotException
Package
Description
Provides HBase Client
-
Uses of HBaseSnapshotException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that throw HBaseSnapshotExceptionModifier and TypeMethodDescriptionbooleanAdmin.isSnapshotFinished(SnapshotDescription snapshot) Check the current state of the passed snapshot.booleanHBaseAdmin.isSnapshotFinished(SnapshotDescription snapshotDesc) -
Uses of HBaseSnapshotException in org.apache.hadoop.hbase.master.snapshot
Methods in org.apache.hadoop.hbase.master.snapshot that throw HBaseSnapshotExceptionModifier and TypeMethodDescription(package private) longSnapshotManager.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.voidSnapshotManager.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 longSnapshotManager.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
Subclasses of HBaseSnapshotException in org.apache.hadoop.hbase.snapshotModifier and TypeClassDescriptionclassException thrown when the found snapshot info from the filesystem is not valid.classThrown when a snapshot could not be exported due to an error during the operation.classThrown when a snapshot could not be restored due to a server-side error when restoring it.classThrown when a snapshot could not be created due to a server-side error when taking the snapshot.classThrown when the server is looking for a snapshot, but can't find the snapshot on the filesystem.classThrown when a snapshot exists, but should not.classThrown when a snapshot could not be restored/cloned because the ttl for snapshot has already expiredclassException thrown when we get a request for a snapshot we don't recognize.