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> |
HostEntity.getHostComponentStateEntities() |
Collection<HostComponentStateEntity> |
ServiceComponentDesiredStateEntity.getHostComponentStateEntities() |
Modifier and Type | Method and Description |
---|---|
void |
HostEntity.setHostComponentStateEntities(Collection<HostComponentStateEntity> hostComponentStateEntities) |
void |
ServiceComponentDesiredStateEntity.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 © 2017. All rights reserved.