| Package | Description |
|---|---|
| org.cloudbus.cloudsim | |
| org.cloudbus.cloudsim.examples.power | |
| org.cloudbus.cloudsim.network.datacenter | |
| org.cloudbus.cloudsim.power | |
| org.workflowsim |
| Modifier and Type | Method and Description |
|---|---|
Datacenter |
Host.getDatacenter()
Gets the data center.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Host.setDatacenter(Datacenter datacenter)
Sets the data center.
|
| Modifier and Type | Method and Description |
|---|---|
static Datacenter |
Helper.createDatacenter(java.lang.String name,
java.lang.Class<? extends Datacenter> datacenterClass,
java.util.List<PowerHost> hostList,
VmAllocationPolicy vmAllocationPolicy)
Creates the datacenter.
|
| Modifier and Type | Method and Description |
|---|---|
static Datacenter |
Helper.createDatacenter(java.lang.String name,
java.lang.Class<? extends Datacenter> datacenterClass,
java.util.List<PowerHost> hostList,
VmAllocationPolicy vmAllocationPolicy)
Creates the datacenter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkDatacenter
NetworkDatacenter class is a Datacenter whose hostList are virtualized and networked.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PowerDatacenter
PowerDatacenter is a class that enables simulation of power-aware data centers.
|
class |
PowerDatacenterNonPowerAware
PowerDatacenterNonPowerAware is a class that represents a non-power aware data center in the
context of power-aware simulations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatacenterExtended
DatacenterExtended extends Datacenter so as we can use CondorVM and other
components
|