public final class SnapshotBackup extends Object
The backup command must be applied before restore,
backup can be applied once, and then restore can be applied
many times. If any one of these rules is violated, an exception is thrown.
For special circumstances, when the backup that was already acquired is no
longer needed and is not going to be restored, a destroy command is
provided. If there was no backup acquired, the destroy command does nothing.
| Constructor and Description |
|---|
SnapshotBackup() |
| Modifier and Type | Method and Description |
|---|---|
OnlineCommand |
backup() |
OnlineCommand |
destroy() |
OnlineCommand |
restore() |
public OnlineCommand backup()
public OnlineCommand restore()
public OnlineCommand destroy()
Copyright © 2021. All rights reserved.