public class AggregationStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
aggregatedRecordsNumber |
protected AggregationInfo |
aggregationInfo |
protected AggregationState |
aggregationState |
protected List<AggregationStateEvent> |
aggregationStateEvents |
protected String |
context |
protected Calendar |
lastUpdateTime |
protected int |
malformedRecordNumber |
protected int |
originalRecordsNumber |
protected float |
percentage |
protected AggregationStatus |
previous |
protected int |
recoveredRecordNumber |
protected UUID |
uuid |
| Modifier | Constructor and Description |
|---|---|
protected |
AggregationStatus() |
|
AggregationStatus(AggregationInfo aggregationInfo) |
|
AggregationStatus(AggregationStatus aggregationStatus) |
protected AggregationInfo aggregationInfo
protected UUID uuid
protected int originalRecordsNumber
protected int aggregatedRecordsNumber
protected int recoveredRecordNumber
protected int malformedRecordNumber
protected float percentage
protected String context
protected AggregationStatus previous
protected AggregationState aggregationState
protected Calendar lastUpdateTime
protected List<AggregationStateEvent> aggregationStateEvents
protected AggregationStatus()
public AggregationStatus(AggregationInfo aggregationInfo) throws Exception
Exceptionpublic AggregationStatus(AggregationStatus aggregationStatus) throws Exception
Exceptionpublic static AggregationStatus getLast(String recordType, AggregationType aggregationType, Date aggregationStartDate, Date aggregationEndDate) throws Exception
Exceptionpublic static List<AggregationStatus> getUnterminated(String recordType, AggregationType aggregationType, boolean forceEarlyAggregation) throws Exception
Exceptionpublic static AggregationStatus getAggregationStatus(String recordType, AggregationType aggregationType, Date aggregationStartDate) throws Exception
Exceptionpublic AggregationInfo getAggregationInfo()
public void setAggregationState(AggregationState aggregationState, Calendar startTime, boolean sync) throws Exception
Exceptionpublic void setRecordNumbers(int originalRecordsNumber,
int aggregatedRecordsNumber,
int malformedRecordNumber)
public UUID getUUID()
public void setUUID(UUID uuid)
public void setAggregation(AggregationInfo aggregation)
public int getOriginalRecordsNumber()
public int getAggregatedRecordsNumber()
public int getRecoveredRecordNumber()
public float getPercentage()
public AggregationState getAggregationState()
public void setAggregationState(AggregationState aggregationState)
public List<AggregationStateEvent> getAggregationStateEvents()
public String getContext()
public void setContext(String context)
public AggregationStatus getPrevious()
public int getMalformedRecordNumber()
public void setMalformedRecordNumber(int malformedRecordNumber)
public Calendar getLastUpdateTime()
public void setLastUpdateTime(Calendar lastUpdateTime)
Copyright © 2022. All Rights Reserved.