Uses of Class
org.graylog2.rest.resources.system.indexer.responses.IndexSetStats
Packages that use IndexSetStats
Package
Description
-
Uses of IndexSetStats in org.graylog2.indexer
Methods in org.graylog2.indexer that return IndexSetStats -
Uses of IndexSetStats in org.graylog2.rest.resources.system.indexer
Methods in org.graylog2.rest.resources.system.indexer that return IndexSetStatsModifier and TypeMethodDescriptionIndexSetsResource.globalStats()IndexSetsResource.indexSetStatistics(String id) -
Uses of IndexSetStats in org.graylog2.rest.resources.system.indexer.responses
Methods in org.graylog2.rest.resources.system.indexer.responses that return IndexSetStatsModifier and TypeMethodDescriptionstatic IndexSetStatsIndexSetStats.create(long indices, long documents, long size) static IndexSetStatsIndexSetStats.fromIndexStatistics(Collection<IndexStatistics> indexStatistics, Collection<String> closedIndices) Methods in org.graylog2.rest.resources.system.indexer.responses that return types with arguments of type IndexSetStatsMethod parameters in org.graylog2.rest.resources.system.indexer.responses with type arguments of type IndexSetStatsModifier and TypeMethodDescriptionstatic IndexSetResponseIndexSetResponse.create(int total, List<IndexSetSummary> ranges, Map<String, IndexSetStats> stats)