Uses of Class
org.graylog2.rest.models.system.indexer.responses.IndexStats.DocsStats
Packages that use IndexStats.DocsStats
-
Uses of IndexStats.DocsStats in org.graylog2.rest.models.system.indexer.responses
Methods in org.graylog2.rest.models.system.indexer.responses that return IndexStats.DocsStatsModifier and TypeMethodDescriptionstatic IndexStats.DocsStatsIndexStats.DocsStats.create(long count, long deleted) abstract IndexStats.DocsStatsIndexStats.documents()Methods in org.graylog2.rest.models.system.indexer.responses with parameters of type IndexStats.DocsStatsModifier and TypeMethodDescriptionstatic IndexStatsIndexStats.create(IndexStats.TimeAndTotalStats flush, IndexStats.TimeAndTotalStats get, IndexStats.TimeAndTotalStats index, IndexStats.TimeAndTotalStats merge, IndexStats.TimeAndTotalStats refresh, IndexStats.TimeAndTotalStats searchQuery, IndexStats.TimeAndTotalStats searchFetch, long openSearchContexts, long storeSizeBytes, long segments, IndexStats.DocsStats documents)