Uses of Class
org.apache.flink.runtime.state.CheckpointStateOutputStream
Packages that use CheckpointStateOutputStream
Package
Description
-
Uses of CheckpointStateOutputStream in org.apache.flink.runtime.state
Subclasses of CheckpointStateOutputStream in org.apache.flink.runtime.stateModifier and TypeClassDescriptionclassA CheckpointStateOutputStream that wraps a primary and a secondary CheckpointStateOutputStream and duplicates all writes into both streams.Fields in org.apache.flink.runtime.state declared as CheckpointStateOutputStreamModifier and TypeFieldDescriptionprotected final CheckpointStateOutputStreamNonClosingCheckpointOutputStream.delegateMethods in org.apache.flink.runtime.state that return CheckpointStateOutputStreamModifier and TypeMethodDescriptionCheckpointStreamFactory.createCheckpointStateOutputStream(CheckpointedStateScope scope) Creates an newCheckpointStateOutputStream.CheckpointStorageWorkerView.createTaskOwnedStateStream()Opens a stream to persist checkpoint state data that is owned strictly by tasks and not attached to the life cycle of a specific checkpoint.CheckpointStreamWithResultProvider.getCheckpointOutputStream()Returns the encapsulated output stream.CheckpointStreamWithResultProvider.PrimaryStreamOnly.getCheckpointOutputStream()Constructors in org.apache.flink.runtime.state with parameters of type CheckpointStateOutputStreamModifierConstructorDescriptionDuplicatingCheckpointOutputStream(CheckpointStateOutputStream primaryOutputStream, CheckpointStateOutputStream secondaryOutputStream) DuplicatingCheckpointOutputStream(CheckpointStateOutputStream primaryOutputStream, CheckpointStateOutputStream secondaryOutputStream, int bufferSize) KeyedStateCheckpointOutputStream(CheckpointStateOutputStream delegate, KeyGroupRange keyGroupRange) PrimaryAndSecondaryStream(CheckpointStateOutputStream primaryOut, CheckpointStateOutputStream secondaryOut) PrimaryStreamOnly(CheckpointStateOutputStream outputStream) -
Uses of CheckpointStateOutputStream in org.apache.flink.runtime.state.filesystem
Subclasses of CheckpointStateOutputStream in org.apache.flink.runtime.state.filesystemModifier and TypeClassDescriptionfinal classACheckpointStateOutputStreamthat writes into a specified file and returns aFileStateHandleupon closing.classACheckpointStateOutputStreamthat writes into a segment of a file and returns aSegmentFileStateHandleupon closing.static classACheckpointStateOutputStreamthat writes into a file and returns aStreamStateHandleupon closing.Methods in org.apache.flink.runtime.state.filesystem that return CheckpointStateOutputStream -
Uses of CheckpointStateOutputStream in org.apache.flink.runtime.state.memory
Subclasses of CheckpointStateOutputStream in org.apache.flink.runtime.state.memoryModifier and TypeClassDescriptionstatic classACheckpointStateOutputStreamthat writes into a byte array.Methods in org.apache.flink.runtime.state.memory that return CheckpointStateOutputStreamModifier and TypeMethodDescriptionMemCheckpointStreamFactory.createCheckpointStateOutputStream(CheckpointedStateScope scope) MemoryBackendCheckpointStorageAccess.createTaskOwnedStateStream()