public static interface ResultService.ResultHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
processResult(long fromTime,
long toTime,
Map<String,org.apache.commons.math3.stat.descriptive.DescriptiveStatistics> statsByEventName,
Map<String,Integer> failuresByEventName)
The callback of statistics for a given time window.
|
boolean processResult(long fromTime,
long toTime,
Map<String,org.apache.commons.math3.stat.descriptive.DescriptiveStatistics> statsByEventName,
Map<String,Integer> failuresByEventName)
throws Throwable
fromTime - the start of the time window (inclusive)toTime - the end of the time window (exclusive i.e. no result will have occured at this time)statsByEventName - statistics for the time window keyed by event namefailuresByEventName - the number of failures in the time window keyed by event nameall - exceptions will be handledThrowableCopyright © 2005–2018 Alfresco Software. All rights reserved.