Uses of Class
org.apache.flink.state.forst.snapshot.ForStSnapshotStrategyBase.PreviousSnapshot
Packages that use ForStSnapshotStrategyBase.PreviousSnapshot
-
Uses of ForStSnapshotStrategyBase.PreviousSnapshot in org.apache.flink.state.forst.snapshot
Fields in org.apache.flink.state.forst.snapshot declared as ForStSnapshotStrategyBase.PreviousSnapshotModifier and TypeFieldDescriptionprotected static final ForStSnapshotStrategyBase.PreviousSnapshotForStSnapshotStrategyBase.EMPTY_PREVIOUS_SNAPSHOTForStSnapshotStrategyBase.ForStNativeSnapshotResources.previousSnapshotprotected final ForStSnapshotStrategyBase.PreviousSnapshotForStSnapshotStrategyBase.ForStSyncSnapshotResources.previousSnapshotMethods in org.apache.flink.state.forst.snapshot that return ForStSnapshotStrategyBase.PreviousSnapshotModifier and TypeMethodDescriptionForStIncrementalSnapshotStrategy.snapshotMetaData(long checkpointId, List<org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot> stateMetaInfoSnapshots) ForStNativeFullSnapshotStrategy.snapshotMetaData(long checkpointId, List<org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot> stateMetaInfoSnapshots) protected abstract ForStSnapshotStrategyBase.PreviousSnapshotForStSnapshotStrategyBase.snapshotMetaData(long checkpointId, List<org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot> stateMetaInfoSnapshots) Methods in org.apache.flink.state.forst.snapshot with parameters of type ForStSnapshotStrategyBase.PreviousSnapshotModifier and TypeMethodDescriptionvoidForStSnapshotStrategyBase.ForStNativeSnapshotResources.setPreviousSnapshot(ForStSnapshotStrategyBase.PreviousSnapshot previousSnapshot) Constructors in org.apache.flink.state.forst.snapshot with parameters of type ForStSnapshotStrategyBase.PreviousSnapshotModifierConstructorDescriptionForStNativeSnapshotResources(List<org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot> stateMetaInfoSnapshots, long manifestFileSize, List<org.apache.flink.core.fs.Path> liveFiles, org.apache.flink.core.fs.Path manifestFilePath, ForStSnapshotStrategyBase.PreviousSnapshot previousSnapshot, Runnable releaser) ForStSyncSnapshotResources(org.apache.flink.runtime.state.SnapshotDirectory snapshotDirectory, ForStSnapshotStrategyBase.PreviousSnapshot previousSnapshot, List<org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot> stateMetaInfoSnapshots)