GridSim 5.0 beta

Uses of Class
gridsim.datagrid.FileAttribute

Packages that use FileAttribute
gridsim.datagrid Classes that form the framework of DataGrid model in GridSim. 
gridsim.datagrid.filter Classes that form the selection of File attributes in the Replica Catalogue. 
gridsim.datagrid.index Classes that form the structure of multiple regional Data GIS and Replica Catalogue entities. 
 

Uses of FileAttribute in gridsim.datagrid
 

Methods in gridsim.datagrid that return FileAttribute
 FileAttribute File.getFileAttribute()
          Gets an attribute of this file
 FileAttribute DataGridUser.getFileAttribute(String lfn)
          Gets an attribute file for a given logical file name (lfn)
 

Methods in gridsim.datagrid with parameters of type FileAttribute
 boolean FileAttribute.copyValue(FileAttribute attr)
          Copy the values of this object into another FileAttribute class
 

Uses of FileAttribute in gridsim.datagrid.filter
 

Methods in gridsim.datagrid.filter with parameters of type FileAttribute
 boolean FileNameFilter.match(FileAttribute attr)
          For each file in the Replica Catalogue list, check whether it contains a FileAttribute object with a matching file name
abstract  boolean Filter.match(FileAttribute attr)
          For each file in the Replica Catalogue list, check whether it contains a FileAttribute object with the given matching attribute(s)
 

Uses of FileAttribute in gridsim.datagrid.index
 

Methods in gridsim.datagrid.index with parameters of type FileAttribute
abstract  boolean AbstractRC.registerOriginalFile(FileAttribute fAttr, int id)
          Register a file which is already stored in a resource before the start of simulation
 boolean RegionalRC.registerOriginalFile(FileAttribute fAttr, int sourceID)
          Register a file which is already stored in a resource before the start of simulation
 boolean TopRegionalRC.registerOriginalFile(FileAttribute fAttr, int sourceID)
          Register a file which is already stored in a resource before the start of simulation.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009