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 Details

    • getFinishedExecStateIds

      Set<Long> getFinishedExecStateIds()
      get a set of ids of finished executions
      Returns:
      Set of ids of finished executions
    • cleanFinishedSteps

      void cleanFinishedSteps(Set<Long> ids)
      clean queues data for the given ids
      Parameters:
      ids - the ids to clean data for