Uses of Interface
org.apache.flink.runtime.state.InternalKeyContext
Packages that use InternalKeyContext
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of InternalKeyContext in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement InternalKeyContextModifier and TypeClassDescriptionclassBase implementation of KeyedStateBackend.classThe defaultInternalKeyContextimplementation.Fields in org.apache.flink.runtime.state declared as InternalKeyContextModifier and TypeFieldDescriptionprotected final InternalKeyContext<K>AbstractKeyedStateBackend.keyContextThe key context for this backend.Methods in org.apache.flink.runtime.state that return InternalKeyContextConstructors in org.apache.flink.runtime.state with parameters of type InternalKeyContextModifierConstructorDescriptionAbstractKeyedStateBackend(TaskKvStateRegistry kvStateRegistry, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, ClassLoader userCodeClassLoader, org.apache.flink.api.common.ExecutionConfig executionConfig, TtlTimeProvider ttlTimeProvider, LatencyTrackingStateConfig latencyTrackingStateConfig, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry, InternalKeyContext<K> keyContext) AbstractKeyedStateBackend(TaskKvStateRegistry kvStateRegistry, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, ClassLoader userCodeClassLoader, org.apache.flink.api.common.ExecutionConfig executionConfig, TtlTimeProvider ttlTimeProvider, LatencyTrackingStateConfig latencyTrackingStateConfig, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry, StreamCompressionDecorator keyGroupCompressionDecorator, InternalKeyContext<K> keyContext) -
Uses of InternalKeyContext in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement InternalKeyContextModifier and TypeClassDescriptionclassAAbstractKeyedStateBackendthat keeps state on the Java Heap and will serialize state to streams provided by aCheckpointStreamFactoryupon checkpointing.Fields in org.apache.flink.runtime.state.heap declared as InternalKeyContextModifier and TypeFieldDescriptionprotected final InternalKeyContext<K>StateTable.keyContextThe key context view on the backend.Constructors in org.apache.flink.runtime.state.heap with parameters of type InternalKeyContextModifierConstructorDescriptionHeapKeyedStateBackend(TaskKvStateRegistry kvStateRegistry, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, ClassLoader userCodeClassLoader, org.apache.flink.api.common.ExecutionConfig executionConfig, TtlTimeProvider ttlTimeProvider, LatencyTrackingStateConfig latencyTrackingStateConfig, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry, StreamCompressionDecorator keyGroupCompressionDecorator, Map<String, StateTable<K, ?, ?>> registeredKVStates, Map<String, HeapPriorityQueueSnapshotRestoreWrapper<?>> registeredPQStates, LocalRecoveryConfig localRecoveryConfig, HeapPriorityQueueSetFactory priorityQueueSetFactory, org.apache.flink.runtime.state.heap.HeapSnapshotStrategy<K> checkpointStrategy, SnapshotExecutionType snapshotExecutionType, org.apache.flink.runtime.state.heap.StateTableFactory<K> stateTableFactory, InternalKeyContext<K> keyContext) StateTable(InternalKeyContext<K> keyContext, RegisteredKeyValueStateBackendMetaInfo<N, S> metaInfo, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer)