Uses of Interface
org.apache.flink.runtime.state.CheckpointableKeyedStateBackend
Packages that use CheckpointableKeyedStateBackend
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of CheckpointableKeyedStateBackend in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement CheckpointableKeyedStateBackendModifier and TypeClassDescriptionclassBase implementation of KeyedStateBackend.Methods in org.apache.flink.runtime.state that return CheckpointableKeyedStateBackendModifier and TypeMethodDescriptionStateBackend.createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K> parameters) Creates a newCheckpointableKeyedStateBackendthat is responsible for holding keyed state and checkpointing it. -
Uses of CheckpointableKeyedStateBackend in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement CheckpointableKeyedStateBackendModifier and TypeClassDescriptionclassAAbstractKeyedStateBackendthat keeps state on the Java Heap and will serialize state to streams provided by aCheckpointStreamFactoryupon checkpointing. -
Uses of CheckpointableKeyedStateBackend in org.apache.flink.runtime.state.v2.adaptor
Methods in org.apache.flink.runtime.state.v2.adaptor that return CheckpointableKeyedStateBackendConstructors in org.apache.flink.runtime.state.v2.adaptor with parameters of type CheckpointableKeyedStateBackendModifierConstructorDescriptionAsyncKeyedStateBackendAdaptor(CheckpointableKeyedStateBackend<K> keyedStateBackend) -
Uses of CheckpointableKeyedStateBackend in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return CheckpointableKeyedStateBackendModifier and TypeMethodDescriptionStreamOperatorStateContext.keyedStateBackend()Returns the keyed state backend for the stream operator.Methods in org.apache.flink.streaming.api.operators with parameters of type CheckpointableKeyedStateBackendModifier and TypeMethodDescriptionstatic SnapshotStrategyRunner<KeyedStateHandle,? extends FullSnapshotResources<?>> StreamOperatorStateHandler.prepareCanonicalSavepoint(CheckpointableKeyedStateBackend<?> keyedStateBackend, org.apache.flink.core.fs.CloseableRegistry closeableRegistry) -
Uses of CheckpointableKeyedStateBackend in org.apache.flink.streaming.api.operators.sorted.state
Classes in org.apache.flink.streaming.api.operators.sorted.state that implement CheckpointableKeyedStateBackendModifier and TypeClassDescriptionclassACheckpointableKeyedStateBackendwhich keeps values for a single key at a time.Methods in org.apache.flink.streaming.api.operators.sorted.state that return CheckpointableKeyedStateBackendModifier and TypeMethodDescriptionBatchExecutionStateBackend.createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K> parameters)