ixfx
    Preparing search index...

    Class TrackerBase<V, SeenResultType>Abstract

    Base tracker class

    Type Parameters

    • V
    • SeenResultType

    Hierarchy (View Summary)

    Index

    Accessors

    Constructors

    Methods

    Properties

    Accessors

    Constructors

    Methods

    • Adds a value, returning computed result.

      At this point, we check if the buffer is larger than resetAfterSamples. If so, reset() is called. If not, we check sampleLimit. If the buffer is twice as large as sample limit, trimStore() is called to take it down to sample limit, and onTrimmed() is called.

      Parameters

      • ...p: V[]

      Returns SeenResultType

    Properties

    debug: boolean
    id: string