Class InMemoryCappedStatsCollector<T>

java.lang.Object
org.graylog.plugins.views.search.engine.monitoring.collection.InMemoryCappedStatsCollector<T>
All Implemented Interfaces:
StatsCollector<T>

public class InMemoryCappedStatsCollector<T> extends Object implements StatsCollector<T>
  • Constructor Details

    • InMemoryCappedStatsCollector

      public InMemoryCappedStatsCollector(int maxSize)
  • Method Details