Package | Description |
---|---|
org.apache.ambari.server.orm.dao | |
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
ExecutionCommandEntity |
ExecutionCommandDAO.findByPK(long taskId) |
ExecutionCommandEntity |
ExecutionCommandDAO.merge(ExecutionCommandEntity executionCommand) |
Modifier and Type | Method and Description |
---|---|
List<ExecutionCommandEntity> |
ExecutionCommandDAO.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionCommandDAO.create(ExecutionCommandEntity executionCommand) |
ExecutionCommandEntity |
ExecutionCommandDAO.merge(ExecutionCommandEntity executionCommand) |
void |
ExecutionCommandDAO.remove(ExecutionCommandEntity executionCommand) |
Modifier and Type | Method and Description |
---|---|
ExecutionCommandEntity |
HostRoleCommandEntity.getExecutionCommand() |
Modifier and Type | Method and Description |
---|---|
void |
HostRoleCommandEntity.setExecutionCommand(ExecutionCommandEntity executionCommandsByTaskId) |
Copyright © 2022 Apache Software Foundation. All rights reserved.