public interface IgniteSnapshot
Current limitations:
| Modifier and Type | Method and Description |
|---|---|
IgniteFuture<Void> |
cancelSnapshot(String name)
Cancel running snapshot operation.
|
IgniteFuture<Void> |
createSnapshot(String name)
Create a consistent copy of all persistence cache groups from the whole cluster.
|
IgniteFuture<Void> createSnapshot(String name)
name - Snapshot unique name which satisfies the following name pattern [a-zA-Z0-9_].IgniteFuture<Void> cancelSnapshot(String name)
name - Snapshot name to cancel.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020