Package | Description |
---|---|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
org.gridgain.grid.persistentstore.snapshot.file |
Contains base GridGain database snapshot SPI file implementation.
|
Modifier and Type | Method and Description |
---|---|
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> |
CheckSnapshotParams.conversionClosure() |
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> |
RestoreSnapshotParams.conversionClosure() |
Modifier and Type | Method and Description |
---|---|
SnapshotFuture<List<SnapshotIssue>> |
GridSnapshot.checkSnapshot(long snapshotId,
SnapshotOperationType type,
Set<String> cacheNames,
boolean forceRestore,
Collection<File> optSearchPaths,
boolean skipCrc,
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> c,
String msg)
Deprecated.
|
CheckSnapshotParams |
CheckSnapshotParams.conversionClosure(IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> conversionClosure)
Sets optional closure for CacheConfiguration conversion during snapshot restore.
|
RestoreSnapshotParams |
RestoreSnapshotParams.conversionClosure(IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> conversionClosure)
Sets closure for CacheConfiguration conversion during snapshot restore.
|
SnapshotFuture<Void> |
GridSnapshot.restoreSnapshot(long snapshotId,
Collection<File> optSearchPaths,
Set<String> cacheNames,
boolean forceRestore,
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> c,
String msg)
Deprecated.
|
SnapshotFuture<Void> |
GridSnapshot.restoreSnapshot(long snapshotId,
Collection<File> optSearchPaths,
Set<String> cacheNames,
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> c,
String msg)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected FileSnapshot |
FileDatabaseSnapshotSpi.createFileSnapshot(IgniteConfiguration igCfg,
FileDatabaseSnapshotSpi snapshotSpi,
long id,
org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath snapshotDir,
Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath> optSearchPath,
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> c,
boolean ignoreMissedClasses,
boolean remote,
SnapshotSecurityLevel securityLevel,
MessageDigestFactory msgDigestFactory,
SnapshotRegistryTransformer registryTransformer,
org.apache.ignite.internal.processors.cache.GridCacheSharedContext cctx)
To facilitate tests we need to wrap constructor of FileSnapshot in this method.
|
@Nullable FileSnapshot |
FileDatabaseSnapshotSpi.snapshot(long id,
@Nullable Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath> optSearchPaths,
@Nullable IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> c,
boolean ignoreMissedClasses,
@Nullable SnapshotSecurityLevel securityLevel,
boolean needDecryptKeys)
Getting snapshot.
|
Constructor and Description |
---|
FileSnapshot(IgniteConfiguration igCfg,
FileDatabaseSnapshotSpi snapshotSpi,
long id,
org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath snapshotDir,
Collection<org.gridgain.grid.internal.processors.cache.database.snapshot.file.SnapshotPath> optSearchPath,
IgniteBiClosure<String,CacheConfiguration,CacheConfiguration> c,
boolean ignoreMissedClasses,
boolean defaultPath,
SnapshotSecurityLevel securityLevel,
MessageDigestFactory msgDigestFactory,
SnapshotRegistryTransformer registryTransformer,
org.apache.ignite.internal.processors.cache.GridCacheSharedContext cctx) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024