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 class
CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream
Implementation ofCheckpointStreamWithResultProvider
that creates both, the primary/remote/jm-owned state and the secondary/local/tm-owned state.static class
CheckpointStreamWithResultProvider.PrimaryStreamOnly
Implementation ofCheckpointStreamWithResultProvider
that only creates the primary/remote/jm-owned state.Methods in org.apache.flink.runtime.state that return CheckpointStreamWithResultProvider Modifier and Type Method Description static CheckpointStreamWithResultProvider
CheckpointStreamWithResultProvider. createDuplicatingStream(long checkpointId, CheckpointedStateScope checkpointedStateScope, CheckpointStreamFactory primaryStreamFactory, LocalSnapshotDirectoryProvider secondaryStreamDirProvider)
static CheckpointStreamWithResultProvider
CheckpointStreamWithResultProvider. 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)
-