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

public class Elaborator extends Object
Author:
Luca Frosini (ISTI - CNR)
  • Field Details

  • Constructor Details

  • Method Details

    • isAggregationAllowed

      public boolean isAggregationAllowed()
    • elaborate

      public void elaborate(boolean forceEarlyAggregation, boolean forceRerun, boolean forceRestart, boolean skipAggregation) throws Exception
      Throws:
      Exception
    • getOriginalRecordsBackupFile

      public static File getOriginalRecordsBackupFile(File elaborationDirectory, AggregationInfo aggregationInfo)
    • getOriginalRecordsBackupFile

      protected File getOriginalRecordsBackupFile(File elaborationDirectory, String name) throws Exception
      Throws:
      Exception
    • getAggregatedRecordsBackupFile

      protected File getAggregatedRecordsBackupFile(File originalRecordsbackupFile) throws Exception
      Throws:
      Exception