org.quartz.locality.constraint
Interface Constraint<OP extends Enum,T>

Type Parameters:
T - The value type the constraint will be evaluated against
All Superinterfaces:
Serializable
All Known Implementing Classes:
CpuConstraint, EhcacheConstraint, MemoryConstraint, NodeGroupConstraint, OsConstraint

public interface Constraint<OP extends Enum,T>
extends Serializable

A Constraint about the node on which a job will be executed A Constraint always needs a matching Evaluator type present on the classpath

Author:
Alex Snaps
See Also:
Evaluator



Copyright 2001-2013, Terracotta, Inc.