Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state.host |
Modifier and Type | Method and Description |
---|---|
HostEntity |
HostDAO.findByName(String hostName) |
HostEntity |
HostDAO.merge(HostEntity hostEntity) |
Modifier and Type | Method and Description |
---|---|
List<HostEntity> |
HostDAO.findAll() |
List<HostEntity> |
HostDAO.findByStage(StageEntity stageEntity) |
Modifier and Type | Method and Description |
---|---|
void |
HostDAO.create(HostEntity hostEntity) |
List<HostRoleCommandEntity> |
HostRoleCommandDAO.findSortedCommandsByStageAndHost(StageEntity stageEntity,
HostEntity hostEntity) |
HostEntity |
HostDAO.merge(HostEntity hostEntity) |
void |
HostDAO.refresh(HostEntity hostEntity)
Refreshes entity state from database
|
void |
HostDAO.remove(HostEntity hostEntity) |
Modifier and Type | Method and Description |
---|---|
HostEntity |
HostRoleCommandEntity.getHost() |
HostEntity |
HostComponentDesiredStateEntity.getHostEntity() |
HostEntity |
HostStateEntity.getHostEntity() |
HostEntity |
HostComponentStateEntity.getHostEntity() |
HostEntity |
ConfigGroupHostMappingEntity.getHostEntity() |
Modifier and Type | Method and Description |
---|---|
Collection<HostEntity> |
ClusterEntity.getHostEntities() |
Modifier and Type | Method and Description |
---|---|
void |
HostRoleCommandEntity.setHost(HostEntity host) |
void |
HostComponentDesiredStateEntity.setHostEntity(HostEntity hostEntity) |
void |
HostStateEntity.setHostEntity(HostEntity hostEntity) |
void |
HostComponentStateEntity.setHostEntity(HostEntity hostEntity) |
void |
ConfigGroupHostMappingEntity.setHostEntity(HostEntity hostEntity) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterEntity.setHostEntities(Collection<HostEntity> hostEntities) |
Modifier and Type | Method and Description |
---|---|
Host |
HostFactory.create(HostEntity hostEntity,
boolean persisted) |
Constructor and Description |
---|
HostImpl(HostEntity hostEntity,
boolean persisted,
com.google.inject.Injector injector) |
Copyright © 2014. All rights reserved.