| Package | Description |
|---|---|
| org.apache.ambari.server.orm.dao | |
| org.apache.ambari.server.orm.entities | |
| org.apache.ambari.server.state |
| Modifier and Type | Method and Description |
|---|---|
ServiceComponentDesiredStateEntity |
ServiceComponentDesiredStateDAO.findByPK(ServiceComponentDesiredStateEntityPK primaryKey) |
ServiceComponentDesiredStateEntity |
ServiceComponentDesiredStateDAO.merge(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceComponentDesiredStateEntity> |
ServiceComponentDesiredStateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceComponentDesiredStateDAO.create(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
ServiceComponentDesiredStateEntity |
ServiceComponentDesiredStateDAO.merge(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
void |
ServiceComponentDesiredStateDAO.refresh(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
void |
ServiceComponentDesiredStateDAO.remove(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
| Modifier and Type | Method and Description |
|---|---|
ServiceComponentDesiredStateEntity |
HostComponentDesiredStateEntity.getServiceComponentDesiredStateEntity() |
ServiceComponentDesiredStateEntity |
HostComponentStateEntity.getServiceComponentDesiredStateEntity() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ServiceComponentDesiredStateEntity> |
ClusterServiceEntity.getServiceComponentDesiredStateEntities() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostComponentDesiredStateEntity.setServiceComponentDesiredStateEntity(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
void |
HostComponentStateEntity.setServiceComponentDesiredStateEntity(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterServiceEntity.setServiceComponentDesiredStateEntities(Collection<ServiceComponentDesiredStateEntity> serviceComponentDesiredStateEntities) |
| Modifier and Type | Method and Description |
|---|---|
ServiceComponent |
ServiceComponentFactory.createExisting(Service service,
ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
| Constructor and Description |
|---|
ServiceComponentImpl(Service service,
ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity,
com.google.inject.Injector injector) |
Copyright © 2016. All rights reserved.