public class CriticalProcessingTimePolicy
extends org.eclipse.stardust.engine.core.query.statistics.api.AbstractStoplightDurationPolicy
| Modifier and Type | Field and Description |
|---|---|
static CriticalProcessingTimePolicy |
EXCEEDING_TARGET_PROCESSING_TIME |
| Constructor and Description |
|---|
CriticalProcessingTimePolicy(float yellowPct,
float redPct) |
| Modifier and Type | Method and Description |
|---|---|
static CriticalProcessingTimePolicy |
criticalityByDuration(float yellowPct,
float redPct)
PIs are considered critical if their processing exceeds a certain limit.
|
public static final CriticalProcessingTimePolicy EXCEEDING_TARGET_PROCESSING_TIME
public CriticalProcessingTimePolicy(float yellowPct,
float redPct)
public static CriticalProcessingTimePolicy criticalityByDuration(float yellowPct, float redPct)
yellowPct - The percentage of the "target processing time" 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.CriticalProcessingTimePolicy with the given thresholdsCopyright © 2016 Eclipse Stardust. All Rights Reserved.