Uses of Package
org.apache.flink.runtime.state.heap
Packages that use org.apache.flink.runtime.state.heap
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Classes in org.apache.flink.runtime.state.heap used by org.apache.flink.runtime.source.coordinatorClassDescriptionAbstract base class for
HeapPriorityQueueElement.Interface for objects that can be managed by aHeapPriorityQueue. -
Classes in org.apache.flink.runtime.state.heap used by org.apache.flink.runtime.stateClassDescriptionInterface for objects that can be managed by a
HeapPriorityQueue.Factory forHeapPriorityQueueSet.This wrapper combines a HeapPriorityQueue with backend meta data. -
Classes in org.apache.flink.runtime.state.heap used by org.apache.flink.runtime.state.heapClassDescriptionAbstract base class for heap (object array) based implementations of priority queues, with support for fast deletes via
HeapPriorityQueueElement.Base class for partitionedStateimplementations that are backed by a regular heap hash map.Implementation of Flink's in-memory state maps with copy-on-write support.This class represents the snapshot of aCopyOnWriteStateMap.This class represents the snapshot of aCopyOnWriteStateTableand has a role in operator state checkpointing.AAbstractKeyedStateBackendthat keeps state on the Java Heap and will serialize state to streams provided by aCheckpointStreamFactoryupon checkpointing.Basic heap-based priority queue forHeapPriorityQueueElementobjects.Interface for objects that can be managed by aHeapPriorityQueue.A heap-based priority queue with set semantics, based onHeapPriorityQueue.Factory forHeapPriorityQueueSet.This wrapper combines a HeapPriorityQueue with backend meta data.This class represents the snapshot of anHeapPriorityQueueSet.Factory that produces the sub-queues that represent the partitions of aKeyGroupPartitionedPriorityQueue.Base class for state maps.Base class for snapshots of aStateMap.Base class for state tables. -
Classes in org.apache.flink.runtime.state.heap used by org.apache.flink.runtime.state.v2.adaptor
-
Classes in org.apache.flink.runtime.state.heap used by org.apache.flink.streaming.api.operators
-
Classes in org.apache.flink.runtime.state.heap used by org.apache.flink.streaming.api.operators.sorted.state