Package org.jberet.runtime.metric

Examples of org.jberet.runtime.metric.StepMetrics


        } catch (CloneNotSupportedException e) {
            BatchLogger.LOGGER.failToClone(e, this, "", stepName);
        }
        result.partitionId = 0;     //overwrite the default -1 to indicate it's for a partition
        result.partitionExecutions = null;
        result.stepMetrics = new StepMetrics();
        return result;
    }
View Full Code Here

TOP

Related Classes of org.jberet.runtime.metric.StepMetrics

Copyright © 2018 www.massapicom. 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.