Interface MetricsAggregator
-
- All Superinterfaces:
com.github.akurilov.commons.concurrent.AsyncRunnable,java.rmi.Remote
- All Known Implementing Classes:
MetricsAggregatorImpl
public interface MetricsAggregator extends com.github.akurilov.commons.concurrent.AsyncRunnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<AllMetricsSnapshot>metricsSnapshotsByIndex(int originIndex)
-
-
-
Method Detail
-
metricsSnapshotsByIndex
java.util.List<AllMetricsSnapshot> metricsSnapshotsByIndex(int originIndex)
-
-