| Modifier and Type | Method and Description |
|---|---|
Cluster |
ClusterService.addNodeGroup(String clusterId,
NodeGroup nodeGroup)
Add a new node group in the specified cluster
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends NodeGroup> |
ClusterTemplate.getNodeGroups() |
List<? extends NodeGroup> |
Cluster.getNodeGroups() |
| Modifier and Type | Method and Description |
|---|---|
ClusterTemplateBuilder |
ClusterTemplateBuilder.addNodeGroup(NodeGroup nodeGroup)
Add a node group
|
ClusterBuilder |
ClusterBuilder.addNodeGroup(NodeGroup nodeGroup)
Add a node group
|
| Modifier and Type | Class and Description |
|---|---|
class |
SaharaNodeGroup
An OpenStack Sahara
|
| Modifier and Type | Method and Description |
|---|---|
NodeGroup |
SaharaNodeGroup.ConcreteNodeGroupBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends NodeGroup> |
SaharaClusterTemplate.getNodeGroups() |
List<? extends NodeGroup> |
SaharaCluster.getNodeGroups() |
| Modifier and Type | Method and Description |
|---|---|
ClusterTemplateBuilder |
SaharaClusterTemplate.ConcreteClusterTemplateBuilder.addNodeGroup(NodeGroup nodeGroup) |
ClusterBuilder |
SaharaCluster.ConcreteClusterBuilder.addNodeGroup(NodeGroup nodeGroup) |
NodeGroupBuilder |
SaharaNodeGroup.ConcreteNodeGroupBuilder.from(NodeGroup in) |
| Constructor and Description |
|---|
AddNodeGroupAction(NodeGroup nodeGroup) |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
ClusterServiceImpl.addNodeGroup(String clusterId,
NodeGroup nodeGroup)
Add a new node group in the specified cluster
|
Copyright © 2017. All rights reserved.