Class Persist
- java.lang.Object
-
- org.gcube.accounting.aggregator.persist.Persist
-
public class Persist extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description protected FileaggregateRecordsBackupFileprotected AggregationStatusaggregationStatusprotected static org.slf4j.Loggerloggerprotected FileoriginalRecordsbackupFileprotected StringrecordType
-
Constructor Summary
Constructors Constructor Description Persist(AggregationStatus aggregationStatus, File originalRecordsbackupFile, File aggregateRecordsBackupFile, String recordType)
-
-
-
Field Detail
-
logger
protected static org.slf4j.Logger logger
-
aggregationStatus
protected final AggregationStatus aggregationStatus
-
originalRecordsbackupFile
protected final File originalRecordsbackupFile
-
aggregateRecordsBackupFile
protected final File aggregateRecordsBackupFile
-
recordType
protected final String recordType
-
-
Constructor Detail
-
Persist
public Persist(AggregationStatus aggregationStatus, File originalRecordsbackupFile, File aggregateRecordsBackupFile, String recordType)
-
-