gov.bnl.star.offline.scheduler.policy
Class AssignmentStrategyFactory

java.lang.Object
  extended by gov.bnl.star.offline.scheduler.policy.AssignmentStrategyFactory

public class AssignmentStrategyFactory
extends java.lang.Object

Decides which strategy is to be used to assign the query results to the different targets (nodes or group of nodes).

Version:
$Revision: 1.8 $ $Date: 2006/11/21 00:41:32 $
Author:
Gabriele Carcassi & Pavel Jakl

Constructor Summary
AssignmentStrategyFactory()
           
 
Method Summary
static AssignmentStrategy createCopySelector()
          Decides which strategy is to be used to assign the query results to the different targets (nodes or group of nodes).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignmentStrategyFactory

public AssignmentStrategyFactory()
Method Detail

createCopySelector

public static AssignmentStrategy createCopySelector()
Decides which strategy is to be used to assign the query results to the different targets (nodes or group of nodes).

Returns:
the assignment strategy to use


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