|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EBSchedulingHeuristic | |
---|---|
org.ourgrid.mygrid.scheduler | |
org.ourgrid.mygrid.scheduler.event |
Uses of EBSchedulingHeuristic in org.ourgrid.mygrid.scheduler |
---|
Classes in org.ourgrid.mygrid.scheduler that implement EBSchedulingHeuristic | |
---|---|
class |
FakeSchedulingHeuristic
|
class |
StorageAffinity
The StorageAffinity is a scheduling heuristic that uses the affinity between a GridMachine and a Task to schedule. |
class |
Workqueue
The Workqueue with Replication scheduler. It picks tasks from the bag-of-tasks and assigns them to machines in a random way. |
Methods in org.ourgrid.mygrid.scheduler that return EBSchedulingHeuristic | |
---|---|
protected EBSchedulingHeuristic |
SchedulerEventEngine.createSchedulingHeuristic()
|
EBSchedulingHeuristic |
SchedulerEventEngine.getHeuristic()
Returns the EBSchedulingHeuristic . |
EBSchedulingHeuristic |
EBSchedulingHeuristicFactory.getHeuristic(java.lang.String heuristic,
JobManager jobManager,
GridManager ebGridManager,
EBReplicaExecutorFacade ebReplicaExecutorFacade)
Obtains a scheduling heuristic according to the parameters. |
Methods in org.ourgrid.mygrid.scheduler with parameters of type EBSchedulingHeuristic | |
---|---|
protected boolean |
SchedulerEventEngine.schedule(EBSchedulingHeuristic schedulingHeuristic)
|
protected boolean |
FakeSchedulerEventEngine.schedule(EBSchedulingHeuristic schedulingHeuristic)
|
Uses of EBSchedulingHeuristic in org.ourgrid.mygrid.scheduler.event |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |