public class PriorityBlockingQueuePersistedMessageComparator extends Object implements Comparator
PriorityBlockingQueue
used in the KSBThreadPoolImpl
.
Determines execution order by priority and create date.Constructor and Description |
---|
PriorityBlockingQueuePersistedMessageComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Object arg0,
Object arg1) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public PriorityBlockingQueuePersistedMessageComparator()
public int compare(Object arg0, Object arg1)
compare
in interface Comparator
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.