GridSim 5.0 beta

Uses of Interface
gridsim.datagrid.storage.Storage

Packages that use Storage
gridsim.datagrid Classes that form the framework of DataGrid model in GridSim. 
gridsim.datagrid.storage Classes that form the structure of Storage elements of a DataGrid resource. 
 

Uses of Storage in gridsim.datagrid
 

Methods in gridsim.datagrid with parameters of type Storage
 boolean DataGridResource.addStorage(Storage storage)
          Adds a Storage element
abstract  boolean ReplicaManager.addStorage(Storage storage)
          Adds a storage element to the DataGrid resource
 boolean SimpleReplicaManager.addStorage(Storage storage)
          Adds a storage element to the DataGrid resource
 

Uses of Storage in gridsim.datagrid.storage
 

Classes in gridsim.datagrid.storage that implement Storage
 class HarddriveStorage
          An implementation of a storage system.
 class TapeStorage
          An implementation of a tape storage system.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009