Uses of Interface
ai.vespa.sampling.MonotonicNanoClock
Packages that use MonotonicNanoClock
-
Uses of MonotonicNanoClock in ai.vespa.sampling
Constructors in ai.vespa.sampling with parameters of type MonotonicNanoClockModifierConstructorDescriptionMaxSamplesPerPeriod(MonotonicNanoClock nanoClock, long periodLengthInNanos, long maxSamplesPerPeriod) ProbabilisticSampleRate(MonotonicNanoClock nanoClock, Supplier<Random> randomSupplier, double desiredSamplesPerSec)