@InterfaceAudience.Private @InterfaceStability.Unstable public class FifoAppComparator extends Object implements Comparator<AppSchedulable>, Serializable
AppSchedulable objects by priority and then by submit time, as
in the default scheduler in Hadoop.| Constructor and Description |
|---|
FifoAppComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(AppSchedulable a1,
AppSchedulable a2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(AppSchedulable a1, AppSchedulable a2)
compare in interface Comparator<AppSchedulable>Copyright © 2014 Apache Software Foundation. All Rights Reserved.