| Modifier and Type | Method and Description |
|---|---|
static Set<IndexRange> |
IndexHelper.determineAffectedIndicesWithRanges(IndexRangeService indexRangeService,
Deflector deflector,
TimeRange range) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexRangeImpl |
| Modifier and Type | Method and Description |
|---|---|
IndexRange |
IndexRangeService.create(Map<String,Object> range) |
IndexRange |
IndexRangeServiceImpl.create(Map<String,Object> range) |
IndexRange |
IndexRangeService.get(String index) |
IndexRange |
IndexRangeServiceImpl.get(String index) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexRange> |
IndexRangeService.getFrom(int timestamp) |
List<IndexRange> |
IndexRangeServiceImpl.getFrom(int timestamp) |
| Modifier and Type | Method and Description |
|---|---|
Set<IndexRange> |
SearchResult.getUsedIndices() |
| Constructor and Description |
|---|
SearchResult(org.elasticsearch.search.SearchHits searchHits,
Set<IndexRange> usedIndices,
String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
org.elasticsearch.common.unit.TimeValue took) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<IndexRange> |
SearchResponse.usedIndices() |
| Modifier and Type | Method and Description |
|---|---|
static SearchResponse |
SearchResponse.create(String query,
String builtQuery,
Set<IndexRange> usedIndices,
List<ResultMessage> messages,
Set<String> fields,
long time,
long totalResults,
org.joda.time.DateTime from,
org.joda.time.DateTime to) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<IndexRange> |
IndexRangesResponse.ranges() |
| Modifier and Type | Method and Description |
|---|---|
static IndexRangesResponse |
IndexRangesResponse.create(int total,
List<IndexRange> ranges) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.