Uses of Interface
org.apache.flink.streaming.runtime.watermarkstatus.HeapPriorityQueue.HeapPriorityQueueElement
-
Packages that use HeapPriorityQueue.HeapPriorityQueueElement Package Description org.apache.flink.streaming.runtime.watermark org.apache.flink.streaming.runtime.watermarkstatus -
-
Uses of HeapPriorityQueue.HeapPriorityQueueElement in org.apache.flink.streaming.runtime.watermark
Classes in org.apache.flink.streaming.runtime.watermark that implement HeapPriorityQueue.HeapPriorityQueueElement Modifier and Type Class Description protected static classLongWatermarkCombiner.LongWatermarkElementThis 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.HeapPriorityQueueElement Modifier and Type Class Description classHeapPriorityQueue<T extends HeapPriorityQueue.HeapPriorityQueueElement>This class has similar functions withHeapPriorityQueue.Classes in org.apache.flink.streaming.runtime.watermarkstatus that implement HeapPriorityQueue.HeapPriorityQueueElement Modifier and Type Class Description protected static classStatusWatermarkValve.SubpartitionStatusAnSubpartitionStatuskeeps 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.
-