Modifier and Type | Field and Description |
---|---|
protected ProvisionAction |
BaseClusterRequest.provisionAction |
Modifier and Type | Method and Description |
---|---|
ProvisionAction |
BaseClusterRequest.getProvisionAction()
Get requested @ProvisionClusterRequest.ProvisionAction
|
static ProvisionAction |
ProvisionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisionAction[] |
ProvisionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseClusterRequest.setProvisionAction(ProvisionAction provisionAction) |
Modifier and Type | Method and Description |
---|---|
ProvisionAction |
TopologyRequestEntity.getProvisionAction() |
Modifier and Type | Method and Description |
---|---|
void |
TopologyRequestEntity.setProvisionAction(ProvisionAction provisionAction) |
Modifier and Type | Method and Description |
---|---|
ProvisionAction |
ClusterTopologyImpl.getProvisionAction() |
ProvisionAction |
ClusterTopology.getProvisionAction() |
ProvisionAction |
Component.getProvisionAction()
Gets the provision action associated with this component.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HostGroupImpl.addComponent(String component,
ProvisionAction provisionAction)
Add a component with the specified provision action to the
host group.
|
boolean |
HostGroup.addComponent(String component,
ProvisionAction provisionAction)
Add a component to the host group, with the specified name
and provision action.
|
Collection<String> |
HostGroupImpl.getComponentNames(ProvisionAction provisionAction) |
Collection<String> |
HostGroup.getComponentNames(ProvisionAction provisionAction)
Get all host group component names for instances
that have the specified provision action association.
|
void |
ClusterTopologyImpl.setProvisionAction(ProvisionAction provisionAction) |
void |
ClusterTopology.setProvisionAction(ProvisionAction provisionAction)
Set request provision action : INSTALL vs INSTALL_AND_START
|
Constructor and Description |
---|
Component(String name,
ProvisionAction provisionAction) |
Modifier and Type | Method and Description |
---|---|
ProvisionAction |
Component._getProvisionAction() |
ProvisionAction |
Service._getProvisionAction() |
ProvisionAction |
AddServiceRequest.getProvisionAction() |
Modifier and Type | Method and Description |
---|---|
Optional<ProvisionAction> |
Component.getProvisionAction() |
Optional<ProvisionAction> |
Service.getProvisionAction() |
Modifier and Type | Method and Description |
---|---|
static Service |
Service.of(String name,
ProvisionAction provisionAction) |
static Component |
Component.of(String name,
ProvisionAction provisionAction,
String... hosts) |
Constructor and Description |
---|
AddServiceRequest(AddServiceRequest.OperationType operationType,
ConfigRecommendationStrategy recommendationStrategy,
ProvisionAction provisionAction,
AddServiceRequest.ValidationType validationType,
String stackName,
String stackVersion,
Set<Service> services,
Set<Component> components,
SecurityConfiguration security,
Set<Credential> credentials,
Collection<? extends Map<String,?>> configs) |
Component(String name,
ProvisionAction provisionAction,
Set<Host> hosts) |
Service(String name,
ProvisionAction provisionAction) |
Copyright © 2022 Apache Software Foundation. All rights reserved.