| Package | Description |
|---|---|
| org.cloudbus.cloudsim | |
| org.cloudbus.cloudsim.network.datacenter | |
| org.cloudbus.cloudsim.power | |
| org.cloudbus.cloudsim.provisioners |
| Modifier and Type | Method and Description |
|---|---|
BwProvisioner |
Host.getBwProvisioner()
Gets the bw provisioner.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Host.setBwProvisioner(BwProvisioner bwProvisioner)
Sets the bw provisioner.
|
| Constructor and Description |
|---|
Host(int id,
RamProvisioner ramProvisioner,
BwProvisioner bwProvisioner,
long storage,
java.util.List<? extends Pe> peList,
VmScheduler vmScheduler)
Instantiates a new host.
|
HostDynamicWorkload(int id,
RamProvisioner ramProvisioner,
BwProvisioner bwProvisioner,
long storage,
java.util.List<? extends Pe> peList,
VmScheduler vmScheduler)
Instantiates a new host.
|
| Constructor and Description |
|---|
NetworkHost(int id,
RamProvisioner ramProvisioner,
BwProvisioner bwProvisioner,
long storage,
java.util.List<? extends Pe> peList,
VmScheduler vmScheduler) |
| Constructor and Description |
|---|
PowerHost(int id,
RamProvisioner ramProvisioner,
BwProvisioner bwProvisioner,
long storage,
java.util.List<? extends Pe> peList,
VmScheduler vmScheduler,
PowerModel powerModel)
Instantiates a new host.
|
PowerHostUtilizationHistory(int id,
RamProvisioner ramProvisioner,
BwProvisioner bwProvisioner,
long storage,
java.util.List<? extends Pe> peList,
VmScheduler vmScheduler,
PowerModel powerModel)
Instantiates a new power host utilization history.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BwProvisionerSimple
BwProvisionerSimple is a class that implements a simple best effort allocation policy: if there
is bw available to request, it allocates; otherwise, it fails.
|