Uses of Class
org.apache.flink.runtime.state.heap.HeapPriorityQueueSnapshotRestoreWrapper
Packages that use HeapPriorityQueueSnapshotRestoreWrapper
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of HeapPriorityQueueSnapshotRestoreWrapper in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return types with arguments of type HeapPriorityQueueSnapshotRestoreWrapperConstructor parameters in org.apache.flink.runtime.state with type arguments of type HeapPriorityQueueSnapshotRestoreWrapperModifierConstructorDescriptionHeapPriorityQueuesManager(Map<String, HeapPriorityQueueSnapshotRestoreWrapper<?>> registeredPQStates, HeapPriorityQueueSetFactory priorityQueueSetFactory, KeyGroupRange keyGroupRange, int numberOfKeyGroups) -
Uses of HeapPriorityQueueSnapshotRestoreWrapper in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return HeapPriorityQueueSnapshotRestoreWrapperModifier and TypeMethodDescriptionHeapPriorityQueueSnapshotRestoreWrapper.forUpdatedSerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> updatedSerializer) Returns a deep copy of the snapshot, where the serializer is changed to the given serializer.HeapPriorityQueueSnapshotRestoreWrapper.forUpdatedSerializer(org.apache.flink.api.common.typeutils.TypeSerializer<T> updatedSerializer, boolean allowFutureMetadataUpdates) Returns a deep copy of the snapshot, where the serializer is re-registered by the serializer snapshot or changed to the given serializer.