Examples of DuccPerWorkItemStatistics


Examples of org.apache.uima.ducc.transport.event.common.DuccPerWorkItemStatistics

        workItemStateManager.ended(workItem.getSeqNo());
        driverStatusReport.countWorkItemsProcessingCompleted();
        workItem.getTimeWindow().setEnd(TimeStamp.getCurrentMillis());
        long time = workItem.getTimeWindow().getElapsedMillis();
        synchronizedStats.addValue(time);
        DuccPerWorkItemStatistics perWorkItemStatistics = new DuccPerWorkItemStatistics(
            synchronizedStats.getMax(),
            synchronizedStats.getMin(),
            synchronizedStats.getMean(),
            synchronizedStats.getStandardDeviation()
            );
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.