org.inria.myriads.snoozenode.configurator.scheduler
Class GroupLeaderSchedulerSettings

java.lang.Object
  extended by org.inria.myriads.snoozenode.configurator.scheduler.GroupLeaderSchedulerSettings

public final class GroupLeaderSchedulerSettings
extends Object

Group leader scheduler settings.

Author:
Eugen Feller

Constructor Summary
GroupLeaderSchedulerSettings()
           
 
Method Summary
 Assignment getAssignmentPolicy()
          Returns the local controller assignment policy.
 Dispatching getDispatchingPolicy()
          Returns the virtual cluster dispatch policy.
 void setAssignmentPolicy(Assignment assignmentPolicy)
          Sets the local controller assignment policy.
 void setDispatchingPolicy(Dispatching dispatchingPolicy)
          Sets the virtual cluster dispatching policy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupLeaderSchedulerSettings

public GroupLeaderSchedulerSettings()
Method Detail

setDispatchingPolicy

public void setDispatchingPolicy(Dispatching dispatchingPolicy)
Sets the virtual cluster dispatching policy.

Parameters:
dispatchingPolicy - The virtual cluster dispatching policy

getDispatchingPolicy

public Dispatching getDispatchingPolicy()
Returns the virtual cluster dispatch policy.

Returns:
The virtual cluster dispatch policy

getAssignmentPolicy

public Assignment getAssignmentPolicy()
Returns the local controller assignment policy.

Returns:
The local controller assignment policy

setAssignmentPolicy

public void setAssignmentPolicy(Assignment assignmentPolicy)
Sets the local controller assignment policy.

Parameters:
assignmentPolicy - The local controller assignment plicy


Copyright © 2012. All Rights Reserved.