public class NodeProvisioner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NodeProvisioner.NodeProvisionerInvoker
Periodically invoke NodeProvisioners
|
static class |
NodeProvisioner.PlannedNode
The node addition activity in progress.
|
Constructor and Description |
---|
NodeProvisioner(Label label,
LoadStatistics loadStatistics) |
Modifier and Type | Method and Description |
---|---|
List<NodeProvisioner.PlannedNode> |
getPendingLaunches()
Nodes that are being launched.
|
void |
suggestReviewNow()
Give the
NodeProvisioner a hint that now would be a good time to think about provisioning some nodes. |
public NodeProvisioner(Label label, LoadStatistics loadStatistics)
public List<NodeProvisioner.PlannedNode> getPendingLaunches()
public void suggestReviewNow()
NodeProvisioner
a hint that now would be a good time to think about provisioning some nodes.
The hint will be ignored if subjected to excessive pestering by callers.Copyright © 2016. All rights reserved.