Uses of Interface
org.apache.flink.runtime.state.PriorityQueueSetFactory
-
Packages that use PriorityQueueSetFactory Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.heap This package contains the classes for key/value state backends that store the state on the JVM heap as objects.org.apache.flink.runtime.state.v2.adaptor org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.sorted.state -
-
Uses of PriorityQueueSetFactory in org.apache.flink.runtime.state
Subinterfaces of PriorityQueueSetFactory in org.apache.flink.runtime.state Modifier and Type Interface Description interfaceAsyncKeyedStateBackend<K>An async keyed state backend provides methods supporting to access keyed state asynchronously and in batch.interfaceCheckpointableKeyedStateBackend<K>Interface that combines both, theKeyedStateBackendinterface, which encapsulates methods responsible for keyed state management and theSnapshotablewhich tells the system how to snapshot the underlying state.interfaceKeyedStateBackend<K>A keyed state backend provides methods for managing keyed state.interfaceTestableKeyedStateBackend<K>A keyed state backend interface for internal testing purpose.Classes in org.apache.flink.runtime.state that implement PriorityQueueSetFactory Modifier and Type Class Description classAbstractKeyedStateBackend<K>Base implementation of KeyedStateBackend. -
Uses of PriorityQueueSetFactory in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement PriorityQueueSetFactory Modifier and Type Class Description classHeapKeyedStateBackend<K>AAbstractKeyedStateBackendthat keeps state on the Java Heap and will serialize state to streams provided by aCheckpointStreamFactoryupon checkpointing.classHeapPriorityQueueSetFactoryFactory forHeapPriorityQueueSet. -
Uses of PriorityQueueSetFactory in org.apache.flink.runtime.state.v2.adaptor
Classes in org.apache.flink.runtime.state.v2.adaptor that implement PriorityQueueSetFactory Modifier and Type Class Description classAsyncKeyedStateBackendAdaptor<K>A 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 PriorityQueueSetFactory Modifier and Type Method Description <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 PriorityQueueSetFactory Modifier and Type Class Description classBatchExecutionKeyedStateBackend<K>ACheckpointableKeyedStateBackendwhich keeps values for a single key at a time.Methods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type PriorityQueueSetFactory Modifier and Type Method Description static <K> InternalTimeServiceManager<K>BatchExecutionInternalTimeServiceManager. create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext)
-