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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
comparePriorityTo(T other)
-
-
-
Method Detail
-
comparePriorityTo
int comparePriorityTo(@Nonnull T other)
-
-