Class ClusterSnapshotConfigurationSchema

java.lang.Object
org.gridgain.internal.snapshots.configuration.ClusterSnapshotConfigurationSchema

@Config public class ClusterSnapshotConfigurationSchema extends Object
Cluster-wide configuration schema for Snapshots.
  • Field Details

    • snapshotTombstonesTtlMinutes

      @Value(hasDefault=true) @Range(min=0L) public long snapshotTombstonesTtlMinutes
      Time 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

      @NamedConfigValue public SnapshotUriConfigurationSchema paths
      Cluster snapshot paths configuration.
  • Constructor Details

    • ClusterSnapshotConfigurationSchema

      public ClusterSnapshotConfigurationSchema()