Uses of Interface
org.apache.flink.streaming.runtime.watermarkstatus.HeapPriorityQueue.HeapPriorityQueueElement
Packages that use HeapPriorityQueue.HeapPriorityQueueElement
Package
Description
-
Uses of HeapPriorityQueue.HeapPriorityQueueElement in org.apache.flink.streaming.runtime.watermark
Classes in org.apache.flink.streaming.runtime.watermark that implement HeapPriorityQueue.HeapPriorityQueueElementModifier and TypeClassDescriptionprotected static classThis class implementsHeapPriorityQueue.HeapPriorityQueueElementto help find the maximum/minimumLongWatermark. -
Uses of HeapPriorityQueue.HeapPriorityQueueElement in org.apache.flink.streaming.runtime.watermarkstatus
Classes in org.apache.flink.streaming.runtime.watermarkstatus with type parameters of type HeapPriorityQueue.HeapPriorityQueueElementClasses in org.apache.flink.streaming.runtime.watermarkstatus that implement HeapPriorityQueue.HeapPriorityQueueElementModifier and TypeClassDescriptionprotected static classAnSubpartitionStatuskeeps track of a subpartition's last watermark, stream status, and whether or not the subpartition's current watermark is aligned with the overall watermark output from the valve.