Uses of Package org.quartz.locality.constraint (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Package
org.quartz.locality.constraint

Packages that use org.quartz.locality.constraint
org.quartz.locality   
org.quartz.locality.constraint   
org.quartz.locality.constraint.evaluator   
org.terracotta.modules.ehcache.store   
 

Classes in org.quartz.locality.constraint used by org.quartz.locality
Constraint
          A Constraint about the node on which a job will be executed A Constraint always needs a matching Evaluator type present on the classpath
 

Classes in org.quartz.locality.constraint used by org.quartz.locality.constraint
Constraint
          A Constraint about the node on which a job will be executed A Constraint always needs a matching Evaluator type present on the classpath
CpuConstraint
          Cpu based constraint for best node evaluation
CpuConstraint.Operator
           
EhcacheConstraint
          Constraints related the locality of Ehcache values
EhcacheConstraint.Operator
           
EhcacheConstraint.Value
           
MemoryConstraint
          Constraint on memory characteristics of the node to execute the Job on
MemoryConstraint.Operator
           
MemoryConstraint.Unit
          Memory units
NodeGroupConstraint
          Constraint to have a Job execute on a specific node group.
NodeGroupConstraint.Operator
           
OsConstraint
          Constraint to a specific operating system
OsConstraint.Operator
           
OsConstraint.OS
           
 

Classes in org.quartz.locality.constraint used by org.quartz.locality.constraint.evaluator
Constraint
          A Constraint about the node on which a job will be executed A Constraint always needs a matching Evaluator type present on the classpath
CpuConstraint
          Cpu based constraint for best node evaluation
CpuConstraint.Operator
           
MemoryConstraint
          Constraint on memory characteristics of the node to execute the Job on
NodeGroupConstraint
          Constraint to have a Job execute on a specific node group.
OsConstraint
          Constraint to a specific operating system
 

Classes in org.quartz.locality.constraint used by org.terracotta.modules.ehcache.store
EhcacheConstraint
          Constraints related the locality of Ehcache values
 



Copyright 2001-2011, Terracotta, Inc.