Uses of Interface
org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
Packages that use CheckpointStreamWithResultProvider
-
Uses of CheckpointStreamWithResultProvider in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement CheckpointStreamWithResultProviderModifier and TypeClassDescriptionstatic classImplementation ofCheckpointStreamWithResultProviderthat creates both, the primary/remote/jm-owned state and the secondary/local/tm-owned state.static classImplementation ofCheckpointStreamWithResultProviderthat only creates the primary/remote/jm-owned state.Methods in org.apache.flink.runtime.state that return CheckpointStreamWithResultProviderModifier and TypeMethodDescriptionCheckpointStreamWithResultProvider.createDuplicatingStream(long checkpointId, CheckpointedStateScope checkpointedStateScope, CheckpointStreamFactory primaryStreamFactory, LocalSnapshotDirectoryProvider secondaryStreamDirProvider) CheckpointStreamWithResultProvider.createSimpleStream(CheckpointedStateScope checkpointedStateScope, CheckpointStreamFactory primaryStreamFactory) Constructor parameters in org.apache.flink.runtime.state with type arguments of type CheckpointStreamWithResultProviderModifierConstructorDescriptionFullSnapshotAsyncWriter(SnapshotType snapshotType, org.apache.flink.util.function.SupplierWithException<CheckpointStreamWithResultProvider, Exception> checkpointStreamSupplier, FullSnapshotResources<K> snapshotResources)