public abstract class LlapQueueComparatorBase extends Object implements Comparator<TaskExecutorService.TaskWrapper>
| Constructor and Description |
|---|
LlapQueueComparatorBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(TaskExecutorService.TaskWrapper t1,
TaskExecutorService.TaskWrapper t2) |
abstract int |
compareInternal(TaskRunnerCallable o1,
TaskRunnerCallable o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(TaskExecutorService.TaskWrapper t1, TaskExecutorService.TaskWrapper t2)
compare in interface Comparator<TaskExecutorService.TaskWrapper>public abstract int compareInternal(TaskRunnerCallable o1, TaskRunnerCallable o2)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.