| 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(IndexSetSummary indexSet) |
IndexSetSummary |
IndexSetsResource.setDefault(String id) |
IndexSetSummary |
IndexSetsResource.update(String id,
IndexSetUpdateRequest updateRequest) |
| Modifier and Type | Method and Description |
|---|---|
IndexSetSummary |
IndexSetsResource.save(IndexSetSummary indexSet) |
| Modifier and Type | Method and Description |
|---|---|
static IndexSetSummary |
IndexSetSummary.create(String id,
String title,
String description,
boolean isDefault,
boolean isWritable,
String indexPrefix,
int shards,
int replicas,
String rotationStrategyClass,
RotationStrategyConfig rotationStrategy,
String retentionStrategyClass,
RetentionStrategyConfig retentionStrategy,
ZonedDateTime creationDate,
String indexAnalyzer,
int indexOptimizationMaxNumSegments,
boolean indexOptimizationDisabled) |
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–2017 Graylog, Inc.. All rights reserved.