Package | Description |
---|---|
org.apache.ambari.server.controller.internal | |
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.topology |
Modifier and Type | Method and Description |
---|---|
protected Resource |
BlueprintResourceProvider.toResource(BlueprintEntity entity,
Set<String> requestedIds)
Create a resource instance from a blueprint entity.
|
Modifier and Type | Method and Description |
---|---|
BlueprintEntity |
BlueprintDAO.findByName(String blueprint_name)
Find a blueprint with a given name.
|
BlueprintEntity |
BlueprintDAO.merge(BlueprintEntity blueprintEntity)
Merge the state of the given entity into the current persistence context.
|
Modifier and Type | Method and Description |
---|---|
List<BlueprintEntity> |
BlueprintDAO.findAll()
Find all blueprints.
|
Modifier and Type | Method and Description |
---|---|
void |
BlueprintDAO.create(BlueprintEntity blueprintEntity)
Make an instance managed and persistent.
|
BlueprintEntity |
BlueprintDAO.merge(BlueprintEntity blueprintEntity)
Merge the state of the given entity into the current persistence context.
|
void |
BlueprintDAO.refresh(BlueprintEntity blueprintEntity)
Refresh the state of the instance from the database,
overwriting changes made to the entity, if any.
|
void |
BlueprintDAO.remove(BlueprintEntity blueprintEntity)
Remove the entity instance.
|
Modifier and Type | Method and Description |
---|---|
BlueprintEntity |
BlueprintConfigEntity.getBlueprintEntity()
Get the blueprint entity instance.
|
BlueprintEntity |
BlueprintSettingEntity.getBlueprintEntity()
Get the blueprint entity instance.
|
BlueprintEntity |
HostGroupEntity.getBlueprintEntity()
Get the blueprint entity instance.
|
Modifier and Type | Method and Description |
---|---|
void |
BlueprintConfigEntity.setBlueprintEntity(BlueprintEntity entity)
Set the blueprint entity instance.
|
void |
BlueprintSettingEntity.setBlueprintEntity(BlueprintEntity entity)
Set the blueprint entity instance.
|
void |
HostGroupEntity.setBlueprintEntity(BlueprintEntity entity)
Set the blueprint entity instance.
|
Modifier and Type | Method and Description |
---|---|
BlueprintEntity |
BlueprintImpl.toEntity() |
BlueprintEntity |
Blueprint.toEntity()
Obtain the blueprint as an entity.
|
Constructor and Description |
---|
BlueprintImpl(BlueprintEntity entity) |
Copyright © 2022 Apache Software Foundation. All rights reserved.