Class | Description |
---|---|
ClientSnapshotDescriptionUtils |
Class to help with dealing with a snapshot description on the client side.
|
Exception | Description |
---|---|
CorruptedSnapshotException |
Exception thrown when the found snapshot info from the filesystem is not valid
|
ExportSnapshotException |
Thrown when a snapshot could not be exported due to an error during the operation.
|
HBaseSnapshotException |
General exception base class for when a snapshot fails
|
RestoreSnapshotException |
Thrown when a snapshot could not be restored due to a server-side error when restoring it.
|
SnapshotCreationException |
Thrown when a snapshot could not be created due to a server-side error when
taking the snapshot.
|
SnapshotDoesNotExistException |
Thrown when the server is looking for a snapshot but can't find the snapshot on the filesystem
|
SnapshotExistsException |
Thrown when a snapshot exists but should not
|
TablePartiallyOpenException |
Thrown if a table should be online/offline but is partially open
|
UnknownSnapshotException |
Exception thrown when we get a request for a snapshot we don't recognize.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.