public interface ContainerReleaseSelector
| Modifier and Type | Method and Description |
|---|---|
List<RoleInstance> |
sortCandidates(int roleId,
List<RoleInstance> candidates)
Given a list of candidate containers, return a sorted version of the priority
in which they should be released.
|
List<RoleInstance> sortCandidates(int roleId, List<RoleInstance> candidates)
candidates - candidate list ... everything considered suitableCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.