Uses of Class
gov.bnl.star.offline.scheduler.policy.FileAssignment

Packages that use FileAssignment
gov.bnl.star.offline.scheduler.policy Contains all the policies being developed for the Scheduler. 
gov.bnl.star.offline.scheduler.policy.copyselector Contains all the copy selectors, that is the algorythms that select a copy of a file from the result of a query. 
 

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

Methods in gov.bnl.star.offline.scheduler.policy that return FileAssignment
 FileAssignment AssignmentStrategy.assignFiles(Request job, QueryResult[] results, CatalogQuery[] queries, java.util.List fileList)
          Executes the strategy, by assigning all the copies of the files and creating a FileAssignment.
 FileAssignment SelectorAssignmentStrategy.assignFiles(Request request, QueryResult[] results, CatalogQuery[] queries, java.util.List fileList)
           
 

Methods in gov.bnl.star.offline.scheduler.policy with parameters of type FileAssignment
 void FileAssignment.addAll(FileAssignment assignment)
          Adds an entire FileAssignment to the present.
 

Uses of FileAssignment in gov.bnl.star.offline.scheduler.policy.copyselector
 

Methods in gov.bnl.star.offline.scheduler.policy.copyselector with parameters of type FileAssignment
 int SingleCopySelector.selectCopy(QueryResult list, CatalogQuery query, FileAssignment assignment)
           
 int AllCopiesSelector.selectCopy(QueryResult list, CatalogQuery query, FileAssignment assignment)
           
 int XrootdMinMaxSingleCopySelector.selectCopy(QueryResult list, CatalogQuery query, FileAssignment assignment)
           
 int CopySelector.selectCopy(QueryResult list, CatalogQuery query, FileAssignment assignment)
          Selects the physical copies from the query result according to the parameters of the query, and puts them in the assignment.
 int MinMaxSingleCopySelector.selectCopy(QueryResult list, CatalogQuery query, FileAssignment assignment)
           
 int RootdMinMaxSingleCopySelector.selectCopy(QueryResult list, CatalogQuery query, FileAssignment assignment)
           
 



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