java.lang.Object
org.graylog2.rest.resources.system.indexer.responses.IndexSetStats

public abstract class IndexSetStats extends Object
  • Constructor Details

    • IndexSetStats

      public IndexSetStats()
  • Method Details

    • indices

      public abstract long indices()
    • documents

      public abstract long documents()
    • size

      public abstract long size()
    • create

      public static IndexSetStats create(long indices, long documents, long size)
    • fromIndexStatistics

      public static IndexSetStats fromIndexStatistics(Collection<IndexStatistics> indexStatistics, Collection<String> closedIndices)