Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
StageEntity |
Stage.constructNewPersistenceEntity()
Creates object to be persisted in database
|
Modifier and Type | Method and Description |
---|---|
Stage |
StageFactory.createExisting(StageEntity stageEntity) |
Constructor and Description |
---|
Stage(StageEntity stageEntity,
HostRoleCommandDAO hostRoleCommandDAO,
ActionDBAccessor dbAccessor) |
Modifier and Type | Method and Description |
---|---|
StageEntity |
StageDAO.findByActionId(String actionId) |
StageEntity |
StageDAO.findByPK(StageEntityPK stageEntityPK) |
StageEntity |
StageDAO.merge(StageEntity stageEntity) |
Modifier and Type | Method and Description |
---|---|
List<StageEntity> |
StageDAO.findAll() |
List<StageEntity> |
StageDAO.findByCommandStatuses(Collection<HostRoleStatus> statuses) |
List<StageEntity> |
StageDAO.findByRequestId(long requestId) |
Modifier and Type | Method and Description |
---|---|
void |
StageDAO.create(StageEntity stageEntity) |
List<HostEntity> |
HostDAO.findByStage(StageEntity stageEntity) |
Map<String,List<HostRoleCommandEntity>> |
HostRoleCommandDAO.findSortedCommandsByStage(StageEntity stageEntity) |
List<HostRoleCommandEntity> |
HostRoleCommandDAO.findSortedCommandsByStageAndHost(StageEntity stageEntity,
HostEntity hostEntity) |
StageEntity |
StageDAO.merge(StageEntity stageEntity) |
void |
StageDAO.remove(StageEntity stageEntity) |
Modifier and Type | Method and Description |
---|---|
StageEntity |
RoleSuccessCriteriaEntity.getStage() |
StageEntity |
HostRoleCommandEntity.getStage() |
Modifier and Type | Method and Description |
---|---|
Collection<StageEntity> |
ClusterEntity.getStages() |
Collection<StageEntity> |
RequestEntity.getStages() |
Modifier and Type | Method and Description |
---|---|
void |
RoleSuccessCriteriaEntity.setStage(StageEntity stage) |
void |
HostRoleCommandEntity.setStage(StageEntity stage) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterEntity.setStages(Collection<StageEntity> stages) |
void |
RequestEntity.setStages(Collection<StageEntity> stages) |
Copyright © 2016. All rights reserved.