Package org.apache.flink.runtime.state
Interface PriorityComparable<T>
- Type Parameters:
T- type of the compared objects.
- All Known Subinterfaces:
InternalTimer<K,N>
- All Known Implementing Classes:
SourceCoordinator.WatermarkElement,TimerHeapInternalTimer
public interface PriorityComparable<T>
Interface for objects that can be compared by priority.
-
Method Summary
-
Method Details
-
comparePriorityTo
-