Package com.taobao.zeus.schedule.hsf

Examples of com.taobao.zeus.schedule.hsf.CacheJobDescriptor


 
  public JobController(MasterContext context,Master master,String jobId){
    this.jobId=jobId;
    this.jobHistoryManager=context.getJobHistoryManager();
    groupManager=context.getGroupManager();
    this.cache=new CacheJobDescriptor(jobId,groupManager);
    this.master=master;
    this.context=context;
    registerEventTypes(Events.Initialize);
  }
View Full Code Here

TOP

Related Classes of com.taobao.zeus.schedule.hsf.CacheJobDescriptor

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.