Uses of Class
org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
Packages that use RegisteredPriorityQueueStateBackendMetaInfo
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of RegisteredPriorityQueueStateBackendMetaInfo in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return RegisteredPriorityQueueStateBackendMetaInfoModifier and TypeMethodDescriptionRegisteredPriorityQueueStateBackendMetaInfo.deepCopy()RegisteredPriorityQueueStateBackendMetaInfo.withSerializerUpgradesAllowed() -
Uses of RegisteredPriorityQueueStateBackendMetaInfo in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return RegisteredPriorityQueueStateBackendMetaInfoModifier and TypeMethodDescriptionHeapPriorityQueueSnapshotRestoreWrapper.getMetaInfo()HeapPriorityQueueStateSnapshot.getMetaInfo()Constructors in org.apache.flink.runtime.state.heap with parameters of type RegisteredPriorityQueueStateBackendMetaInfoModifierConstructorDescriptionHeapPriorityQueueSnapshotRestoreWrapper(HeapPriorityQueueSet<T> priorityQueue, RegisteredPriorityQueueStateBackendMetaInfo<T> metaInfo, KeyExtractorFunction<T> keyExtractorFunction, KeyGroupRange localKeyGroupRange, int totalKeyGroups)