Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Management

Create snapshot

...

[public

...

] Java API

Markdown
/**
* Create a consistent copy of all persistence cache groups from the whole cluster.
* 
* @param name Snapshot name.
* @return Future which will be completed when a process ends.
*/
public IgniteFuture<Void> createSnapshot(String name);



Snapshot creation

Snapshot recovery

...