| Package | Description |
|---|---|
| org.graylog2.indexer | |
| org.graylog2.indexer.ranges | |
| org.graylog2.indexer.results | |
| org.graylog2.rest.resources.search |
| Modifier and Type | Method and Description |
|---|---|
static Set<IndexRange> |
IndexHelper.determineAffectedIndicesWithRanges(IndexRangeService indexRangeService,
Deflector deflector,
TimeRange range) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<IndexRange> |
IndexRange.COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
IndexRange |
EsIndexRangeService.calculateRange(String index) |
IndexRange |
MongoIndexRangeService.calculateRange(String index) |
IndexRange |
IndexRangeService.calculateRange(String index) |
static IndexRange |
IndexRange.create(String indexName,
org.joda.time.DateTime begin,
org.joda.time.DateTime end,
org.joda.time.DateTime calculatedAt,
int calculationDuration) |
IndexRange |
EsIndexRangeService.get(String index) |
IndexRange |
MongoIndexRangeService.get(String index) |
IndexRange |
IndexRangeService.get(String index) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<IndexRange> |
EsIndexRangeService.find(org.joda.time.DateTime begin,
org.joda.time.DateTime end) |
SortedSet<IndexRange> |
MongoIndexRangeService.find(org.joda.time.DateTime begin,
org.joda.time.DateTime end) |
SortedSet<IndexRange> |
IndexRangeService.find(org.joda.time.DateTime begin,
org.joda.time.DateTime end) |
SortedSet<IndexRange> |
EsIndexRangeService.findAll() |
SortedSet<IndexRange> |
MongoIndexRangeService.findAll() |
SortedSet<IndexRange> |
IndexRangeService.findAll() |
| Modifier and Type | Method and Description |
|---|---|
int |
IndexRangeComparator.compare(IndexRange o1,
IndexRange o2) |
void |
EsIndexRangeService.save(IndexRange indexRange) |
void |
MongoIndexRangeService.save(IndexRange indexRange) |
void |
IndexRangeService.save(IndexRange indexRange) |
| 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 |
|---|---|
protected Set<IndexRangeSummary> |
SearchResource.indexRangeListToValueList(Set<IndexRange> indexRanges) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.