public interface IExecSorter
| Modifier and Type | Method and Description |
|---|---|
List<ExecutorDetails> |
sortExecutors(Set<ExecutorDetails> execs)
Sort the supplied unique collection of ExecutorDetails in the order
in which they should be scheduled.
|
List<ExecutorDetails> sortExecutors(Set<ExecutorDetails> execs)
execs - an unmodifiable set of executors that need to be scheduled.Copyright © 2023 The Apache Software Foundation. All rights reserved.