|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OsConstraint | |
---|---|
org.quartz.locality.constraint | |
org.quartz.locality.constraint.evaluator |
Uses of OsConstraint in org.quartz.locality.constraint |
---|
Fields in org.quartz.locality.constraint declared as OsConstraint | |
---|---|
static OsConstraint |
OsConstraint.LINUX
|
static OsConstraint |
OsConstraint.OSX
|
static OsConstraint |
OsConstraint.SOLARIS
|
static OsConstraint |
OsConstraint.WINDOWS
|
Uses of OsConstraint in org.quartz.locality.constraint.evaluator |
---|
Methods in org.quartz.locality.constraint.evaluator with parameters of type OsConstraint | |
---|---|
boolean |
OsEvaluator.matches(OsConstraint constraint)
Evaluates the constraint against local node. |
List<String> |
OsEvaluator.suitedNodes(OsConstraint constraint)
Returns a list of best suited node (instanceId) based on the constraint |
void |
OsEvaluator.verify(OsConstraint constraint)
Verifies the validity of a constraint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |