Uses of Class
org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
Packages that use RegisteredPriorityQueueStateBackendMetaInfo 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 RegisteredPriorityQueueStateBackendMetaInfo in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return RegisteredPriorityQueueStateBackendMetaInfo Modifier and Type Method Description RegisteredPriorityQueueStateBackendMetaInfoRegisteredPriorityQueueStateBackendMetaInfo. deepCopy()RegisteredPriorityQueueStateBackendMetaInfo<T>RegisteredPriorityQueueStateBackendMetaInfo. withSerializerUpgradesAllowed() -
Uses of RegisteredPriorityQueueStateBackendMetaInfo in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return RegisteredPriorityQueueStateBackendMetaInfo Modifier and Type Method Description RegisteredPriorityQueueStateBackendMetaInfo<T>HeapPriorityQueueSnapshotRestoreWrapper. getMetaInfo()RegisteredPriorityQueueStateBackendMetaInfo<T>HeapPriorityQueueStateSnapshot. getMetaInfo()Constructors in org.apache.flink.runtime.state.heap with parameters of type RegisteredPriorityQueueStateBackendMetaInfo Constructor Description HeapPriorityQueueSnapshotRestoreWrapper(HeapPriorityQueueSet<T> priorityQueue, RegisteredPriorityQueueStateBackendMetaInfo<T> metaInfo, KeyExtractorFunction<T> keyExtractorFunction, KeyGroupRange localKeyGroupRange, int totalKeyGroups)
-