Uses of Package
com.yammer.metrics.core

Packages that use com.yammer.metrics.core
com.yammer.metrics   
com.yammer.metrics.core   
com.yammer.metrics.reporting   
com.yammer.metrics.util   
 

Classes in com.yammer.metrics.core used by com.yammer.metrics
CounterMetric
          An incrementing and decrementing counter metric.
GaugeMetric
          A gauge metric is an instantaneous reading of a particular value.
HealthCheck
          A template class for an encapsulated service health check.
HealthCheck.Result
           
HealthCheckRegistry
          A registry for health checks.
HistogramMetric
          A metric which calculates the distribution of a value.
JmxGauge
          A gauge which exposes an attribute of a JMX MBean.
MeterMetric
          A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
Metric
          A tag interface to indicate that a class is a metric.
MetricName
          A value class encapsulating a metric's owning class and name.
MetricsRegistry
          A registry of metric instances.
TimerMetric
          A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via MeterMetric.
 

Classes in com.yammer.metrics.core used by com.yammer.metrics.core
Clock
          An abstraction for how time passes.
CounterMetric
          An incrementing and decrementing counter metric.
GaugeMetric
          A gauge metric is an instantaneous reading of a particular value.
HealthCheck
          A template class for an encapsulated service health check.
HealthCheck.Result
           
HistogramMetric
          A metric which calculates the distribution of a value.
HistogramMetric.SampleType
          The type of sampling the histogram should be performing.
JmxGauge
          A gauge which exposes an attribute of a JMX MBean.
Metered
           
MeterMetric
          A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.
Metric
          A tag interface to indicate that a class is a metric.
MetricName
          A value class encapsulating a metric's owning class and name.
MetricsProcessor
           
MetricsRegistryListener
          Listeners for events from the registry.
Percentiled
           
Stoppable
          Interface for Metric instances that can be stopped.
Summarized
           
TimerContext
          A timing context.
TimerMetric
          A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via MeterMetric.
VirtualMachineMetrics.GarbageCollector
           
 

Classes in com.yammer.metrics.core used by com.yammer.metrics.reporting
Clock
          An abstraction for how time passes.
CounterMetric
          An incrementing and decrementing counter metric.
GaugeMetric
          A gauge metric is an instantaneous reading of a particular value.
HistogramMetric
          A metric which calculates the distribution of a value.
Metered
           
Metric
          A tag interface to indicate that a class is a metric.
MetricName
          A value class encapsulating a metric's owning class and name.
MetricsProcessor
           
MetricsRegistry
          A registry of metric instances.
MetricsRegistryListener
          Listeners for events from the registry.
TimerMetric
          A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via MeterMetric.
 

Classes in com.yammer.metrics.core used by com.yammer.metrics.util
CounterMetric
          An incrementing and decrementing counter metric.
Metric
          A tag interface to indicate that a class is a metric.
MetricName
          A value class encapsulating a metric's owning class and name.
 



Copyright © 2011. All Rights Reserved.