Uses of Class
hu.mta.sztaki.lpds.cloud.simulator.notifications.StateDependentEventHandler

Packages that use StateDependentEventHandler
hu.mta.sztaki.lpds.cloud.simulator.iaas   
hu.mta.sztaki.lpds.cloud.simulator.iaas.resourcemodel   
hu.mta.sztaki.lpds.cloud.simulator.iaas.statenotifications   
hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling   
 

Uses of StateDependentEventHandler in hu.mta.sztaki.lpds.cloud.simulator.iaas
 

Fields in hu.mta.sztaki.lpds.cloud.simulator.iaas declared as StateDependentEventHandler
private  StateDependentEventHandler<VMManager.CapacityChangeEvent<PhysicalMachine>,List<PhysicalMachine>> IaaSService.capacityListenerManager
          event handler for capacity changes in terms of added/removed physical machines
private  StateDependentEventHandler<VMManager.CapacityChangeEvent<ResourceConstraints>,List<ResourceConstraints>> PhysicalMachine.increasingFreeCapacityListenerManager
          this notification handler is used to send out events when some of the PM's resources are getting available for others to use
private  StateDependentEventHandler<PhysicalMachine.StateChangeListener,org.apache.commons.lang3.tuple.Pair<PhysicalMachine.State,PhysicalMachine.State>> PhysicalMachine.stateListenerManager
          the manager of the PM's state change notifications.
private  StateDependentEventHandler<VirtualMachine.StateChange,org.apache.commons.lang3.tuple.Triple<VirtualMachine,VirtualMachine.State,VirtualMachine.State>> VirtualMachine.vmStateChangelistenerManager
          the local handler of VM state change events.
 

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
 



Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.