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)
lowPriorityCriticalPct - The percentage of the "target processing time" parameter a process with priority LOW must exceed to be considered critical.normalPriorityCriticalPct - The percentage of the "target processing time" parameter a process with priority NORMAL must exceed to be considered critical.highPriorityCriticalPct - The percentage of the "target processing time" parameter a process with priority HIGH must exceed to be considered critical.Copyright © 2016 Eclipse Stardust. All Rights Reserved.