| Modifier and Type | Field and Description |
|---|---|
protected AggregationType |
AggregationInfo.aggregationType |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
AggregationInfo.getAggregationType() |
static AggregationType |
AggregationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationType[] |
AggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AggregationInfo(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
| Modifier and Type | Method and Description |
|---|---|
D |
DirectoryStructure.getTargetFolder(AggregationType aggregationType,
Date aggregationStartDate) |
| Modifier and Type | Field and Description |
|---|---|
protected AggregationType |
AggregatorManager.aggregationType |
protected AggregationType |
RecoveryManager.aggregationType |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryManager.setAggregationType(AggregationType aggregationType) |
| Constructor and Description |
|---|
AggregatorManager(AggregationType aggregationType,
boolean restartFromLastAggregationDate,
Date aggregationStartDate,
Date aggregationEndDate) |
| Modifier and Type | Method and Description |
|---|---|
AggregationStatus |
PostgreSQLConnector.getAggregationStatus(String recordType,
AggregationType aggregationType,
Date aggregationStartDate) |
AggregationStatus |
PostgreSQLConnector.getLast(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
List<AggregationStatus> |
PostgreSQLConnector.getUnterminated(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate,
boolean forceRestart) |
| Modifier and Type | Method and Description |
|---|---|
static AggregationStatus |
AggregationStatus.getAggregationStatus(String recordType,
AggregationType aggregationType,
Date aggregationStartDate) |
static AggregationStatus |
AggregationStatus.getLast(String recordType,
AggregationType aggregationType,
Date aggregationStartDate,
Date aggregationEndDate) |
static List<AggregationStatus> |
AggregationStatus.getUnterminated(String recordType,
AggregationType aggregationType,
boolean forceEarlyAggregation) |
| Modifier and Type | Method and Description |
|---|---|
static Calendar |
Utility.getEndCalendarFromStartCalendar(AggregationType aggregationType,
Calendar aggregationStartCalendar,
int offset) |
static Date |
Utility.getEndDateFromStartDate(AggregationType aggregationType,
Date aggregationStartDate,
int offset) |
static Date |
Utility.sanitizeDate(AggregationType aggregationType,
Date date) |
Copyright © 2022. All Rights Reserved.