Uses of Class
org.apache.ignite.internal.util.future.IgniteFutureImpl
-
Packages that use IgniteFutureImpl Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence.snapshot org.apache.ignite.internal.util.future Future related classes. -
-
Uses of IgniteFutureImpl in org.apache.ignite.internal.processors.cache
Subclasses of IgniteFutureImpl in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classIgniteCacheFutureImpl<V>Implementation of public API future for cache.classIgniteFinishedCacheFutureImpl<V> -
Uses of IgniteFutureImpl in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that return IgniteFutureImpl Modifier and Type Method Description IgniteFutureImpl<Void>IgniteSnapshotManager. createSnapshot(String name, @Nullable String snpPath, boolean incremental, boolean onlyPrimary)Create a consistent copy of all persistence cache groups from the whole cluster.IgniteFutureImpl<Void>IgniteSnapshotManager. createSnapshot(String name, @Nullable String snpPath, @Nullable Collection<String> cacheGrpNames, boolean incremental, boolean onlyPrimary, boolean dump, boolean compress, boolean encrypt)Create a consistent copy of all persistence cache groups from the whole cluster.IgniteFutureImpl<Void>IgniteSnapshotManager. restoreSnapshot(String name, @Nullable String snpPath, @Nullable Collection<String> grpNames)Restore cache group(s) from the snapshot.IgniteFutureImpl<Void>IgniteSnapshotManager. restoreSnapshot(String name, @Nullable String snpPath, @Nullable Collection<String> grpNames, int incIdx, boolean check)Restore cache group(s) from the snapshot.IgniteFutureImpl<Void>SnapshotRestoreProcess. start(String snpName, @Nullable String snpPath, @Nullable Collection<String> cacheGrpNames, int incIdx, boolean check)Start cache group restore operation. -
Uses of IgniteFutureImpl in org.apache.ignite.internal.util.future
Subclasses of IgniteFutureImpl in org.apache.ignite.internal.util.future Modifier and Type Class Description classIgniteFinishedFutureImpl<V>
-