Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
HostRoleCommand |
HostRoleCommandFactoryImpl.createExisting(HostRoleCommandEntity hostRoleCommandEntity) |
HostRoleCommand |
HostRoleCommandFactory.createExisting(HostRoleCommandEntity hostRoleCommandEntity) |
Constructor and Description |
---|
HostRoleCommand(HostRoleCommandEntity hostRoleCommandEntity,
com.google.inject.Injector injector) |
Modifier and Type | Method and Description |
---|---|
HostRoleCommandEntity |
HostRoleCommandDAO.findByPK(long taskId) |
HostRoleCommandEntity |
HostRoleCommandDAO.merge(HostRoleCommandEntity stageEntity) |
Modifier and Type | Method and Description |
---|---|
void |
HostRoleCommandDAO.create(HostRoleCommandEntity stageEntity) |
HostRoleCommandEntity |
HostRoleCommandDAO.merge(HostRoleCommandEntity stageEntity) |
void |
HostRoleCommandDAO.remove(HostRoleCommandEntity stageEntity) |
Modifier and Type | Method and Description |
---|---|
List<HostRoleCommandEntity> |
HostRoleCommandDAO.mergeAll(Collection<HostRoleCommandEntity> entities) |
Modifier and Type | Method and Description |
---|---|
HostRoleCommandEntity |
ExecutionCommandEntity.getHostRoleCommand() |
Modifier and Type | Method and Description |
---|---|
Collection<HostRoleCommandEntity> |
HostEntity.getHostRoleCommandEntities() |
Collection<HostRoleCommandEntity> |
StageEntity.getHostRoleCommands() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionCommandEntity.setHostRoleCommand(HostRoleCommandEntity hostRoleCommandByTaskId) |
Modifier and Type | Method and Description |
---|---|
void |
HostEntity.setHostRoleCommandEntities(Collection<HostRoleCommandEntity> hostRoleCommandEntities) |
void |
StageEntity.setHostRoleCommands(Collection<HostRoleCommandEntity> hostRoleCommands) |
Copyright © 2016. All rights reserved.