public class DeltaTracker extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeltaTracker.MetricSupplier |
| Constructor and Description |
|---|
DeltaTracker() |
DeltaTracker(DeltaTracker.MetricSupplier supplier) |
public DeltaTracker()
public DeltaTracker(DeltaTracker.MetricSupplier supplier)
public Long peekDelta(String name, long count)
public Long getDelta(String name, long count)
name - the name of the countercount - the counter valueCopyright © 2016. All Rights Reserved.