public class CriticalCostPerExecutionPolicy
extends org.eclipse.stardust.engine.core.query.statistics.api.AbstractStoplightCostPolicy
| Modifier and Type | Field and Description |
|---|---|
static CriticalCostPerExecutionPolicy |
EXCEEDING_TARGET_COST_PER_EXECUTION |
| Constructor and Description |
|---|
CriticalCostPerExecutionPolicy(float yellowPct,
float redPct) |
| Modifier and Type | Method and Description |
|---|---|
static CriticalCostPerExecutionPolicy |
criticalityByCost(float yellowPct,
float redPct)
PIs are considered critical if their execution costs exceeds a certain limit.
|
public static final CriticalCostPerExecutionPolicy EXCEEDING_TARGET_COST_PER_EXECUTION
public CriticalCostPerExecutionPolicy(float yellowPct,
float redPct)
public static CriticalCostPerExecutionPolicy criticalityByCost(float yellowPct, float redPct)
yellowPct - The percentage of the "target cost per execution" parameter a process with
priority LOW must exceed to be considered critical.redPct - The percentage of the "target processing time" parameter a process with
priority HIGH must exceed to be considered critical.CriticalCostPerExecutionPolicy with the given thresholdsCopyright © 2016 Eclipse Stardust. All Rights Reserved.