Class IndexSummary
java.lang.Object
org.graylog2.rest.models.system.indexer.responses.IndexSummary
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexSummarycreate(String indexName, IndexSizeSummary size, IndexRangeSummary range, boolean isDeflector, boolean isClosed, boolean isReopened, IndexSummary.TierType tier, long shardCount) abstract Stringabstract booleanisClosed()abstract booleanabstract booleanabstract IndexRangeSummaryrange()abstract longabstract IndexSizeSummarysize()abstract IndexSummary.TierTypetier()
-
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() -
tier
-
shardCount
public abstract long shardCount() -
create
public static IndexSummary create(String indexName, @Nullable IndexSizeSummary size, @Nullable IndexRangeSummary range, boolean isDeflector, boolean isClosed, boolean isReopened, IndexSummary.TierType tier, long shardCount)
-