Uses of Class
org.graylog2.rest.models.system.indexer.responses.IndexStats.TimeAndTotalStats
Packages that use IndexStats.TimeAndTotalStats
-
Uses of IndexStats.TimeAndTotalStats in org.graylog2.rest.models.system.indexer.responses
Methods in org.graylog2.rest.models.system.indexer.responses that return IndexStats.TimeAndTotalStatsModifier and TypeMethodDescriptionstatic IndexStats.TimeAndTotalStatsIndexStats.TimeAndTotalStats.create(long total, long timeSeconds) abstract IndexStats.TimeAndTotalStatsIndexStats.flush()abstract IndexStats.TimeAndTotalStatsIndexStats.get()abstract IndexStats.TimeAndTotalStatsIndexStats.index()abstract IndexStats.TimeAndTotalStatsIndexStats.merge()abstract IndexStats.TimeAndTotalStatsIndexStats.refresh()abstract IndexStats.TimeAndTotalStatsIndexStats.searchFetch()abstract IndexStats.TimeAndTotalStatsIndexStats.searchQuery()Methods in org.graylog2.rest.models.system.indexer.responses with parameters of type IndexStats.TimeAndTotalStatsModifier 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)