Package org.duracloud.snapshot.service
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 -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voidinitialize(Integer pollingPeriodMs) The time in milliseconds between checks for clean snapshots.
-
Field Details
-
DEFAULT_POLLING_PERIOD_MS
-
-
Method Details
-
initialize
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()
-