Uses of Class
org.graylog2.rest.resources.system.indexer.responses.IndexSetSummary
Packages that use IndexSetSummary
Package
Description
-
Uses of IndexSetSummary in org.graylog2.rest.resources.system.indexer
Methods in org.graylog2.rest.resources.system.indexer that return IndexSetSummaryModifier and TypeMethodDescriptionIndexSetsResource.save(@Valid @NotNull IndexSetSummary indexSet) IndexSetsResource.setDefault(String id) IndexSetsResource.update(String id, @Valid @NotNull IndexSetUpdateRequest updateRequest) Methods in org.graylog2.rest.resources.system.indexer with parameters of type IndexSetSummaryModifier and TypeMethodDescriptionIndexSetsResource.save(@Valid @NotNull IndexSetSummary indexSet) -
Uses of IndexSetSummary in org.graylog2.rest.resources.system.indexer.responses
Methods in org.graylog2.rest.resources.system.indexer.responses that return IndexSetSummaryModifier and TypeMethodDescriptionstatic IndexSetSummaryIndexSetSummary.create(String id, @NotBlank String title, String description, boolean isDefault, boolean isWritable, boolean canBeDefault, @Pattern(regexp="^[a-z0-9][a-z0-9_+-]*$") String indexPrefix, @javax.validation.constraints.Min(1L) int shards, @javax.validation.constraints.Min(0L) int replicas, @NotNull String rotationStrategyClass, @NotNull RotationStrategyConfig rotationStrategy, @NotNull String retentionStrategyClass, @NotNull RetentionStrategyConfig retentionStrategy, @NotNull ZonedDateTime creationDate, @NotBlank String indexAnalyzer, @javax.validation.constraints.Min(1L) int indexOptimizationMaxNumSegments, boolean indexOptimizationDisabled, org.joda.time.Duration fieldTypeRefreshInterval, String templateType) static IndexSetSummaryIndexSetSummary.fromIndexSetConfig(IndexSetConfig indexSet, boolean isDefault) Methods in org.graylog2.rest.resources.system.indexer.responses that return types with arguments of type IndexSetSummaryMethod parameters in org.graylog2.rest.resources.system.indexer.responses with type arguments of type IndexSetSummaryModifier and TypeMethodDescriptionstatic IndexSetResponseIndexSetResponse.create(int total, List<IndexSetSummary> ranges, Map<String, IndexSetStats> stats)