Class IndexSummary
java.lang.Object
org.graylog2.rest.models.system.indexer.responses.IndexSummary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexSummarycreate(String indexName, IndexSizeSummary size, IndexRangeSummary range, boolean isDeflector, boolean isClosed, boolean isReopened) abstract Stringabstract booleanisClosed()abstract booleanabstract booleanabstract IndexRangeSummaryrange()abstract IndexSizeSummarysize()
-
Constructor Details
-
IndexSummary
public IndexSummary()
-
-
Method Details
-
indexName
-
size
-
range
-
isDeflector
public abstract boolean isDeflector() -
isClosed
public abstract boolean isClosed() -
isReopened
public abstract boolean isReopened() -
create
public static IndexSummary create(String indexName, @Nullable IndexSizeSummary size, @Nullable IndexRangeSummary range, boolean isDeflector, boolean isClosed, boolean isReopened)
-