Package 

Object DeterministicSampler.Companion

    • Method Detail

      • getSAMPLE_ALL_RATE

         final Float getSAMPLE_ALL_RATE()

        Represents the maximum allowable sample rate in the sampling process.

      • getSAMPLER_HASHER

         final ULong getSAMPLER_HASHER()

        A constant value used as a multiplier for generating deterministic hash values within the DeterministicSampler implementation. This value is a good number for Knuth hashing (large, prime, fit in 64 bit long).

      • getMAX_ID

         final ULong getMAX_ID()

        The maximum value used as an upper limit for computing hash-based sampling thresholds.