Class | Description |
---|---|
ExportSnapshot |
Export the specified snapshot to a given FileSystem.
|
SnapshotInfo |
Tool for dumping snapshot information.
|
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 © 2007–2016 The Apache Software Foundation. All rights reserved.