Interface Snapshot.State

    • Method Detail

      • needsMigration

        default boolean needsMigration()
        Indicate whether the snapshot requires migration, i.e. a new snapshot should be created after recovery. Default implementation returns false, i.e. do not re-snapshot.
        Returns:
        True if complete recovery based upon this snapshot should trigger a new snapshot.