Package org.duracloud.mill.ltp
Class StateManager<T extends Morsel>
java.lang.Object
org.duracloud.mill.ltp.StateManager<T>
This class is responsible for serializing the state to and from disk.
- Author:
- Daniel Bernstein Date: Nov 5, 2013
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrentRunStartDate(Date time) voidsetMorsels(LinkedHashSet<T> morsels) voidsetNextRunStartDate(Date time)
-
Constructor Details
-
StateManager
-
-
Method Details
-
getMorsels
- Returns:
-
setMorsels
- Parameters:
morsels-
-
getCurrentRunStartDate
- Returns:
-
setCurrentRunStartDate
- Parameters:
time-
-
getNextRunStartDate
- Returns:
-
setNextRunStartDate
- Parameters:
time-
-