| Package | Description | 
|---|---|
| org.apache.ambari.server.orm.entities | |
| org.apache.ambari.server.topology | 
| Modifier and Type | Method and Description | 
|---|---|
HostGroupEntity | 
HostGroupComponentEntity.getHostGroupEntity()
Get the host group entity. 
 | 
HostGroupEntity | 
HostGroupConfigEntity.getHostGroupEntity()
Get the host group entity instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<HostGroupEntity> | 
BlueprintEntity.getHostGroups()
Get the collection of associated host groups. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HostGroupComponentEntity.setHostGroupEntity(HostGroupEntity entity)
Set the host group entity. 
 | 
void | 
HostGroupConfigEntity.setHostGroupEntity(HostGroupEntity entity)
Set the host group entity instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BlueprintEntity.setHostGroups(Collection<HostGroupEntity> hostGroups)
Set the host group collection. 
 | 
| Constructor and Description | 
|---|
HostGroupImpl(HostGroupEntity entity,
             String blueprintName,
             Stack stack)  | 
Copyright © 2022 Apache Software Foundation. All rights reserved.