Uses of Class
org.graylog2.system.stats.elasticsearch.IndicesStats
Packages that use IndicesStats
-
Uses of IndicesStats in org.graylog2.system.stats.elasticsearch
Methods in org.graylog2.system.stats.elasticsearch that return IndicesStatsModifier and TypeMethodDescriptionstatic IndicesStatsIndicesStats.create(int indexCount, long storeSize, long fieldDataSize) static IndicesStatsIndicesStats.create(int indexCount, long storeSize, long fieldDataSize, long idCacheSize) Deprecated.abstract IndicesStatsClusterStats.indicesStats()abstract IndicesStatsElasticsearchStats.indicesStats()Methods in org.graylog2.system.stats.elasticsearch with parameters of type IndicesStatsModifier and TypeMethodDescriptionstatic ClusterStatsClusterStats.create(String clusterName, String clusterVersion, NodesStats nodesStats, IndicesStats indicesStats) static ElasticsearchStatsElasticsearchStats.create(String clusterName, String clusterVersion, HealthStatus status, ClusterHealth clusterHealth, NodesStats nodesStats, IndicesStats indicesStats)