|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.Scheduler
hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.FirstFitScheduler
public class FirstFitScheduler
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.Scheduler |
---|
Scheduler.QueueingEvent |
Field Summary | |
---|---|
(package private) PhysicalMachine.ResourceAllocation[] |
ras
|
Fields inherited from class hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.Scheduler |
---|
freeCapacity, parent, pmComparator, pmstateChanged, queue, totalQueued |
Constructor Summary | |
---|---|
FirstFitScheduler(IaaSService parent)
|
Method Summary | |
---|---|
protected void |
scheduleQueued()
|
Methods inherited from class hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling.Scheduler |
---|
getQueueLength, getTotalQueued, manageQueueRemoval, manageQueueRemoval, notifyListeners, scheduleVMrequest, subscribeQueueingEvents, unsubscribeQueueingEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
PhysicalMachine.ResourceAllocation[] ras
Constructor Detail |
---|
public FirstFitScheduler(IaaSService parent)
Method Detail |
---|
protected void scheduleQueued()
scheduleQueued
in class Scheduler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |