|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRmJob | |
|---|---|
| org.apache.uima.ducc.rm.scheduler | |
| Uses of IRmJob in org.apache.uima.ducc.rm.scheduler |
|---|
| Classes in org.apache.uima.ducc.rm.scheduler that implement IRmJob | |
|---|---|
class |
RmJob
|
| Methods in org.apache.uima.ducc.rm.scheduler that return IRmJob | |
|---|---|
IRmJob |
Share.getJob()
|
IRmJob |
Scheduler.getJob(org.apache.uima.ducc.common.utils.id.DuccId id)
|
IRmJob |
ISchedulerMain.getJob(org.apache.uima.ducc.common.utils.id.DuccId id)
|
| Methods in org.apache.uima.ducc.rm.scheduler that return types with arguments of type IRmJob | |
|---|---|
Map<org.apache.uima.ducc.common.utils.id.DuccId,IRmJob> |
JobManagerUpdate.getAllJobs()
|
| Methods in org.apache.uima.ducc.rm.scheduler with parameters of type IRmJob | |
|---|---|
void |
JobManagerUpdate.addRefusal(IRmJob job)
|
void |
JobManagerUpdate.addShares(IRmJob job,
HashMap<Share,Share> shares)
|
protected boolean |
NodepoolScheduler.jobInClass(ArrayList<ResourceClass> rcs,
IRmJob j)
Is the job submitted to one of these classes? |
void |
Scheduler.processRecovery(IRmJob j)
Make this public for log following. |
void |
JobManagerUpdate.removeShares(IRmJob job,
HashMap<Share,Share> shares)
|
void |
Scheduler.signalCompletion(IRmJob job,
Share share)
Callback from job manager when a specific share exits but the job is still alive. |
void |
ISchedulerMain.signalCompletion(IRmJob job,
Share share)
|
void |
Scheduler.signalInitialized(IRmJob job)
|
void |
ISchedulerMain.signalInitialized(IRmJob id)
|
void |
Scheduler.signalNewWork(IRmJob job)
Callback from job manager, need shares for a new fair-share job. |
void |
ISchedulerMain.signalNewWork(IRmJob j)
|
void |
Scheduler.signalRecovery(IRmJob job)
|
void |
ISchedulerMain.signalRecovery(IRmJob j)
|
| Method parameters in org.apache.uima.ducc.rm.scheduler with type arguments of type IRmJob | |
|---|---|
void |
JobManagerUpdate.setAllJobs(HashMap<org.apache.uima.ducc.common.utils.id.DuccId,IRmJob> jobs)
|
| Constructors in org.apache.uima.ducc.rm.scheduler with parameters of type IRmJob | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||