| Package | Description |
|---|---|
| org.cloudbus.cloudsim | |
| org.workflowsim |
| Constructor and Description |
|---|
File(File file)
Copy constructor, i.e.
|
File(java.lang.String fileName,
int fileSize)
Creates a new DataCloud file with a given size (in MBytes).
|
FileAttribute(java.lang.String fileName,
int fileSize)
Allocates a new FileAttribute class.
|
HarddriveStorage(double capacity)
Creates a new harddrive storage with a given capacity.
|
HarddriveStorage(java.lang.String name,
double capacity)
Creates a new harddrive storage with a given name and capacity.
|
SanStorage(double capacity,
double bandwidth,
double networkLatency)
Creates a new SAN with a given capacity, latency, and bandwidth of the network connection.
|
SanStorage(java.lang.String name,
double capacity,
double bandwidth,
double networkLatency)
Creates a new SAN with a given capacity, latency, and bandwidth of the network connection.
|
| Constructor and Description |
|---|
ClusterStorage(java.lang.String name,
double capacity)
Initialize a ClusterStorage
|