Class ForStIncrementalSnapshotStrategy<K>

Type Parameters:
K - type of the backend keys.
All Implemented Interfaces:
AutoCloseable, org.apache.flink.api.common.state.CheckpointListener, org.apache.flink.runtime.state.SnapshotStrategy<org.apache.flink.runtime.state.KeyedStateHandle,ForStSnapshotStrategyBase.ForStNativeSnapshotResources>

public class ForStIncrementalSnapshotStrategy<K> extends ForStNativeFullSnapshotStrategy<K>
Snapshot strategy for ForStKeyedStateBackend that is based on disableFileDeletions()+getLiveFiles() of ForSt and creates incremental snapshots.