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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Integer
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    initialize(Integer pollingPeriodMs)
    The time in milliseconds between checks for clean snapshots.
  • Field Details

    • DEFAULT_POLLING_PERIOD_MS

      static final Integer DEFAULT_POLLING_PERIOD_MS
  • Method Details

    • 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()