|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StateDependentEventHandler in hu.mta.sztaki.lpds.cloud.simulator.iaas |
---|
Uses of StateDependentEventHandler in hu.mta.sztaki.lpds.cloud.simulator.iaas.resourcemodel |
---|
Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas.resourcemodel declared as StateDependentEventHandler | |
---|---|
private StateDependentEventHandler<PowerBehaviorChangeListener,org.apache.commons.lang3.tuple.Pair<ResourceSpreader,PowerState>> |
ResourceSpreader.powerBehaviorListenerManager
This is the notification handler object that belongs to this particular resource spreader. |
Uses of StateDependentEventHandler in hu.mta.sztaki.lpds.cloud.simulator.iaas.statenotifications |
---|
Methods in hu.mta.sztaki.lpds.cloud.simulator.iaas.statenotifications that return StateDependentEventHandler | |
---|---|
static StateDependentEventHandler<VirtualMachine.StateChange,org.apache.commons.lang3.tuple.Triple<VirtualMachine,VirtualMachine.State,VirtualMachine.State>> |
VMStateChangeNotificationHandler.getHandlerInstance()
gets the event handler that will manage the subscriptions for the particular VM object that asked for the handler. |
static StateDependentEventHandler<PowerBehaviorChangeListener,org.apache.commons.lang3.tuple.Pair<ResourceSpreader,PowerState>> |
PowerStateChangeNotificationHandler.getHandlerInstance()
gets the event handler that will manage the notification subscriptions for the particular resource spreader object that asked for the handler. |
Uses of StateDependentEventHandler in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling |
---|
Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling declared as StateDependentEventHandler | |
---|---|
private StateDependentEventHandler<Scheduler.QueueingEvent,Integer> |
Scheduler.queueListenerManager
the manager of those objects who shown interest in receiving queuing related event notifications |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |