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 |
---|---|
RequestEntity |
Request.constructNewPersistenceEntity() |
Modifier and Type | Method and Description |
---|---|
Request |
RequestFactory.createExisting(RequestEntity entity) |
Constructor and Description |
---|
Request(RequestEntity entity,
StageFactory stageFactory) |
Modifier and Type | Method and Description |
---|---|
RequestEntity |
RequestDAO.findByPK(Long requestId) |
RequestEntity |
RequestDAO.merge(RequestEntity requestEntity) |
Modifier and Type | Method and Description |
---|---|
List<RequestEntity> |
RequestDAO.findAll() |
List<RequestEntity> |
RequestDAO.findByPks(Collection<Long> requestIds) |
Modifier and Type | Method and Description |
---|---|
void |
RequestDAO.create(RequestEntity requestEntity) |
RequestEntity |
RequestDAO.merge(RequestEntity requestEntity) |
void |
RequestDAO.remove(RequestEntity requestEntity) |
Modifier and Type | Method and Description |
---|---|
RequestEntity |
StageEntity.getRequest() |
RequestEntity |
RequestResourceFilterEntity.getRequestEntity() |
Modifier and Type | Method and Description |
---|---|
List<RequestEntity> |
RequestScheduleEntity.getRequestEntities() |
Collection<RequestEntity> |
ClusterEntity.getRequests() |
Modifier and Type | Method and Description |
---|---|
void |
StageEntity.setRequest(RequestEntity request) |
void |
RequestResourceFilterEntity.setRequestEntity(RequestEntity request) |
Modifier and Type | Method and Description |
---|---|
void |
RequestScheduleEntity.setRequestEntities(List<RequestEntity> requestEntities) |
void |
ClusterEntity.setRequests(Collection<RequestEntity> requests) |
Copyright © 2016. All rights reserved.