Uses of Class
org.graylog2.indexer.indices.stats.IndexStatistics
Packages that use IndexStatistics
Package
Description
-
Uses of IndexStatistics in org.graylog2.indexer.indices
Methods in org.graylog2.indexer.indices that return types with arguments of type IndexStatisticsModifier and TypeMethodDescriptionIndices.getIndexStats(String index) IndicesAdapter.getIndexStats(String index) Indices.getIndicesStats(Collection<String> indices) Indices.getIndicesStats(IndexSet indexSet) IndicesAdapter.indicesStats(Collection<String> indices) -
Uses of IndexStatistics in org.graylog2.indexer.indices.stats
Methods in org.graylog2.indexer.indices.stats that return IndexStatisticsModifier and TypeMethodDescriptionstatic IndexStatisticsstatic IndexStatisticsIndexStatistics.create(String index, IndexStats primaryShards, IndexStats allShards, List<ShardRouting> routing) -
Uses of IndexStatistics in org.graylog2.rest.resources.system.indexer.responses
Method parameters in org.graylog2.rest.resources.system.indexer.responses with type arguments of type IndexStatisticsModifier and TypeMethodDescriptionstatic IndexSetStatsIndexSetStats.fromIndexStatistics(Collection<IndexStatistics> indexStatistics, Collection<String> closedIndices)