| Package | Description |
|---|---|
| org.graylog.plugins.views.search | |
| org.graylog2.indexer.ranges | |
| org.graylog2.indexer.results | |
| org.graylog2.indexer.searches | |
| org.graylog2.rest.resources.search |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexRangeContainsOneOfStreams.test(IndexRange indexRange) |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoIndexRange |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<IndexRange> |
IndexRange.COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
IndexRange |
LegacyMongoIndexRangeService.calculateRange(String index) |
IndexRange |
IndexRangeService.calculateRange(String index) |
IndexRange |
MongoIndexRangeService.calculateRange(String index) |
IndexRange |
LegacyMongoIndexRangeService.createUnknownRange(String index) |
IndexRange |
IndexRangeService.createUnknownRange(String index) |
IndexRange |
MongoIndexRangeService.createUnknownRange(String index) |
IndexRange |
LegacyMongoIndexRangeService.get(String index) |
IndexRange |
IndexRangeService.get(String index) |
IndexRange |
MongoIndexRangeService.get(String index) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<IndexRange> |
LegacyMongoIndexRangeService.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> |
MongoIndexRangeService.find(org.joda.time.DateTime begin,
org.joda.time.DateTime end) |
SortedSet<IndexRange> |
LegacyMongoIndexRangeService.findAll() |
SortedSet<IndexRange> |
IndexRangeService.findAll() |
SortedSet<IndexRange> |
MongoIndexRangeService.findAll() |
| Modifier and Type | Method and Description |
|---|---|
int |
IndexRangeComparator.compare(IndexRange o1,
IndexRange o2) |
static MongoIndexRange |
MongoIndexRange.create(IndexRange indexRange) |
org.mongojack.WriteResult<MongoIndexRange,org.bson.types.ObjectId> |
LegacyMongoIndexRangeService.save(IndexRange indexRange) |
org.mongojack.WriteResult<MongoIndexRange,org.bson.types.ObjectId> |
IndexRangeService.save(IndexRange indexRange) |
org.mongojack.WriteResult<MongoIndexRange,org.bson.types.ObjectId> |
MongoIndexRangeService.save(IndexRange indexRange) |
| Modifier and Type | Method and Description |
|---|---|
Set<IndexRange> |
SearchResult.getUsedIndices() |
| Constructor and Description |
|---|
SearchResult(List<ResultMessage> hits,
long totalResults,
Set<IndexRange> usedIndices,
String originalQuery,
String builtQuery,
long tookMs) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchesAdapter.search(Set<String> indices,
Set<IndexRange> indexRanges,
SearchesConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<IndexRangeSummary> |
SearchResource.indexRangeListToValueList(Set<IndexRange> indexRanges) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.