| Package | Description |
|---|---|
| org.graylog2.rest.resources.system.indexer | |
| org.graylog2.rest.resources.system.indexer.requests |
| Modifier and Type | Method and Description |
|---|---|
IndexSetSummary |
IndexSetsResource.update(String id,
IndexSetUpdateRequest updateRequest) |
| Modifier and Type | Method and Description |
|---|---|
static IndexSetUpdateRequest |
IndexSetUpdateRequest.create(String title,
String description,
boolean isWritable,
int shards,
int replicas,
String rotationStrategyClass,
RotationStrategyConfig rotationStrategy,
String retentionStrategyClass,
RetentionStrategyConfig retentionStrategy,
int indexOptimizationMaxNumSegments,
boolean indexOptimizationDisabled) |
static IndexSetUpdateRequest |
IndexSetUpdateRequest.fromIndexSetConfig(IndexSetConfig indexSet) |
Copyright © 2012–2017 Graylog, Inc.. All rights reserved.