Interface AllMetricsSnapshot
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
DistributedAllMetricsSnapshot
- All Known Implementing Classes:
AllMetricsSnapshotImpl,DistributedAllMetricsSnapshotImpl
public interface AllMetricsSnapshot extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RateMetricSnapshotbyteSnapshot()ConcurrencyMetricSnapshotconcurrencySnapshot()TimingMetricSnapshotdurationSnapshot()longelapsedTimeMillis()RateMetricSnapshotfailsSnapshot()TimingMetricSnapshotlatencySnapshot()RateMetricSnapshotsuccessSnapshot()
-
-
-
Method Detail
-
durationSnapshot
TimingMetricSnapshot durationSnapshot()
-
latencySnapshot
TimingMetricSnapshot latencySnapshot()
-
concurrencySnapshot
ConcurrencyMetricSnapshot concurrencySnapshot()
-
byteSnapshot
RateMetricSnapshot byteSnapshot()
-
successSnapshot
RateMetricSnapshot successSnapshot()
-
failsSnapshot
RateMetricSnapshot failsSnapshot()
-
elapsedTimeMillis
long elapsedTimeMillis()
- Returns:
- value in milliseconds
-
-