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, suspend
currentHost, getAttachedStorage, getByName, getConsumedEnergy, getCoreNumber, getCount, getCurrentPowerPeak, getData, getMountedStorage, getName, getPowerPeakAt, getProperty, getPstate, getPstatesCount, getSpeed, hasData, isOn, off, on, setAsyncMailbox, setData, setProperty, setPstate, toString, updateAllEnergyConsumptions
public 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.VM
public Daemon getDaemon()
public int getLoad()
public void migrate(org.simgrid.msg.Host host) throws org.simgrid.msg.HostFailureException
migrate
in class org.simgrid.msg.VM
org.simgrid.msg.HostFailureException