Package | Description |
---|---|
org.cloudbus.cloudsim | |
org.cloudbus.cloudsim.network.datacenter | |
org.cloudbus.cloudsim.power |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,DatacenterCharacteristics> |
DatacenterBroker.datacenterCharacteristicsList
The datacenter characteristics list.
|
Modifier and Type | Method and Description |
---|---|
protected DatacenterCharacteristics |
Datacenter.getCharacteristics()
Gets the characteristics.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Integer,DatacenterCharacteristics> |
DatacenterBroker.getDatacenterCharacteristicsList()
Gets the datacenter characteristics list.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Datacenter.setCharacteristics(DatacenterCharacteristics characteristics)
Sets the characteristics.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DatacenterBroker.setDatacenterCharacteristicsList(Map<Integer,DatacenterCharacteristics> datacenterCharacteristicsList)
Sets the datacenter characteristics list.
|
Constructor and Description |
---|
Datacenter(String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
List<Storage> storageList,
double schedulingInterval)
Allocates a new PowerDatacenter object.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Integer,DatacenterCharacteristics> |
NetDatacenterBroker.getDatacenterCharacteristicsList()
Gets the datacenter characteristics list.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NetDatacenterBroker.setDatacenterCharacteristicsList(Map<Integer,DatacenterCharacteristics> datacenterCharacteristicsList)
Sets the datacenter characteristics list.
|
Constructor and Description |
---|
NetworkDatacenter(String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
List<Storage> storageList,
double schedulingInterval)
Allocates a new NetworkDatacenter object.
|
Constructor and Description |
---|
PowerDatacenter(String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
List<Storage> storageList,
double schedulingInterval)
Instantiates a new datacenter.
|
PowerDatacenterNonPowerAware(String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
List<Storage> storageList,
double schedulingInterval)
Instantiates a new datacenter.
|
Copyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.