Versions Compared

Key

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

...

Code Block
languagejava
themeConfluence
titleIgniteConfiguration#snapshotPath
collapsetrue
public class IgniteConfiguration {
    /**
     * Directory where will be stored all results of snapshot operations. If {@code null} then
     * relative {@link #DFLT_SNAPSHOT_DIRECTORY} will be used.
     */
    private String snapshotPath;
}

Create snapshot

[public] Java API

...