Uses of Interface
org.apache.ignite.IgniteSnapshot
-
Packages that use IgniteSnapshot Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache.persistence.snapshot -
-
Uses of IgniteSnapshot in org.apache.ignite
Methods in org.apache.ignite that return IgniteSnapshot Modifier and Type Method Description IgniteSnapshotIgnite. snapshot() -
Uses of IgniteSnapshot in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteSnapshot Modifier and Type Method Description IgniteSnapshotIgniteKernal. snapshot() -
Uses of IgniteSnapshot in org.apache.ignite.internal.processors.cache.persistence.snapshot
Classes in org.apache.ignite.internal.processors.cache.persistence.snapshot that implement IgniteSnapshot Modifier and Type Class Description classIgniteSnapshotManagerInternal implementation of snapshot operations over persistence caches.
-