public interface QueueOrderingPolicy
ParentQueue
 to decide allocation ordering of child queues.| Modifier and Type | Method and Description | 
|---|---|
| Iterator<CSQueue> | getAssignmentIterator(String partition)Return an iterator over the collection of CSQueues which orders
 them for container assignment. | 
| String | getConfigName()Returns configuration name (which will be used to set ordering policy | 
| void | setQueues(List<CSQueue> queues) | 
Iterator<CSQueue> getAssignmentIterator(String partition)
partition - nodePartitionString getConfigName()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.