Package org.duracloud.snapshot.service
Interface Finalizer
-
public interface FinalizerWaits 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 java.lang.IntegerDEFAULT_POLLING_PERIOD_MS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()voidinitialize(java.lang.Integer pollingPeriodMs)The time in milliseconds between checks for clean snapshots.
-