Class StatisticBase<TEventData>Abstract

Base class for statistics with event emitter logic implemented. Statistic tracker implementations should only define their updateStatistic function.

Type Parameters

  • TEventData

Hierarchy (View Summary)

Implements

Constructors

Methods

  • Updates the statistic with new information from query processing

    Parameters

    • ...data: any[]

      Statistic data to process

    Returns void