Class IndexSetStats
java.lang.Object
org.graylog2.rest.resources.system.indexer.responses.IndexSetStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexSetStatscreate(long indices, long documents, long size) abstract longstatic IndexSetStatsfromIndexStatistics(Collection<IndexStatistics> indexStatistics, Collection<String> closedIndices) abstract longindices()abstract longsize()
-
Constructor Details
-
IndexSetStats
public IndexSetStats()
-
-
Method Details
-
indices
public abstract long indices() -
documents
public abstract long documents() -
size
public abstract long size() -
create
-
fromIndexStatistics
public static IndexSetStats fromIndexStatistics(Collection<IndexStatistics> indexStatistics, Collection<String> closedIndices)
-