Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.topology |
Modifier and Type | Method and Description |
---|---|
TopologyLogicalRequestEntity |
TopologyLogicalRequestDAO.findById(Long id) |
TopologyLogicalRequestEntity |
TopologyLogicalRequestDAO.merge(TopologyLogicalRequestEntity requestEntity) |
Modifier and Type | Method and Description |
---|---|
List<TopologyLogicalRequestEntity> |
TopologyLogicalRequestDAO.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
TopologyLogicalRequestDAO.create(TopologyLogicalRequestEntity requestEntity) |
TopologyLogicalRequestEntity |
TopologyLogicalRequestDAO.merge(TopologyLogicalRequestEntity requestEntity) |
void |
TopologyLogicalRequestDAO.remove(TopologyLogicalRequestEntity requestEntity) |
Modifier and Type | Method and Description |
---|---|
TopologyLogicalRequestEntity |
TopologyHostRequestEntity.getTopologyLogicalRequestEntity() |
TopologyLogicalRequestEntity |
TopologyRequestEntity.getTopologyLogicalRequestEntity() |
Modifier and Type | Method and Description |
---|---|
void |
TopologyHostRequestEntity.setTopologyLogicalRequestEntity(TopologyLogicalRequestEntity topologyLogicalRequestEntity) |
void |
TopologyRequestEntity.setTopologyLogicalRequestEntity(TopologyLogicalRequestEntity topologyLogicalRequestEntity) |
Modifier and Type | Method and Description |
---|---|
LogicalRequest |
LogicalRequestFactory.createRequest(Long id,
TopologyRequest topologyRequest,
ClusterTopology topology,
TopologyLogicalRequestEntity requestEntity) |
Constructor and Description |
---|
LogicalRequest(Long id,
TopologyRequest request,
ClusterTopology topology,
TopologyLogicalRequestEntity requestEntity) |
Copyright © 2022 Apache Software Foundation. All rights reserved.