| Package | Description |
|---|---|
| org.cloudbus.cloudsim |
| Constructor and Description |
|---|
File(File file)
Copy constructor, i.e.
|
File(String fileName,
int fileSize)
Creates a new DataCloud file with a given size (in MBytes).
|
FileAttribute(String fileName,
int fileSize)
Allocates a new FileAttribute class.
|
HarddriveStorage(double capacity)
Creates a new harddrive storage with a given capacity.
|
HarddriveStorage(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(String name,
double capacity,
double bandwidth,
double networkLatency)
Creates a new SAN with a given capacity, latency, and bandwidth of the network connection.
|
Copyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.