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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.github.akurilov.commons.concurrent.AsyncRunnable

        com.github.akurilov.commons.concurrent.AsyncRunnable.State
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<AllMetricsSnapshot> metricsSnapshotsByIndex​(int originIndex)  
      • Methods inherited from interface com.github.akurilov.commons.concurrent.AsyncRunnable

        await, await, close, isClosed, isInitial, isShutdown, isStarted, isStopped, shutdown, start, state, stop
    • Method Detail

      • metricsSnapshotsByIndex

        java.util.List<AllMetricsSnapshot> metricsSnapshotsByIndex​(int originIndex)