|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inria.myriads.snoozecommon.communication.localcontroller.hypervisor.MigrationSettings
public class MigrationSettings
Migration parameters.
Constructor Summary | |
---|---|
MigrationSettings()
Empty constructor. |
|
MigrationSettings(MigrationSettings migration)
Copy constructor. |
Method Summary | |
---|---|
MigrationMethod |
getMethod()
Returns the migration method. |
int |
getTimeout()
Returns the migration convergence timeout. |
void |
setMethod(MigrationMethod method)
Sets the migration method. |
void |
setTimeout(int timeout)
Migration convergence timeout. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrationSettings()
public MigrationSettings(MigrationSettings migration)
migration
- The migration parametersMethod Detail |
---|
public void setMethod(MigrationMethod method)
method
- The migration methodpublic MigrationMethod getMethod()
public void setTimeout(int timeout)
timeout
- The migration convergence timeoutpublic int getTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |