public class XVM
extends org.simgrid.msg.VM
| Constructor and Description |
|---|
XVM(org.simgrid.msg.Host host,
java.lang.String name,
int nbCores,
int ramsize,
int netBW,
java.lang.String diskPath,
int diskSize,
int migNetBW,
int dpIntensity) |
| Modifier and Type | Method and Description |
|---|---|
Daemon |
getDaemon() |
int |
getLoad() |
void |
migrate(org.simgrid.msg.Host host) |
void |
setLoad(int load) |
void |
start() |
all, destroy, finalize, getCoreAmount, getVMByName, isCreated, isMigrating, isRunning, isSuspended, resume, setBound, shutdown, suspendcurrentHost, getAttachedStorage, getByName, getConsumedEnergy, getCoreNumber, getCount, getCurrentPowerPeak, getData, getMountedStorage, getName, getPowerPeakAt, getProperty, getPstate, getPstatesCount, getSpeed, hasData, isOn, off, on, setAsyncMailbox, setData, setProperty, setPstate, toString, updateAllEnergyConsumptionspublic XVM(org.simgrid.msg.Host host,
java.lang.String name,
int nbCores,
int ramsize,
int netBW,
java.lang.String diskPath,
int diskSize,
int migNetBW,
int dpIntensity)
public void setLoad(int load)
public void start()
start in class org.simgrid.msg.VMpublic Daemon getDaemon()
public int getLoad()
public void migrate(org.simgrid.msg.Host host)
throws org.simgrid.msg.HostFailureException
migrate in class org.simgrid.msg.VMorg.simgrid.msg.HostFailureException