hu.mta.sztaki.lpds.cloud.simulator.iaas.vmscheduling
Interface Scheduler.QueueingEvent

Enclosing class:
Scheduler

public static interface Scheduler.QueueingEvent

Implementing this interface allows the implementor to receive events from the scheduler about cases when it believes the infrastructure is not sufficient for its needs. Allows the collaboration between PM controllers and VM schedulers.

Author:
"Gabor Kecskemeti, Laboratory of Parallel and Distributed Systems, MTA SZTAKI (c) 2012"

Method Summary
 void queueingStarted()
          This function is called when the VM scheduler believes the infrastructure could be improved for better suiting its needs.
 

Method Detail

queueingStarted

void queueingStarted()
This function is called when the VM scheduler believes the infrastructure could be improved for better suiting its needs.



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