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 IntegerDEFAULT_POLLING_PERIOD_MS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()voidinitialize(Integer pollingPeriodMs)The time in milliseconds between checks for clean snapshots.
-
-
-
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()
-
-