Class RecoveryManager
- java.lang.Object
-
- org.gcube.accounting.aggregator.elaboration.RecoveryManager
-
public class RecoveryManager extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DateaggregationEndDateprotected DateaggregationStartDateprotected AggregationTypeaggregationTypeprotected booleanforceRestartprotected StringrecordType
-
Constructor Summary
Constructors Constructor Description RecoveryManager(Date aggregationStartDate, Date aggregationEndDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecovery()voidsetAggregationType(AggregationType aggregationType)voidsetForceRestart(boolean forceRestart)voidsetRecordType(String recordType)
-
-
-
Field Detail
-
aggregationStartDate
protected final Date aggregationStartDate
-
aggregationEndDate
protected final Date aggregationEndDate
-
recordType
protected String recordType
-
aggregationType
protected AggregationType aggregationType
-
forceRestart
protected boolean forceRestart
-
-
Method Detail
-
setForceRestart
public void setForceRestart(boolean forceRestart)
-
setRecordType
public void setRecordType(String recordType)
-
setAggregationType
public void setAggregationType(AggregationType aggregationType)
-
-