Class CommitTracker

  • All Implemented Interfaces:
    Tracker

    public class CommitTracker
    extends AbstractTracker
    Author:
    Joel Bernstein
    • Field Detail

      • log

        protected static final org.slf4j.Logger log
    • Method Detail

      • hasMaintenance

        public boolean hasMaintenance()
      • getRollbackCount

        public int getRollbackCount()
      • doTrack

        protected void doTrack​(String iterationId)
                        throws Throwable
        Description copied from class: AbstractTracker
        Subclasses must implement behaviour that completes the following steps, in order:
        1. Purge
        2. Reindex
        3. Index
        4. Track repository
        Specified by:
        doTrack in class AbstractTracker
        Parameters:
        iterationId - an identifier which is uniquely associated with a given iteration.
        Throws:
        Throwable
      • doRollback

        protected void doRollback()