Package | Description |
---|---|
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
Collection<HostGroupComponentEntity> |
HostGroupEntity.getComponents()
Get the collection of associated component entities.
|
Modifier and Type | Method and Description |
---|---|
void |
HostGroupEntity.addComponent(HostGroupComponentEntity component)
Add a component to the host group.
|
Modifier and Type | Method and Description |
---|---|
void |
HostGroupEntity.setComponents(Collection<HostGroupComponentEntity> components)
Set thge collection of associated component entities.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.