Class IndexSetResponse
java.lang.Object
org.graylog2.rest.resources.system.indexer.responses.IndexSetResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexSetResponsecreate(int total, List<IndexSetSummary> ranges, Map<String, IndexSetStats> stats) abstract List<IndexSetSummary>abstract Map<String,IndexSetStats> stats()abstract inttotal()
-
Constructor Details
-
IndexSetResponse
public IndexSetResponse()
-
-
Method Details
-
total
public abstract int total() -
indexSets
-
stats
-
create
public static IndexSetResponse create(int total, List<IndexSetSummary> ranges, Map<String, IndexSetStats> stats)
-