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