| Package | Description |
|---|---|
| org.apache.ambari.server.orm.dao | |
| org.apache.ambari.server.orm.entities | |
| org.apache.ambari.server.state | |
| org.apache.ambari.server.state.svccomphost |
| Modifier and Type | Method and Description |
|---|---|
HostComponentStateEntity |
HostComponentStateDAO.findByPK(HostComponentStateEntityPK primaryKey) |
HostComponentStateEntity |
HostComponentStateDAO.merge(HostComponentStateEntity hostComponentStateEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<HostComponentStateEntity> |
HostComponentStateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostComponentStateDAO.create(HostComponentStateEntity hostComponentStateEntity) |
HostComponentStateEntity |
HostComponentStateDAO.merge(HostComponentStateEntity hostComponentStateEntity) |
void |
HostComponentStateDAO.refresh(HostComponentStateEntity hostComponentStateEntity) |
void |
HostComponentStateDAO.remove(HostComponentStateEntity hostComponentStateEntity) |
| Modifier and Type | Method and Description |
|---|---|
Collection<HostComponentStateEntity> |
ServiceComponentDesiredStateEntity.getHostComponentStateEntities() |
Collection<HostComponentStateEntity> |
HostEntity.getHostComponentStateEntities() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceComponentDesiredStateEntity.setHostComponentStateEntities(Collection<HostComponentStateEntity> hostComponentStateEntities) |
void |
HostEntity.setHostComponentStateEntities(Collection<HostComponentStateEntity> hostComponentStateEntities) |
| Modifier and Type | Method and Description |
|---|---|
ServiceComponentHost |
ServiceComponentHostFactory.createExisting(ServiceComponent serviceComponent,
HostComponentStateEntity stateEntity,
HostComponentDesiredStateEntity desiredStateEntity) |
| Constructor and Description |
|---|
ServiceComponentHostImpl(ServiceComponent serviceComponent,
HostComponentStateEntity stateEntity,
HostComponentDesiredStateEntity desiredStateEntity,
com.google.inject.Injector injector) |
Copyright © 2016. All rights reserved.