Package org.apache.flink.cep
Interface EventComparator<T>
- Type Parameters:
T- Type of the event
- All Superinterfaces:
Comparator<T>,Serializable
Custom comparator used to compares two events.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-