| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteCacheFutureImpl<V>
Implementation of public API future for cache.
|
class |
IgniteFinishedCacheFutureImpl<V> |
| Modifier and Type | Method and 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.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteFinishedFutureImpl<V> |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023