Examples of JobPerformanceSummaryJsonGz


Examples of org.apache.uima.ducc.common.jd.files.JobPerformanceSummaryJsonGz

  }
 
  protected void init(String dirname) {
    this.filename = IOHelper.marryDir2File(dirname,job_performance_summary_ser);
    this.summaryMap = new PerformanceMetricsSummaryMap();
    this.jsonGz = new JobPerformanceSummaryJsonGz(dirname);
  }
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.