| 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) |
abstract IndexRangeSummary |
IndexSummary.range() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<IndexRangeSummary> |
IndexRangesResponse.ranges() |
| Modifier and Type | Method and Description |
|---|---|
static IndexSummary |
IndexSummary.create(IndexSizeSummary size,
IndexRangeSummary range,
boolean isDeflector,
boolean isClosed,
boolean isReopened) |
| Modifier and Type | Method and Description |
|---|---|
static IndexRangesResponse |
IndexRangesResponse.create(int total,
List<IndexRangeSummary> ranges) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<IndexRangeSummary> |
SearchResource.indexRangeListToValueList(Set<IndexRange> indexRanges) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<IndexRangeSummary> |
SearchResponse.usedIndices() |
| Modifier and Type | Method and Description |
|---|---|
static SearchResponse |
SearchResponse.create(String query,
String builtQuery,
Set<IndexRangeSummary> usedIndices,
List<ResultMessageSummary> messages,
Set<String> fields,
long time,
long totalResults,
org.joda.time.DateTime from,
org.joda.time.DateTime to) |
| Modifier and Type | Method and Description |
|---|---|
IndexRangeSummary |
IndexRangesResource.show(String index) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.