public class PowerDatacenterNonPowerAware extends PowerDatacenter
| Constructor and Description |
|---|
PowerDatacenterNonPowerAware(java.lang.String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
java.util.List<Storage> storageList,
double schedulingInterval)
Instantiates a new datacenter.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
updateCloudletProcessing()
Updates processing of each cloudlet running in this PowerDatacenter.
|
getCloudletSubmitted, getMigrationCount, getPower, incrementMigrationCount, isDisableMigrations, isInMigration, processCloudletSubmit, processVmMigrate, setCloudletSubmitted, setDisableMigrations, setMigrationCount, setPower, updateCloudetProcessingWithoutSchedulingFutureEvents, updateCloudetProcessingWithoutSchedulingFutureEventsForceaddFile, checkCloudletCompletion, contains, contains, getCharacteristics, getHostList, getLastProcessTime, getRegionalCisName, getSchedulingInterval, getStorageList, getVmAllocationPolicy, getVmList, predictFileTransferTime, processCloudlet, processCloudletCancel, processCloudletMove, processCloudletPause, processCloudletResume, processCloudletStatus, processDataAdd, processDataDelete, processEvent, processOtherEvent, processPingRequest, processVmCreate, processVmDestroy, registerOtherEntity, setCharacteristics, setLastProcessTime, setRegionalCisName, setSchedulingInterval, setStorageList, setVmAllocationPolicy, setVmList, shutdownEntity, startEntitycancelEvent, clone, getEventBuffer, getId, getName, getNextEvent, getNextEvent, getState, numEventsWaiting, numEventsWaiting, pause, run, schedule, schedule, schedule, schedule, scheduleFirst, scheduleFirst, scheduleFirst, scheduleFirst, scheduleFirstNow, scheduleFirstNow, scheduleFirstNow, scheduleFirstNow, scheduleNow, scheduleNow, scheduleNow, scheduleNow, selectEvent, send, send, send, send, sendNow, sendNow, sendNow, sendNow, setEventBuffer, setId, setState, waitForEventpublic PowerDatacenterNonPowerAware(java.lang.String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
java.util.List<Storage> storageList,
double schedulingInterval)
throws java.lang.Exception
name - the namecharacteristics - the res configschedulingInterval - the scheduling intervalutilizationBound - the utilization boundvmAllocationPolicy - the vm provisionerstorageList - the storage listjava.lang.Exception - the exceptionprotected void updateCloudletProcessing()
updateCloudletProcessing in class PowerDatacenter