Interface DmnEngineMetricCollector

    • Method Detail

      • getExecutedDecisionInstances

        long getExecutedDecisionInstances()
        Returns:
        the number of executed decision instances since creation of this engine
      • 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.
      • clearExecutedDecisionInstances

        long clearExecutedDecisionInstances()
        Resets the executed decision instances to 0.
        Returns:
        the number of executed decision elements before resetting.