Interface QueueCleanerService
public interface QueueCleanerService
Created by IntelliJ IDEA.
User:
Date: 14/10/13
A service that is responsible for cleaning the queue tables
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleanFinishedSteps(Set<Long> ids) clean queues data for the given idsget a set of ids of finished executions
-
Method Details
-
getFinishedExecStateIds
get a set of ids of finished executions- Returns:
- Set of ids of finished executions
-
cleanFinishedSteps
clean queues data for the given ids- Parameters:
ids- the ids to clean data for
-