Uses of Class
com.yahoo.metrics.simple.Bucket
Packages that use Bucket
Package
Description
A metrics API with declarable metric, and also an implementation of the
JDisc Metrics API where the newest state is made continously available.
-
Uses of Bucket in com.yahoo.metrics.simple
Methods in com.yahoo.metrics.simple that return BucketModifier and TypeMethodDescriptionMetricReceiver.getSnapshot()Fetch the latest metric values, aggregated over all threads for the configured sample history (by default five minutes).MetricReceiver.MockReceiver.getSnapshot()Gathers all data since last snapshotUnitTestSetup.getUpdatedSnapshot()Constructor parameters in com.yahoo.metrics.simple with type arguments of type BucketModifierConstructorDescriptionMetricReceiver(com.yahoo.concurrent.ThreadLocalDirectory<Bucket, Sample> metricsCollection, AtomicReference<Bucket> currentSnapshot) MetricReceiver(com.yahoo.concurrent.ThreadLocalDirectory<Bucket, Sample> metricsCollection, AtomicReference<Bucket> currentSnapshot)