Class IndexationProcessExecutor


  • @Singleton
    public class IndexationProcessExecutor
    extends Object
    Handles the execution of huge indexation process.
    Author:
    Yohann Chastagnier
    • Method Detail

      • isCurrentExecution

        public boolean isCurrentExecution()
        Indicates if an indexation operation is currently running.
        Returns:
        true if there is a current execution, false otherwise.
      • stopCurrentExecutionIfAny

        public void stopCurrentExecutionIfAny()
        Stops a current indexation operation if it exists a running one.
        Otherwise, nothing is done.