Package org.apache.pulsar.broker.qos
package org.apache.pulsar.broker.qos
Pulsar broker Quality of Service (QoS) related classes.
-
ClassDescriptionAn asynchronous token bucket algorithm implementation that is optimized for performance with highly concurrent use.AsyncTokenBucketBuilder<SELF extends AsyncTokenBucketBuilder<SELF>>Default implementation of
MonotonicSnapshotClock.A subclass ofAsyncTokenBucketthat represents a token bucket with a dynamic rate.A builder class for creating instances ofDynamicRateAsyncTokenBucket.A builder class for creating instances ofFinalRateAsyncTokenBucket.An interface representing a clock that provides a monotonic counter in nanoseconds.