Uses of Class
org.apache.flink.runtime.state.heap.HeapPriorityQueueSnapshotRestoreWrapper
-
Packages that use HeapPriorityQueueSnapshotRestoreWrapper 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. -
-
Uses of HeapPriorityQueueSnapshotRestoreWrapper in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return types with arguments of type HeapPriorityQueueSnapshotRestoreWrapper Modifier and Type Method Description Map<String,HeapPriorityQueueSnapshotRestoreWrapper<?>>HeapPriorityQueuesManager. getRegisteredPQStates()Constructor parameters in org.apache.flink.runtime.state with type arguments of type HeapPriorityQueueSnapshotRestoreWrapper Constructor Description HeapPriorityQueuesManager(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 HeapPriorityQueueSnapshotRestoreWrapper Modifier and Type Method Description HeapPriorityQueueSnapshotRestoreWrapper<T>HeapPriorityQueueSnapshotRestoreWrapper. 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<T>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.
-