Uses of Class
gov.bnl.star.offline.scheduler.catalog.FileCatalog

Packages that use FileCatalog
gov.bnl.star.offline.scheduler Core classes and interfaces that provide the skeleton components for scheduler. 
gov.bnl.star.offline.scheduler.catalog Contains all the classes to execute the file catalog queries on various file catalog implementations. 
 

Uses of FileCatalog in gov.bnl.star.offline.scheduler
 

Methods in gov.bnl.star.offline.scheduler that return FileCatalog
 FileCatalog ComponentLibrary.getDefaultFileCatalog()
           
 

Uses of FileCatalog in gov.bnl.star.offline.scheduler.catalog
 

Subclasses of FileCatalog in gov.bnl.star.offline.scheduler.catalog
 class StarCatalog
          Deprecated. please see gov.bnl.star.offline.scheduler.dataset.* for replacements. This class is able to execute file catalog queries on the STAR file catalog implementation.
 

Methods in gov.bnl.star.offline.scheduler.catalog that return FileCatalog
static FileCatalog FileCatalog.getCatalog()
          Deprecated. Gets the default file catalog Class.
 

Methods in gov.bnl.star.offline.scheduler.catalog with parameters of type FileCatalog
 QueryResult AllFilesStrategy.resolveQuery(FileCatalog catalog, CatalogQuery query)
          Deprecated.  
 QueryResult StopWhenSatisfiedStrategy.resolveQuery(FileCatalog catalog, CatalogQuery query)
          Deprecated.  
 QueryResult StartLimitStrategy.resolveQuery(FileCatalog catalog, CatalogQuery query)
          Deprecated.  
 QueryResult QueryStrategy.resolveQuery(FileCatalog catalog, CatalogQuery query)
          Deprecated.  
 



Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.