org.camunda.bpm.dmn.engine
Interface DmnEngineMetricCollector

All Superinterfaces:
DmnDecisionTableListener
All Known Implementing Classes:
DmnEngineMetricCollectorImpl

public interface DmnEngineMetricCollector
extends DmnDecisionTableListener

DMN engine metric collector which saves the execution metrics of the DMN engine since its creation.


Method Summary
 long clearExecutedDecisionElements()
          Resets the executed decision elements to 0.
 long getExecutedDecisionElements()
           
 
Methods inherited from interface org.camunda.bpm.dmn.engine.DmnDecisionTableListener
notify
 

Method Detail

getExecutedDecisionElements

long getExecutedDecisionElements()
Returns:
the number of executed decision elements since creation of this engine

clearExecutedDecisionElements

long clearExecutedDecisionElements()
Resets the executed decision elements to 0.

Returns:
the number of executed decision elements before resetting.


Copyright © 2015 camunda services GmbH. All rights reserved.