Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.host |
Modifier and Type | Method and Description |
---|---|
HostStateEntity |
HostStateDAO.findByHostId(Long hostId) |
HostStateEntity |
HostStateDAO.merge(HostStateEntity hostStateEntity) |
Modifier and Type | Method and Description |
---|---|
List<HostStateEntity> |
HostStateDAO.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
HostStateDAO.create(HostStateEntity hostStateEntity) |
HostStateEntity |
HostStateDAO.merge(HostStateEntity hostStateEntity) |
void |
HostStateDAO.refresh(HostStateEntity hostStateEntity) |
void |
HostStateDAO.remove(HostStateEntity hostStateEntity) |
Modifier and Type | Method and Description |
---|---|
HostStateEntity |
HostEntity.getHostStateEntity() |
Modifier and Type | Method and Description |
---|---|
void |
HostEntity.setHostStateEntity(HostStateEntity hostStateEntity) |
Modifier and Type | Method and Description |
---|---|
AgentVersion |
Host.getAgentVersion(HostStateEntity hostStateEntity)
Gets version of the ambari agent running on the host.
|
HostHealthStatus |
Host.getHealthStatus(HostStateEntity hostStateEntity)
Gets the health status from host attributes
|
Modifier and Type | Method and Description |
---|---|
HostStateEntity |
HostImpl.getHostStateEntity() |
Modifier and Type | Method and Description |
---|---|
AgentVersion |
HostImpl.getAgentVersion(HostStateEntity hostStateEntity) |
HostHealthStatus |
HostImpl.getHealthStatus(HostStateEntity hostStateEntity) |
Copyright © 2022 Apache Software Foundation. All rights reserved.