|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||