Class IndexInfo
java.lang.Object
org.graylog2.rest.models.system.indexer.responses.IndexInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IndexStatsstatic IndexInfocreate(String indexName, IndexStats primaryShards, IndexStats allShards, List<ShardRouting> routing, boolean isReopened) abstract Stringabstract booleanabstract IndexStatsabstract List<ShardRouting>routing()
-
Constructor Details
-
IndexInfo
public IndexInfo()
-
-
Method Details
-
indexName
-
-
allShards
-
routing
-
isReopened
public abstract boolean isReopened() -
create
public static IndexInfo create(String indexName, IndexStats primaryShards, IndexStats allShards, List<ShardRouting> routing, boolean isReopened)
-