Interface Finalizer


  • public interface Finalizer
    Waits for conditions which signal that snapshot and restore actions should be moved to their final state, and kicks off the work to make that happen.
    Author:
    Daniel Bernstein Date: Aug 18, 2014
    • Field Detail

      • DEFAULT_POLLING_PERIOD_MS

        static final Integer DEFAULT_POLLING_PERIOD_MS
    • Method Detail

      • initialize

        void initialize​(Integer pollingPeriodMs)
        The time in milliseconds between checks for clean snapshots.
        Parameters:
        pollingPeriodMs - Null value or value less than 1 will be set to the default of 1 hour.
      • destroy

        void destroy()