| Package | Description |
|---|---|
| org.graylog2.rest.models.system.indexer.responses |
| Modifier and Type | Method and Description |
|---|---|
static IndexRangeSummary |
IndexRangeSummary.create(String indexName,
org.joda.time.DateTime begin,
org.joda.time.DateTime end,
org.joda.time.DateTime calculatedAt,
int calculationTookMs) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<IndexRangeSummary> |
IndexRangesResponse.ranges() |
| Modifier and Type | Method and Description |
|---|---|
static IndexRangesResponse |
IndexRangesResponse.create(int total,
List<IndexRangeSummary> ranges) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.