|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VirtualMachine.EventSetup | |
|---|---|
| hu.mta.sztaki.lpds.cloud.simulator.iaas | |
| Uses of VirtualMachine.EventSetup in hu.mta.sztaki.lpds.cloud.simulator.iaas |
|---|
| Subclasses of VirtualMachine.EventSetup in hu.mta.sztaki.lpds.cloud.simulator.iaas | |
|---|---|
private static class |
VirtualMachine.StartupProcedure
Provides an implementation of the eventsetup class for the startup procedure which is modelled with a single taks that utilizes a single core of the VM for a specified amount of time (in ticks) |
| Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas declared as VirtualMachine.EventSetup | |
|---|---|
(package private) VirtualMachine.EventSetup |
VirtualMachine.InitialTransferEvent.esetup
the event to be fired after the transfer is complete |
private static VirtualMachine.EventSetup |
VirtualMachine.sdEvent
The operations to do on shutdown |
private static VirtualMachine.EventSetup |
VirtualMachine.susEvent
The operations to do on suspend |
private static VirtualMachine.EventSetup |
VirtualMachine.switchonEvent
The operations to do on switchon |
| Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas with parameters of type VirtualMachine.EventSetup | |
|---|---|
private void |
VirtualMachine.initialTransfer(Repository vasource,
Repository vatarget,
VirtualMachine.EventSetup es)
Ensures the transfer of the VM to the appropriate location. |
private void |
VirtualMachine.suspend(VirtualMachine.EventSetup ev)
Just like regular suspend but allows eventsetup hooks. |
| Constructors in hu.mta.sztaki.lpds.cloud.simulator.iaas with parameters of type VirtualMachine.EventSetup | |
|---|---|
VirtualMachine.InitialTransferEvent(Repository t,
VirtualMachine.EventSetup event,
String did)
Initiates the event handler object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||