|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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
|
private StateDependentEventHandler<VMManager.CapacityChangeEvent<ResourceConstraints>,List<ResourceConstraints>> |
PhysicalMachine.increasingFreeCapacityListenerManager
|
private StateDependentEventHandler<PhysicalMachine.StateChangeListener,org.apache.commons.lang3.tuple.Pair<PhysicalMachine.State,PhysicalMachine.State>> |
PhysicalMachine.stateListenerManager
|
private StateDependentEventHandler<VirtualMachine.StateChange,org.apache.commons.lang3.tuple.Triple<VirtualMachine,VirtualMachine.State,VirtualMachine.State>> |
VirtualMachine.vmStateChangelistenerManager
|
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
|
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()
|
static StateDependentEventHandler<PowerBehaviorChangeListener,org.apache.commons.lang3.tuple.Pair<ResourceSpreader,PowerState>> |
PowerStateChangeNotificationHandler.getHandlerInstance()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |