| Package | Description |
|---|---|
| org.cloudbus.cloudsim | |
| org.cloudbus.cloudsim.core | |
| org.cloudbus.cloudsim.examples | |
| org.cloudbus.cloudsim.network.datacenter | |
| org.cloudbus.cloudsim.power | |
| org.workflowsim |
| Modifier and Type | Class and Description |
|---|---|
class |
Datacenter
Datacenter class is a CloudResource whose hostList are virtualized.
|
class |
DatacenterBroker
DatacentreBroker represents a broker acting on behalf of a user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudInformationService
A Cloud Information Service (CIS) is an entity that provides cloud resource registration,
indexing and discovery services.
|
class |
CloudSimShutdown
CloudimShutdown waits for termination of all CloudSim user entities to determine the end of
simulation.
|
| Modifier and Type | Method and Description |
|---|---|
static SimEntity |
CloudSim.getEntity(int id)
Get the entity with a given id.
|
static SimEntity |
CloudSim.getEntity(java.lang.String name)
Get the entity with a given name.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<SimEntity> |
CloudSim.getEntityList()
Returns a list of entities created for the simulation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CloudSim.addEntity(SimEntity e)
Add a new entity to the simulation.
|
protected static void |
CloudSim.addEntityDynamically(SimEntity e)
Internal method used to add a new entity to the simulation when the simulation is running.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudSimExample8.GlobalBroker |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateSwitch
This class allows to simulate aggregate switch for Datacenter network.
|
class |
EdgeSwitch
This class allows to simulate Edge switch for Datacenter network.
|
class |
NetDatacenterBroker
NetDatacentreBroker represents a broker acting on behalf of Datacenter provider.
|
class |
NetworkDatacenter
NetworkDatacenter class is a Datacenter whose hostList are virtualized and networked.
|
class |
RootSwitch
This class allows to simulate Root switch which connects Datacenter to external network.
|
class |
Switch |
| Modifier and Type | Class and Description |
|---|---|
class |
PowerDatacenter
PowerDatacenter is a class that enables simulation of power-aware data centers.
|
class |
PowerDatacenterBroker
A broker for the power package.
|
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 |
ClusteringEngine
ClusteringEngine is an optional component of WorkflowSim and it merges tasks
into jobs
|
class |
DatacenterExtended
DatacenterExtended extends Datacenter so as we can use CondorVM and other
components
|
class |
WorkflowEngine
WorkflowEngine represents a engine acting on behalf of a user.
|
class |
WorkflowPlanner
WorkflowPlanner supports dynamic planning.
|
class |
WorkflowScheduler
WorkflowScheduler represents a scheduler acting on behalf of a user.
|