Uses of Class
org.apache.flink.state.forst.snapshot.ForStSnapshotStrategyBase.PreviousSnapshot
-
Packages that use ForStSnapshotStrategyBase.PreviousSnapshot Package Description org.apache.flink.state.forst.snapshot -
-
Uses of ForStSnapshotStrategyBase.PreviousSnapshot in org.apache.flink.state.forst.snapshot
Fields in org.apache.flink.state.forst.snapshot declared as ForStSnapshotStrategyBase.PreviousSnapshot Modifier and Type Field Description protected static ForStSnapshotStrategyBase.PreviousSnapshotForStSnapshotStrategyBase. EMPTY_PREVIOUS_SNAPSHOTprotected ForStSnapshotStrategyBase.PreviousSnapshotForStSnapshotStrategyBase.ForStNativeSnapshotResources. previousSnapshotMethods in org.apache.flink.state.forst.snapshot that return ForStSnapshotStrategyBase.PreviousSnapshot Modifier and Type Method Description protected ForStSnapshotStrategyBase.PreviousSnapshotForStIncrementalSnapshotStrategy. snapshotMetaData(long checkpointId, List<org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot> stateMetaInfoSnapshots)protected ForStSnapshotStrategyBase.PreviousSnapshotForStNativeFullSnapshotStrategy. 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.PreviousSnapshot Modifier and Type Method Description voidForStSnapshotStrategyBase.ForStNativeSnapshotResources. setPreviousSnapshot(ForStSnapshotStrategyBase.PreviousSnapshot previousSnapshot)Constructors in org.apache.flink.state.forst.snapshot with parameters of type ForStSnapshotStrategyBase.PreviousSnapshot Constructor Description ForStNativeSnapshotResources(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)
-