@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, wait
equals
public int compare(AppSchedulable a1, AppSchedulable a2)
compare
in interface Comparator<AppSchedulable>
Copyright © 2013 Apache Software Foundation. All rights reserved.