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

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

Uses of CpuConstraint in org.quartz.locality.constraint
 

Methods in org.quartz.locality.constraint that return CpuConstraint
static CpuConstraint CpuConstraint.coresAtLeast(int amount)
          Creates a constraint that requires the node to have a least an amount of core
static CpuConstraint CpuConstraint.loadAtMost(double amount)
          Creates a constraint that requires the node to have at most a certain load
static CpuConstraint CpuConstraint.threadsAvailableAtLeast(int amount)
          Creates a constraint that requires the node to have a least an amount of threads available
 

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

Methods in org.quartz.locality.constraint.evaluator with parameters of type CpuConstraint
 boolean CpuEvaluator.matches(CpuConstraint constraint)
           
 List<String> CpuEvaluator.suitedNodes(CpuConstraint constraint)
           
 void CpuEvaluator.verify(CpuConstraint constraint)
           
 



Copyright 2001-2013, Terracotta, Inc.