com.yammer.metrics.core
Interface Sampling

All Known Implementing Classes:
Histogram, Timer

public interface Sampling

An object which samples values.


Method Summary
 Snapshot getSnapshot()
          Returns a snapshot of the values.
 

Method Detail

getSnapshot

Snapshot getSnapshot()
Returns a snapshot of the values.

Returns:
a snapshot of the values


Copyright © 2012. All Rights Reserved.