Package | Description |
---|---|
org.gridgain.grid.configuration |
Contains base GridGain configuration classes.
|
Modifier and Type | Method and Description |
---|---|
SnapshotConfiguration |
GridGainConfiguration.getSnapshotConfiguration()
Gets GridGain snapshot configuration.
|
SnapshotConfiguration |
SnapshotConfiguration.setCompressionLevel(int compressionLevel) |
SnapshotConfiguration |
SnapshotConfiguration.setCompressionOption(org.gridgain.grid.internal.processors.cache.database.snapshot.CompressionOption compressionOption) |
SnapshotConfiguration |
SnapshotConfiguration.setMessageDigestFactory(MessageDigestFactory msgDigestFactory)
Allows to plug in a custom factory of
MessageDigest objects to control the integrity of snapshot files. |
SnapshotConfiguration |
SnapshotConfiguration.setPointInTimeRecoveryEnabled(boolean pointInTimeRecoveryEnabled)
Deprecated.
Use control.sh/.bat '--property' command to set 'pointInTimeRecoveryEnabled' property cluster-wide.
|
SnapshotConfiguration |
SnapshotConfiguration.setRegistryTransformer(SnapshotRegistryTransformer snapshotRegistryTransformer)
Allows to plug in custom transformer for snapshot file registry to enable its authenticity.
|
SnapshotConfiguration |
SnapshotConfiguration.setRestoreOperationParallelism(int restoreOperationParallelism) |
SnapshotConfiguration |
SnapshotConfiguration.setSftpConfiguration(SftpConfiguration sftpConfiguration)
Allows to use sftp storage in snapshot commands.
|
SnapshotConfiguration |
SnapshotConfiguration.setSnapshotOperationParallelism(int snapshotOperationParallelism) |
SnapshotConfiguration |
SnapshotConfiguration.setSnapshotProgressThrottlingInterval(long snapshotProgressThrottlingInterval)
Set time in ms which would be used to update snapshot operation progress (progress couldn't be updated more often)
-1 means that throttling would turn off
|
SnapshotConfiguration |
SnapshotConfiguration.setSnapshotsCatalogConnectorConfiguration(SnapshotsCatalogConnectorConfiguration catalogCfg)
Deprecated.
Snapshot Catalog functionality was removed from GridGain completely as obsolete.
Providing configuration for Catalog Connectior won't have any effect.
|
SnapshotConfiguration |
SnapshotConfiguration.setSnapshotsPath(String snapshotsPath)
Sets database snapshot SPI.
|
Modifier and Type | Method and Description |
---|---|
GridGainConfiguration |
GridGainConfiguration.setSnapshotConfiguration(SnapshotConfiguration snapshotCfg)
Sets snapshot configuration.
|
Constructor and Description |
---|
SnapshotConfiguration(SnapshotConfiguration other) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024