| Modifier and Type | Method and Description |
|---|---|
List<HostingNodeInfo> |
NodeSelector.assessNodes(List<HostingNode> candidates)
Assesses the suitability of the candidate set of nodes without keeping internal memory of node
selection.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostingNodeInfo> |
BestNodeSelector.assessNodes(List<HostingNode> candidates) |
List<HostingNodeInfo> |
DistanceNodeSelector.assessNodes(List<HostingNode> candidates) |
List<HostingNodeInfo> |
CostBasedNodeSelector.assessNodes(List<HostingNode> candidates) |
| Modifier and Type | Method and Description |
|---|---|
List<HostingNodeInfo> |
RandomNodeSelector.assessNodes(List<HostingNode> candidates) |
| Modifier and Type | Method and Description |
|---|---|
List<HostingNodeInfo> |
RUNodeSelector.assessNodes(List<HostingNode> candidates) |
Copyright © 2018. All Rights Reserved.