Class IndexStatistics
java.lang.Object
org.graylog2.indexer.indices.stats.IndexStatistics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IndexStatsstatic IndexStatisticsstatic IndexStatisticscreate(String index, IndexStats primaryShards, IndexStats allShards, List<ShardRouting> routing) abstract Stringindex()abstract IndexStatsabstract List<ShardRouting>routing()
-
Constructor Details
-
IndexStatistics
public IndexStatistics()
-
-
Method Details
-
index
-
-
allShards
-
routing
-
create
public static IndexStatistics create(String index, IndexStats primaryShards, IndexStats allShards, List<ShardRouting> routing) -
create
public static IndexStatistics create(String index, com.fasterxml.jackson.databind.JsonNode indexStats)
-