List<ServiceComponentDesiredStateEntity> |
ServiceComponentDesiredStateDAO.findAll() |
List<ServiceDesiredStateEntity> |
ServiceDesiredStateDAO.findAll() |
List<HostConfigMappingEntity> |
HostConfigMappingDAO.findAll() |
Collection<KeyValueEntity> |
KeyValueDAO.findAll() |
List<ConfigGroupConfigMappingEntity> |
ConfigGroupConfigMappingDAO.findAll() |
List<ClusterEntity> |
ClusterDAO.findAll() |
List<UserEntity> |
UserDAO.findAll() |
List<StageEntity> |
StageDAO.findAll() |
List<ClusterServiceEntity> |
ClusterServiceDAO.findAll() |
Collection<MetainfoEntity> |
MetainfoDAO.findAll() |
List<RequestScheduleBatchRequestEntity> |
RequestScheduleBatchRequestDAO.findAll() |
List<ConfigGroupHostMappingEntity> |
ConfigGroupHostMappingDAO.findAll() |
List<RoleEntity> |
RoleDAO.findAll() |
List<HostEntity> |
HostDAO.findAll() |
List<ConfigGroupEntity> |
ConfigGroupDAO.findAll() |
List<HostRoleCommandEntity> |
HostRoleCommandDAO.findAll() |
List<HostStateEntity> |
HostStateDAO.findAll() |
List<ClusterStateEntity> |
ClusterStateDAO.findAll() |
List<HostComponentStateEntity> |
HostComponentStateDAO.findAll() |
List<HostComponentDesiredStateEntity> |
HostComponentDesiredStateDAO.findAll() |
List<RoleSuccessCriteriaEntity> |
RoleSuccessCriteriaDAO.findAll() |
List<ExecutionCommandEntity> |
ExecutionCommandDAO.findAll() |
List<BlueprintEntity> |
BlueprintDAO.findAll()
Find all blueprints.
|
List<RequestEntity> |
RequestDAO.findAll() |
List<RequestScheduleEntity> |
RequestScheduleDAO.findAll() |
List<ConfigGroupEntity> |
ConfigGroupDAO.findAllByTag(String tag)
Find config groups by service name and so on
|
List<UserEntity> |
UserDAO.findAllLocalUsersByRole(RoleEntity roleEntity) |
List<RequestResourceFilterEntity> |
RequestDAO.findAllResourceFilters() |
StageEntity |
StageDAO.findByActionId(String actionId) |
ClusterServiceEntity |
ClusterServiceDAO.findByClusterAndServiceNames(String clusterName,
String serviceName) |
List<StageEntity> |
StageDAO.findByCommandStatuses(Collection<HostRoleStatus> statuses) |
List<ConfigGroupConfigMappingEntity> |
ConfigGroupConfigMappingDAO.findByGroup(Long groupId) |
Set<ConfigGroupHostMapping> |
ConfigGroupHostMappingDAO.findByGroup(Long groupId) |
Set<ConfigGroupHostMapping> |
ConfigGroupHostMappingDAO.findByHost(String hostname) |
HostStateEntity |
HostStateDAO.findByHostName(String hostName) |
List<HostRoleCommandEntity> |
HostRoleCommandDAO.findByHostRole(String hostName,
long requestId,
long stageId,
String role) |
ClusterEntity |
ClusterDAO.findById(long id)
Looks for Cluster by ID
|
ConfigGroupEntity |
ConfigGroupDAO.findById(Long id)
Find config group by its id
|
RequestScheduleEntity |
RequestScheduleDAO.findById(Long id) |
KeyValueEntity |
KeyValueDAO.findByKey(String key) |
MetainfoEntity |
MetainfoDAO.findByKey(String key) |
ClusterEntity |
ClusterDAO.findByName(String clusterName) |
RoleEntity |
RoleDAO.findByName(String roleName) |
HostEntity |
HostDAO.findByName(String hostName) |
ConfigGroupEntity |
ConfigGroupDAO.findByName(String groupName)
Find config group by its unique name
|
BlueprintEntity |
BlueprintDAO.findByName(String blueprint_name)
Find a blueprint with a given name.
|
ClusterServiceEntity |
ClusterServiceDAO.findByPK(ClusterServiceEntityPK clusterServiceEntityPK) |
ConfigGroupConfigMappingEntity |
ConfigGroupConfigMappingDAO.findByPK(ConfigGroupConfigMappingEntityPK configGroupConfigMappingEntityPK) |
ConfigGroupHostMappingEntity |
ConfigGroupHostMappingDAO.findByPK(ConfigGroupHostMappingEntityPK configGroupHostMappingEntityPK)
Return entity object which can be used for operations like remove
directly.
|
HostComponentDesiredStateEntity |
HostComponentDesiredStateDAO.findByPK(HostComponentDesiredStateEntityPK primaryKey) |
HostComponentStateEntity |
HostComponentStateDAO.findByPK(HostComponentStateEntityPK primaryKey) |
UserEntity |
UserDAO.findByPK(Integer userPK) |
HostRoleCommandEntity |
HostRoleCommandDAO.findByPK(long taskId) |
ClusterStateEntity |
ClusterStateDAO.findByPK(long clusterId) |
ExecutionCommandEntity |
ExecutionCommandDAO.findByPK(long taskId) |
RequestEntity |
RequestDAO.findByPK(Long requestId) |
RequestScheduleBatchRequestEntity |
RequestScheduleBatchRequestDAO.findByPk(RequestScheduleBatchRequestEntityPK batchRequestEntity) |
RoleSuccessCriteriaEntity |
RoleSuccessCriteriaDAO.findByPK(RoleSuccessCriteriaEntityPK roleSuccessCriteriaEntityPK) |
ServiceComponentDesiredStateEntity |
ServiceComponentDesiredStateDAO.findByPK(ServiceComponentDesiredStateEntityPK primaryKey) |
ServiceDesiredStateEntity |
ServiceDesiredStateDAO.findByPK(ServiceDesiredStateEntityPK primaryKey) |
StageEntity |
StageDAO.findByPK(StageEntityPK stageEntityPK) |
List<RequestEntity> |
RequestDAO.findByPks(Collection<Long> requestIds) |
List<HostRoleCommandEntity> |
HostRoleCommandDAO.findByPKs(Collection<Long> taskIds) |
List<HostRoleCommandEntity> |
HostRoleCommandDAO.findByRequest(long requestId) |
List<HostRoleCommandEntity> |
HostRoleCommandDAO.findByRequestAndTaskIds(Collection<Long> requestIds,
Collection<Long> taskIds) |
List<StageEntity> |
StageDAO.findByRequestId(long requestId) |
List<HostRoleCommandEntity> |
HostRoleCommandDAO.findByRequestIds(Collection<Long> requestIds) |
List<RequestScheduleBatchRequestEntity> |
RequestScheduleBatchRequestDAO.findByScheduleId(Long scheduleId) |
List<HostEntity> |
HostDAO.findByStage(StageEntity stageEntity) |
List<RequestScheduleEntity> |
RequestScheduleDAO.findByStatus(String status) |
Set<HostConfigMapping> |
HostConfigMappingDAO.findByType(long clusterId,
String hostName,
String type) |
ClusterConfigEntity |
ClusterDAO.findConfig(ClusterConfigEntityPK configEntityPK) |
UserEntity |
UserDAO.findLdapUserByName(String userName) |
UserEntity |
UserDAO.findLocalUserByName(String userName) |
Map<Long,String> |
StageDAO.findRequestContext(List<Long> requestIds) |
String |
StageDAO.findRequestContext(long requestId) |
Set<HostConfigMapping> |
HostConfigMappingDAO.findSelected(long clusterId,
String hostName) |
Set<HostConfigMapping> |
HostConfigMappingDAO.findSelectedByHosts(long clusterId,
Collection<String> hostNames) |
HostConfigMapping |
HostConfigMappingDAO.findSelectedByType(long clusterId,
String hostName,
String type) |
Map<String,List<HostConfigMapping>> |
HostConfigMappingDAO.findSelectedHostsByTypes(long clusterId,
Collection<String> types) |
Map<String,List<HostRoleCommandEntity>> |
HostRoleCommandDAO.findSortedCommandsByStage(StageEntity stageEntity) |
List<HostRoleCommandEntity> |
HostRoleCommandDAO.findSortedCommandsByStageAndHost(StageEntity stageEntity,
HostEntity hostEntity) |
List<Long> |
HostRoleCommandDAO.findTaskIdsByRequest(long requestId) |
List<Long> |
HostRoleCommandDAO.findTaskIdsByRequestAndTaskIds(Collection<Long> requestIds,
Collection<Long> taskIds) |
List<Long> |
HostRoleCommandDAO.findTaskIdsByRequestIds(Collection<Long> requestIds) |
List<Long> |
HostRoleCommandDAO.findTaskIdsByStage(long requestId,
long stageId) |
long |
StageDAO.getLastRequestId() |
Long |
RequestDAO.getLastStageId(long requestId) |
List<Long> |
HostRoleCommandDAO.getRequests() |
List<Long> |
HostRoleCommandDAO.getRequestsByTaskStatus(Collection<HostRoleStatus> statuses,
boolean match,
boolean checkAllTasks) |
boolean |
RequestDAO.isAllTasksCompleted(long requestId) |