Class ClusterSnapshotConfigurationSchema
java.lang.Object
org.gridgain.internal.snapshots.configuration.ClusterSnapshotConfigurationSchema
Cluster-wide configuration schema for Snapshots.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCluster snapshot paths configuration.longTime to live (in minutes) for tombstones, preserved for incremental Snapshots. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
snapshotTombstonesTtlMinutes
@Value(hasDefault=true) @Range(min=0L) public long snapshotTombstonesTtlMinutesTime to live (in minutes) for tombstones, preserved for incremental Snapshots. Incremental Snapshot can't be taken if this time has passed after the last Snapshot for the tables was taken. Try to decrease this value if facing cluttering for persistent storages after row deletions. -
paths
Cluster snapshot paths configuration.
-
-
Constructor Details
-
ClusterSnapshotConfigurationSchema
public ClusterSnapshotConfigurationSchema()
-