| Package | Description |
|---|---|
| org.graylog2.indexer.indices | |
| org.graylog2.indexer.searches |
| Modifier and Type | Method and Description |
|---|---|
IndexRangeStats |
Indices.indexRangeStatsOfIndex(String index)
Calculate min and max message timestamps in the given index.
|
| Modifier and Type | Field and Description |
|---|---|
static IndexRangeStats |
IndexRangeStats.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static IndexRangeStats |
IndexRangeStats.create(org.joda.time.DateTime min,
org.joda.time.DateTime max) |
static IndexRangeStats |
IndexRangeStats.create(org.joda.time.DateTime min,
org.joda.time.DateTime max,
List<String> streamIds) |
Copyright © 2012–2017 Graylog, Inc.. All rights reserved.