Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.events | |
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
RequestEntity |
Request.constructNewPersistenceEntity() |
RequestEntity |
ActionDBAccessor.getRequestEntity(long requestId)
Gets the request entity by id.
|
RequestEntity |
ActionDBAccessorImpl.getRequestEntity(long requestId) |
Modifier and Type | Method and Description |
---|---|
Request |
RequestFactory.createExisting(RequestEntity entity) |
static List<RequestResourceFilter> |
Request.filtersFromEntity(RequestEntity entity) |
static RequestOperationLevel |
Request.operationLevelFromEntity(RequestEntity entity) |
Constructor and Description |
---|
Request(RequestEntity entity,
StageFactory stageFactory,
Clusters clusters)
Load existing request from database
|
Constructor and Description |
---|
RequestUpdateEvent(RequestEntity requestEntity,
HostRoleCommandDAO hostRoleCommandDAO,
TopologyManager topologyManager,
String clusterName,
List<HostRoleCommandEntity> hostRoleCommandEntities) |
Modifier and Type | Method and Description |
---|---|
RequestEntity |
RequestDAO.findByPK(Long requestId) |
RequestEntity |
RequestDAO.merge(RequestEntity requestEntity) |
RequestEntity |
RequestDAO.updateStatus(long requestId,
HostRoleStatus status,
HostRoleStatus displayStatus) |
Modifier and Type | Method and Description |
---|---|
List<RequestEntity> |
RequestDAO.findAll() |
List<RequestEntity> |
RequestDAO.findByPks(Collection<Long> requestIds) |
List<RequestEntity> |
RequestDAO.findByPks(Collection<Long> requestIds,
boolean refreshHint)
Given a collection of request ids, load the corresponding entities
|
Modifier and Type | Method and Description |
---|---|
void |
RequestDAO.create(RequestEntity requestEntity) |
RequestEntity |
RequestDAO.merge(RequestEntity requestEntity) |
void |
RequestDAO.remove(RequestEntity requestEntity) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<StageEntity,RequestEntity> |
StageEntity_.request |
Modifier and Type | Method and Description |
---|---|
RequestEntity |
StageEntity.getRequest() |
RequestEntity |
RequestResourceFilterEntity.getRequestEntity() |
RequestEntity |
RequestOperationLevelEntity.getRequestEntity() |
Modifier and Type | Method and Description |
---|---|
List<RequestEntity> |
RequestScheduleEntity.getRequestEntities() |
Modifier and Type | Method and Description |
---|---|
void |
StageEntity.setRequest(RequestEntity request) |
void |
RequestResourceFilterEntity.setRequestEntity(RequestEntity request) |
void |
UpgradeEntity.setRequestEntity(RequestEntity requestEntity) |
void |
RequestOperationLevelEntity.setRequestEntity(RequestEntity request) |
Modifier and Type | Method and Description |
---|---|
void |
RequestScheduleEntity.setRequestEntities(List<RequestEntity> requestEntities) |
Copyright © 2022 Apache Software Foundation. All rights reserved.