Package | Description |
---|---|
org.apache.ambari.server.topology |
Modifier and Type | Class and Description |
---|---|
class |
HostGroupImpl
Host Group implementation.
|
Modifier and Type | Method and Description |
---|---|
HostGroup |
HostRequest.getHostGroup() |
HostGroup |
BlueprintImpl.getHostGroup(String name) |
HostGroup |
Blueprint.getHostGroup(String name)
Get a hostgroup specified by name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,HostGroup> |
BlueprintImpl.getHostGroups() |
Map<String,HostGroup> |
Blueprint.getHostGroups()
Get the hot groups contained in the blueprint.
|
Collection<HostGroup> |
BlueprintImpl.getHostGroupsForComponent(String component)
Get host groups which contain a component.
|
Collection<HostGroup> |
Blueprint.getHostGroupsForComponent(String component)
Get the host groups which contain the give component.
|
Collection<HostGroup> |
BlueprintImpl.getHostGroupsForService(String service)
Get host groups which contain a component for the given service.
|
Collection<HostGroup> |
Blueprint.getHostGroupsForService(String service)
Get the host groups which contain components for the specified service.
|
Constructor and Description |
---|
HostRequest(long requestId,
long id,
long clusterId,
String hostname,
String blueprintName,
HostGroup hostGroup,
Predicate predicate,
ClusterTopology topology,
boolean skipFailure) |
Constructor and Description |
---|
BlueprintImpl(String name,
Collection<HostGroup> groups,
Stack stack,
Configuration configuration,
SecurityConfiguration security) |
BlueprintImpl(String name,
Collection<HostGroup> groups,
Stack stack,
Configuration configuration,
SecurityConfiguration security,
Setting setting) |
Copyright © 2022 Apache Software Foundation. All rights reserved.