Examples of StepMetrics


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
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.