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

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

public class RelocationSettings
extends Object

Relocation settings.

Author:
Eugen Feller

Constructor Summary
RelocationSettings()
           
 
Method Summary
 Relocation getOverloadPolicy()
          Returns the overload relocation policy.
 Relocation getUnderloadPolicy()
          Returns the virtual machine underload relocation policy.
 void setOverloadPolicy(Relocation overloadPolicy)
          Sets the overload relocation policy.
 void setUnderloadPolicy(Relocation underloadPolicy)
          Sets the underload relocation policy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelocationSettings

public RelocationSettings()
Method Detail

setOverloadPolicy

public void setOverloadPolicy(Relocation overloadPolicy)
Sets the overload relocation policy.

Parameters:
overloadPolicy - The overload relocation policy

setUnderloadPolicy

public void setUnderloadPolicy(Relocation underloadPolicy)
Sets the underload relocation policy.

Parameters:
underloadPolicy - The underload relocation policy

getOverloadPolicy

public Relocation getOverloadPolicy()
Returns the overload relocation policy.

Returns:
The overload relocation policy

getUnderloadPolicy

public Relocation getUnderloadPolicy()
Returns the virtual machine underload relocation policy.

Returns:
The virtual machine underload relocation policy


Copyright © 2012. All Rights Reserved.