Class RecoveryManager

java.lang.Object
org.gcube.accounting.aggregator.elaboration.RecoveryManager

public class RecoveryManager extends Object
  • Field Details

    • aggregationStartDate

      protected final Date aggregationStartDate
    • aggregationEndDate

      protected final Date aggregationEndDate
    • recordType

      protected String recordType
    • aggregationType

      protected AggregationType aggregationType
    • forceRestart

      protected boolean forceRestart
  • Constructor Details

    • RecoveryManager

      public RecoveryManager(Date aggregationStartDate, Date aggregationEndDate)
  • Method Details

    • recovery

      public void recovery() throws Exception
      Throws:
      Exception
    • setForceRestart

      public void setForceRestart(boolean forceRestart)
    • setRecordType

      public void setRecordType(String recordType)
    • setAggregationType

      public void setAggregationType(AggregationType aggregationType)