public class RecoveryManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
aggregationEndDate |
protected Date |
aggregationStartDate |
protected AggregationType |
aggregationType |
protected boolean |
forceRestart |
protected String |
recordType |
| Constructor and Description |
|---|
RecoveryManager(Date aggregationStartDate,
Date aggregationEndDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
recovery() |
void |
setAggregationType(AggregationType aggregationType) |
void |
setForceRestart(boolean forceRestart) |
void |
setRecordType(String recordType) |
protected final Date aggregationStartDate
protected final Date aggregationEndDate
protected String recordType
protected AggregationType aggregationType
protected boolean forceRestart
public void setForceRestart(boolean forceRestart)
public void setRecordType(String recordType)
public void setAggregationType(AggregationType aggregationType)
Copyright © 2022. All Rights Reserved.