| Name | Description | Type | Package | Framework |
| Constraint | A Constraint about the node on which a job will be executed A Constraint always needs a matching Evaluator type | Interface | org.quartz.locality.constraint | Quartz |
| CpuConstraint | Cpu based constraint for best node evaluationAuthor:Alex SnapsSee Also:CpuEvaluator, | Class | org.quartz.locality.constraint | Quartz |
| CpuConstraint .Operator | Class | org.quartz.locality.constraint | Quartz | |
| CpuEvaluator | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.quartz.locality.constraint.evaluator | Quartz |
| DelegatingLocalityJobDetail | Wrapping a JobDetail instance while adding the LocalityAware contract All JobDetail method calls will be delegated to the wrapped JobDetail instance | Class | org.quartz.locality | Quartz |
| DelegatingLocalityTrigger | Wrapping a Trigger instance while adding the LocalityAware contract All Trigger method calls will be delegated to the wrapped Trigger instance | Class | org.quartz.locality | Quartz |
| EhcacheConstraint | Constraints related the locality of Ehcache valuesAuthor:Alex SnapsSee Also:EhcacheEvaluator, | Class | org.quartz.locality.constraint | Quartz |
| EhcacheConstraint .Operator | Class | org.quartz.locality.constraint | Quartz | |
| EhcacheConstraint .Value | See Also:Serialized FormConstructor SummaryEhcacheConstraint. | Class | org.quartz.locality.constraint | Quartz |
| Evaluator | An Evaluator will match and potentially return best suited nodes for a Job to execute on. | Interface | org.quartz.locality.constraint.evaluator | Quartz |
| EvaluatorTimerTask | Class | org.quartz.locality.constraint.evaluator | Quartz | |
| EvaluatorTimerTask .Status | Class | org.quartz.locality.constraint.evaluator | Quartz | |
| LocalityAware | LocalityAware types can provide node specifications to potentially dispatch the instance to a particular node in the cluster. | Interface | org.quartz.locality | Quartz |
| LocalityException | Exception thrown when some Constraint cannot be handledAuthor:Alex SnapsSee Also:Serialized Form | Class | org.quartz.locality | Quartz |
| LocalityJobBuilder | Builder for LocalityAware JobDetail instances. | Class | org.quartz.locality | Quartz |
| LocalityJobDetail | A specialized JobDetail that contains Quartz Where informationAuthor:Alex SnapsSee Also:JobDetail, | Interface | org.quartz.locality | Quartz |
| LocalityTrigger | A specialized Trigger that contains Quartz Where informationAuthor:Alex SnapsSee Also:Trigger, | Interface | org.quartz.locality | Quartz |
| LocalityTriggerBuilder | Builder for LocalityAware Triggers, which decorate the Trigger and adds the Locality feature to it, by adding a reference to a NodeSpec. | Class | org.quartz.locality | Quartz |
| MemoryConstraint | Constraint on memory characteristics of the node to execute the Job onAuthor:Alex SnapsSee Also:MemoryEvaluator, | Class | org.quartz.locality.constraint | Quartz |
| MemoryConstraint .Operator | Class | org.quartz.locality.constraint | Quartz | |
| MemoryConstraint .Unit | Class | org.quartz.locality.constraint | Quartz | |
| MemoryEvaluator | Class | org.quartz.locality.constraint.evaluator | Quartz | |
| NodeGroupConstraint | Constraint to have a Job execute on a specific node group. | Class | org.quartz.locality.constraint | Quartz |
| NodeGroupConstraint .Operator | Class | org.quartz.locality.constraint | Quartz | |
| NodeGroupEvaluator | Evaluator that matches job execution to particular nodes based on the Trigger and JobDetail groups they are in. | Class | org.quartz.locality.constraint.evaluator | Quartz |
| NodeSpec | Encapsulates all metadata about Locality. | Interface | org.quartz.locality | Quartz |
| NodeSpecBuilder | Builder for NodeSpec, specifically required for the DSL builder-style API: newJob(CheckForNode1AndWaitJob. | Class | org.quartz.locality | Quartz |
| OsConstraint | Constraint to a specific operating systemAuthor:Alex SnapsSee Also:Serialized Form | Class | org.quartz.locality.constraint | Quartz |
| OsConstraint .Operator | Class | org.quartz.locality.constraint | Quartz | |
| OsConstraint .OS | Class | org.quartz.locality.constraint | Quartz | |
| OsEvaluator | Evaluator that persists all nodes' Operation SystemsConstructor SummaryOsEvaluator() | Class | org.quartz.locality.constraint.evaluator | Quartz |
| PersistentEvaluator | An particular Evaluator that will be passed a clustered ConcurrentMap instance to store shared data. | Interface | org.quartz.locality.constraint.evaluator | Quartz |