Uses of Class
org.graylog2.rest.models.system.indexer.responses.IndexSummary
Packages that use IndexSummary
-
Uses of IndexSummary in org.graylog2.rest.models.system.indexer.responses
Methods in org.graylog2.rest.models.system.indexer.responses that return IndexSummaryModifier and TypeMethodDescriptionstatic IndexSummaryIndexSummary.create(String indexName, IndexSizeSummary size, IndexRangeSummary range, boolean isDeflector, boolean isClosed, boolean isReopened) Methods in org.graylog2.rest.models.system.indexer.responses that return types with arguments of type IndexSummaryMethod parameters in org.graylog2.rest.models.system.indexer.responses with type arguments of type IndexSummaryModifier and TypeMethodDescriptionstatic IndexerOverviewIndexerOverview.create(DeflectorSummary deflectorSummary, IndexerClusterOverview indexerCluster, MessageCountResponse messageCountResponse, List<IndexSummary> indices)