public class DefaultEngineMetricCollector extends Object implements DmnEngineMetricCollector, DmnDecisionEvaluationListener
| Modifier and Type | Field and Description | 
|---|---|
| protected AtomicLong | executedDecisionElements | 
| Constructor and Description | 
|---|
| DefaultEngineMetricCollector() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | clearExecutedDecisionElements()Resets the executed decision elements to 0. | 
| long | getExecutedDecisionElements() | 
| void | notify(DmnDecisionEvaluationEvent evaluationEvent)Will be called after a decision was evaluated. | 
| void | notify(DmnDecisionTableEvaluationEvent evaluationEvent)Will be called after a decision table was evaluated. | 
protected AtomicLong executedDecisionElements
public void notify(DmnDecisionTableEvaluationEvent evaluationEvent)
DmnDecisionTableEvaluationListenernotify in interface DmnDecisionTableEvaluationListenerevaluationEvent - the evaluation eventpublic void notify(DmnDecisionEvaluationEvent evaluationEvent)
DmnDecisionEvaluationListenernotify in interface DmnDecisionEvaluationListenerevaluationEvent - the evaluation eventpublic long getExecutedDecisionElements()
getExecutedDecisionElements in interface DmnEngineMetricCollectorpublic long clearExecutedDecisionElements()
DmnEngineMetricCollectorclearExecutedDecisionElements in interface DmnEngineMetricCollectorCopyright © 2018. All rights reserved.