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 |
HostComponentStateEntity.getServiceComponentDesiredStateEntity() |
ServiceComponentDesiredStateEntity |
HostComponentDesiredStateEntity.getServiceComponentDesiredStateEntity() |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceComponentDesiredStateEntity> |
ClusterServiceEntity.getServiceComponentDesiredStateEntities() |
Modifier and Type | Method and Description |
---|---|
void |
HostComponentStateEntity.setServiceComponentDesiredStateEntity(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
void |
HostComponentDesiredStateEntity.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 © 2017. All rights reserved.