|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IaaSService in hu.mta.sztaki.lpds.cloud.simulator.energy.specialized |
---|
Fields in hu.mta.sztaki.lpds.cloud.simulator.energy.specialized declared as IaaSService | |
---|---|
private IaaSService |
IaaSEnergyMeter.observed
The IaaSService to be observed with this meter |
Methods in hu.mta.sztaki.lpds.cloud.simulator.energy.specialized that return IaaSService | |
---|---|
IaaSService |
IaaSEnergyMeter.getObserved()
Allows to determine what is the |
Constructors in hu.mta.sztaki.lpds.cloud.simulator.energy.specialized with parameters of type IaaSService | |
---|---|
IaaSEnergyMeter(IaaSService iaas)
Allows the construction of a new metering object building on top of the generic aggregated energy meter concept |
Uses of IaaSService in hu.mta.sztaki.lpds.cloud.simulator.iaas |
---|
Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas with parameters of type IaaSService | |
---|---|
void |
IaaSService.migrateVM(VirtualMachine vm,
IaaSService target)
Not implemented! Will allow migrating VMs across IaaSServices. |
Uses of IaaSService in hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling |
---|
Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling declared as IaaSService | |
---|---|
protected IaaSService |
PhysicalMachineController.parent
The Infrastructure service that will have the physical machines to be controlled and overseen by the particular implementations of this class |
Constructors in hu.mta.sztaki.lpds.cloud.simulator.iaas.pmscheduling with parameters of type IaaSService | |
---|---|
AlwaysOnMachines(IaaSService parent)
Constructs the scheduler and passes the parent IaaSService to the superclass. |
|
MultiPMController(IaaSService parent)
Constructs the scheduler and passes the parent IaaSService to the superclass. |
|
PhysicalMachineController(IaaSService parent)
The main constructor which initiates the class and manages the subscriptions to the necessary basic events |
|
SchedulingDependentMachines(IaaSService parent)
Constructs the scheduler and passes the parent IaaSService to the superclass. |
Uses of IaaSService in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling |
---|
Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling declared as IaaSService | |
---|---|
protected IaaSService |
Scheduler.parent
The IaaS for which this VM scheduler manages the VM requests. |
Constructors in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling with parameters of type IaaSService | |
---|---|
FirstFitScheduler(IaaSService parent)
the constructor of the scheduler that passes on the parent IaaS service and initiates the basic PM iterator for this scheduler which will |
|
NonQueueingScheduler(IaaSService parent)
Passes the IaaSService further to its super class. |
|
RandomScheduler(IaaSService parent)
Passes the IaaSService further to its super class. |
|
RoundRobinScheduler(IaaSService parent)
Passes the IaaSService further to its super class. |
|
Scheduler(IaaSService parent)
The main constructor of all schedulers. |
|
SmallestFirstScheduler(IaaSService parent)
Passes the IaaSService further to its super class. |
Uses of IaaSService in hu.mta.sztaki.lpds.cloud.simulator.util |
---|
Methods in hu.mta.sztaki.lpds.cloud.simulator.util that return IaaSService | |
---|---|
static IaaSService |
CloudLoader.loadNodes(String fileName)
Offers the IaaSService creator functionality by defining the sax parser for the XML cloud configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |