public class Elaborator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AGGREGATED_SUFFIX |
protected AggregationStatus |
aggregationStatus |
static String |
ORIGINAL_SUFFIX |
| Constructor and Description |
|---|
Elaborator(AggregationStatus aggregationStatus) |
| Modifier and Type | Method and Description |
|---|---|
void |
elaborate(boolean forceEarlyAggregation,
boolean forceRerun,
boolean forceRestart) |
protected File |
getAggregatedRecordsBackupFile(File originalRecordsbackupFile) |
protected File |
getOriginalRecordsBackupFile(File elaborationDirectory,
String name) |
boolean |
isAggregationAllowed() |
public static final String ORIGINAL_SUFFIX
public static final String AGGREGATED_SUFFIX
protected AggregationStatus aggregationStatus
public Elaborator(AggregationStatus aggregationStatus) throws Exception
Exceptionpublic boolean isAggregationAllowed()
public void elaborate(boolean forceEarlyAggregation,
boolean forceRerun,
boolean forceRestart)
throws Exception
Exceptionprotected File getOriginalRecordsBackupFile(File elaborationDirectory, String name) throws Exception
ExceptionCopyright © 2022. All Rights Reserved.