Package io.engineblock.metrics
Interface DeltaSnapshotter
-
- All Known Implementing Classes:
NicerHistogram,NicerTimer
public interface DeltaSnapshotter
-
-
Method Summary
Modifier and Type Method Description DeltaSnapshotReadergetDeltaReader()ConvenientSnapshotgetDeltaSnapshot(long cacheTimeMillis)
-
-
-
Method Detail
-
getDeltaReader
DeltaSnapshotReader getDeltaReader()
-
getDeltaSnapshot
ConvenientSnapshot getDeltaSnapshot(long cacheTimeMillis)
-
-