Interface TimingMetricSnapshot
-
- All Superinterfaces:
CountMetricSnapshot,MeanMetricSnapshot,NamedMetricSnapshot,java.io.Serializable
- All Known Implementing Classes:
TimingMetricSnapshotImpl
public interface TimingMetricSnapshot extends CountMetricSnapshot, NamedMetricSnapshot, MeanMetricSnapshot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longmax()longmin()longsum()-
Methods inherited from interface com.emc.mongoose.base.metrics.snapshot.CountMetricSnapshot
count
-
Methods inherited from interface com.emc.mongoose.base.metrics.snapshot.MeanMetricSnapshot
mean
-
Methods inherited from interface com.emc.mongoose.base.metrics.snapshot.NamedMetricSnapshot
name
-
-