Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
HostStateEntity |
HostStateDAO.findByHostName(String hostName) |
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) |
Copyright © 2016. All rights reserved.