Package com.taobao.top.analysis.node.job

Examples of com.taobao.top.analysis.node.job.Job.rebuild()


    protected void mergeAndExportJobs() {
        Iterator<Map.Entry<String, Job>> iter = jobs.entrySet().iterator();
        while(iter.hasNext()) {
          Job job = iter.next().getValue();
          if(job.getRebuildTag() == 2) {
              job.rebuild(0, null, this);
              continue;
          }
          if (!job.getJobTimeOut().get())
          {
            // 需要合并该job的task
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.