Uses of Class
org.apache.uima.ducc.rm.scheduler.Machine

Packages that use Machine
org.apache.uima.ducc.rm.scheduler   
 

Uses of Machine in org.apache.uima.ducc.rm.scheduler
 

Methods in org.apache.uima.ducc.rm.scheduler that return Machine
 Machine Scheduler.getMachine(org.apache.uima.ducc.common.Node n)
           
 Machine Scheduler.getMachine(org.apache.uima.ducc.common.NodeIdentity ni)
           
 Machine ISchedulerMain.getMachine(org.apache.uima.ducc.common.NodeIdentity id)
           
 

Methods in org.apache.uima.ducc.rm.scheduler that return types with arguments of type Machine
 Map<Machine,Machine> RmJob.getMachines()
           
 Map<Machine,Machine> RmJob.getMachines()
           
 Map<Machine,Machine> IRmJob.getMachines()
           
 Map<Machine,Machine> IRmJob.getMachines()
           
 Map<Machine,Map<Share,Share>> RmJob.getSharesByMachine()
           
 Map<Machine,Map<Share,Share>> IRmJob.getSharesByMachine()
          For defrag, we want to know what machines a job is running on.
 

Constructors in org.apache.uima.ducc.rm.scheduler with parameters of type Machine
Share(org.apache.uima.ducc.common.utils.id.DuccId id, Machine machine, IRmJob job, int share_order)
          This constructor is used during recovery ONLY.
Share(Machine machine, IRmJob job, int share_order)
          Normal constructor.
 



Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.