| Package | Description |
|---|---|
| org.cloudbus.cloudsim | |
| org.cloudbus.cloudsim.network.datacenter | |
| org.cloudbus.cloudsim.power | |
| org.workflowsim |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.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 java.util.Map<java.lang.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(java.util.Map<java.lang.Integer,DatacenterCharacteristics> datacenterCharacteristicsList)
Sets the datacenter characteristics list.
|
| Constructor and Description |
|---|
Datacenter(java.lang.String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
java.util.List<Storage> storageList,
double schedulingInterval)
Allocates a new PowerDatacenter object.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.Integer,DatacenterCharacteristics> |
NetDatacenterBroker.getDatacenterCharacteristicsList()
Gets the datacenter characteristics list.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NetDatacenterBroker.setDatacenterCharacteristicsList(java.util.Map<java.lang.Integer,DatacenterCharacteristics> datacenterCharacteristicsList)
Sets the datacenter characteristics list.
|
| Constructor and Description |
|---|
NetworkDatacenter(java.lang.String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
java.util.List<Storage> storageList,
double schedulingInterval)
Allocates a new NetworkDatacenter object.
|
| Constructor and Description |
|---|
PowerDatacenter(java.lang.String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
java.util.List<Storage> storageList,
double schedulingInterval)
Instantiates a new datacenter.
|
PowerDatacenterNonPowerAware(java.lang.String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
java.util.List<Storage> storageList,
double schedulingInterval)
Instantiates a new datacenter.
|
| Constructor and Description |
|---|
DatacenterExtended(java.lang.String name,
DatacenterCharacteristics characteristics,
VmAllocationPolicy vmAllocationPolicy,
java.util.List<Storage> storageList,
double schedulingInterval) |