Class MonitoringUtil.TimeStampComparator
java.lang.Object
org.apache.beam.runners.dataflow.util.MonitoringUtil.TimeStampComparator
- All Implemented Interfaces:
Serializable,Comparator<JobMessage>
- Enclosing class:
MonitoringUtil
public static class MonitoringUtil.TimeStampComparator
extends Object
implements Comparator<JobMessage>, Serializable
Comparator for sorting rows in increasing order based on timestamp.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TimeStampComparator
public TimeStampComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<JobMessage>
-