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

Packages that use PhysicalFile
gov.bnl.star.offline.scheduler.catalog Contains all the classes to execute the file catalog queries on various file catalog implementations. 
gov.bnl.star.offline.scheduler.dataset Contains class for collecting and manipulating large datasets. 
gov.bnl.star.offline.scheduler.Dispatchers.boss Allows the scheduler to dispatch jobs to the BOSS batch system. 
gov.bnl.star.offline.scheduler.Dispatchers.lsf Contains all the classes that enable the scheduler to dispatch jobs to LSF. 
gov.bnl.star.offline.scheduler.Dispatchers.pbs Holds dispatcher for PDS batchsystem. 
gov.bnl.star.offline.scheduler.policy Contains all the policies being developed for the Scheduler. 
 

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

Methods in gov.bnl.star.offline.scheduler.catalog with parameters of type PhysicalFile
 boolean QueryResult.add(java.lang.Object logicalName, PhysicalFile file)
          Deprecated.  
 

Uses of PhysicalFile in gov.bnl.star.offline.scheduler.dataset
 

Methods in gov.bnl.star.offline.scheduler.dataset that return PhysicalFile
 PhysicalFile EntryParser.entryToPhysicalFile(java.lang.String entry)
          converts an entry string to a PhysicalFile string
 

Uses of PhysicalFile in gov.bnl.star.offline.scheduler.Dispatchers.boss
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.boss with parameters of type PhysicalFile
protected  java.lang.String BOSSResourceStrategy.resourceRequired(PhysicalFile file)
          Determines which resource the job might need to access the file.
 

Uses of PhysicalFile in gov.bnl.star.offline.scheduler.Dispatchers.lsf
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.lsf with parameters of type PhysicalFile
protected  java.lang.String LSFResourceStrategy.resourceRequired(PhysicalFile file)
          Determines which resource the job might need to access the file.
 

Uses of PhysicalFile in gov.bnl.star.offline.scheduler.Dispatchers.pbs
 

Methods in gov.bnl.star.offline.scheduler.Dispatchers.pbs with parameters of type PhysicalFile
protected  java.lang.String PBSResourceStrategy.resourceRequired(PhysicalFile file)
          Determines which resource the job might need to access the file.
 

Uses of PhysicalFile in gov.bnl.star.offline.scheduler.policy
 

Methods in gov.bnl.star.offline.scheduler.policy with parameters of type PhysicalFile
 void FileAssignment.add(Location location, PhysicalFile file)
          Assigns the file to the location.
 void FileAssignment.add(PhysicalFile file)
          Adds the file to the assignment, the host is used as location
static Location Location.getLocation(PhysicalFile file)
           
 void FileAssignment.remove(Location location, PhysicalFile file)
          Removes the file from the location.
 



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