| Package | Description |
|---|---|
| org.graylog2.rest.resources.system.indexer | |
| org.graylog2.rest.resources.system.indexer.responses |
| Modifier and Type | Method and Description |
|---|---|
IndexSetSummary |
IndexSetsResource.get(String id) |
IndexSetSummary |
IndexSetsResource.save(@Valid @NotNull IndexSetSummary indexSet) |
IndexSetSummary |
IndexSetsResource.setDefault(String id) |
IndexSetSummary |
IndexSetsResource.update(String id,
@Valid @NotNull IndexSetUpdateRequest updateRequest) |
| Modifier and Type | Method and Description |
|---|---|
IndexSetSummary |
IndexSetsResource.save(@Valid @NotNull IndexSetSummary indexSet) |
| Modifier and Type | Method and Description |
|---|---|
static IndexSetSummary |
IndexSetSummary.create(String id,
@NotBlank String title,
String description,
boolean isDefault,
boolean isWritable,
@Pattern(regexp="^[a-z0-9][a-z0-9_+-]*$") String indexPrefix,
@Min(value=1L) int shards,
@Min(value=0L) int replicas,
@NotNull String rotationStrategyClass,
@NotNull RotationStrategyConfig rotationStrategy,
@NotNull String retentionStrategyClass,
@NotNull RetentionStrategyConfig retentionStrategy,
@NotNull ZonedDateTime creationDate,
@NotBlank String indexAnalyzer,
@Min(value=1L) int indexOptimizationMaxNumSegments,
boolean indexOptimizationDisabled,
org.joda.time.Duration fieldTypeRefreshInterval,
IndexSetConfig.TemplateType templateType) |
static IndexSetSummary |
IndexSetSummary.fromIndexSetConfig(IndexSetConfig indexSet,
boolean isDefault) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<IndexSetSummary> |
IndexSetResponse.indexSets() |
| Modifier and Type | Method and Description |
|---|---|
static IndexSetResponse |
IndexSetResponse.create(int total,
List<IndexSetSummary> ranges,
Map<String,IndexSetStats> stats) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.