| Package | Description |
|---|---|
| org.apache.uima.ducc.rm.scheduler |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Share(org.apache.uima.ducc.common.utils.id.DuccId id,
Machine machine,
org.apache.uima.ducc.common.utils.id.DuccId jobid,
int share_order)
UIMA-4142
This constructor is for a blacklisted share.
|
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–2015 The Apache Software Foundation. All rights reserved.