Uses of Interface
org.apache.flink.runtime.state.PriorityQueueSetFactory
Packages that use PriorityQueueSetFactory
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of PriorityQueueSetFactory in org.apache.flink.runtime.state
Subinterfaces of PriorityQueueSetFactory in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceAn async keyed state backend provides methods supporting to access keyed state asynchronously and in batch.interfaceInterface that combines both, theKeyedStateBackendinterface, which encapsulates methods responsible for keyed state management and theSnapshotablewhich tells the system how to snapshot the underlying state.interfaceA keyed state backend provides methods for managing keyed state.interfaceA keyed state backend interface for internal testing purpose.Classes in org.apache.flink.runtime.state that implement PriorityQueueSetFactoryModifier and TypeClassDescriptionclassBase implementation of KeyedStateBackend. -
Uses of PriorityQueueSetFactory in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement PriorityQueueSetFactoryModifier and TypeClassDescriptionclassAAbstractKeyedStateBackendthat keeps state on the Java Heap and will serialize state to streams provided by aCheckpointStreamFactoryupon checkpointing.classFactory forHeapPriorityQueueSet. -
Uses of PriorityQueueSetFactory in org.apache.flink.runtime.state.v2.adaptor
Classes in org.apache.flink.runtime.state.v2.adaptor that implement PriorityQueueSetFactoryModifier and TypeClassDescriptionclassA adaptor that transformsKeyedStateBackendintoAsyncKeyedStateBackend. -
Uses of PriorityQueueSetFactory in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type PriorityQueueSetFactoryModifier and TypeMethodDescription<K> InternalTimeServiceManager<K>InternalTimeServiceManager.Provider.create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) static <K> InternalTimeServiceManagerImpl<K>InternalTimeServiceManagerImpl.create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) A factory method for creating theInternalTimeServiceManagerImpl. -
Uses of PriorityQueueSetFactory in org.apache.flink.streaming.api.operators.sorted.state
Classes in org.apache.flink.streaming.api.operators.sorted.state that implement PriorityQueueSetFactoryModifier and TypeClassDescriptionclassACheckpointableKeyedStateBackendwhich keeps values for a single key at a time.Methods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type PriorityQueueSetFactoryModifier and TypeMethodDescriptionstatic <K> InternalTimeServiceManager<K>BatchExecutionInternalTimeServiceManager.create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext)