Uses of Class
org.quartz.locality.constraint.NodeGroupConstraint

Packages that use NodeGroupConstraint
org.quartz.locality.constraint   
org.quartz.locality.constraint.evaluator   
 

Uses of NodeGroupConstraint in org.quartz.locality.constraint
 

Methods in org.quartz.locality.constraint that return NodeGroupConstraint
static NodeGroupConstraint NodeGroupConstraint.partOfNodeGroup(String targetNodeGroup)
          Creates a NodeGroupConstraint that specifies the node group on which the Job has to be executed
 

Uses of NodeGroupConstraint in org.quartz.locality.constraint.evaluator
 

Methods in org.quartz.locality.constraint.evaluator with parameters of type NodeGroupConstraint
 boolean NodeGroupEvaluator.matches(NodeGroupConstraint constraint)
          Evaluates the constraint against local node.
 List<String> NodeGroupEvaluator.suitedNodes(NodeGroupConstraint constraint)
          Returns a list of best suited node (instanceId) based on the constraint
 void NodeGroupEvaluator.verify(NodeGroupConstraint constraint)
          Verifies that the node group actually exists in the current configuration
 



Copyright 2001-2013, Terracotta, Inc.