Package org.duracloud.mill.ltp
Class StateManager<T extends Morsel>
- java.lang.Object
-
- org.duracloud.mill.ltp.StateManager<T>
-
-
Constructor Summary
Constructors Constructor Description StateManager(String path, Class<T> klazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCurrentRunStartDate()LinkedHashSet<T>getMorsels()DategetNextRunStartDate()voidsetCurrentRunStartDate(Date time)voidsetMorsels(LinkedHashSet<T> morsels)voidsetNextRunStartDate(Date time)
-
-
-
Method Detail
-
getMorsels
public LinkedHashSet<T> getMorsels()
- Returns:
-
setMorsels
public void setMorsels(LinkedHashSet<T> morsels)
- Parameters:
morsels-
-
getCurrentRunStartDate
public Date getCurrentRunStartDate()
- Returns:
-
setCurrentRunStartDate
public void setCurrentRunStartDate(Date time)
- Parameters:
time-
-
getNextRunStartDate
public Date getNextRunStartDate()
- Returns:
-
setNextRunStartDate
public void setNextRunStartDate(Date time)
- Parameters:
time-
-
-