Uses of Interface
org.graylog2.indexer.ranges.IndexRange
Packages that use IndexRange
Package
Description
-
Uses of IndexRange in org.graylog.plugins.views.search
Methods in org.graylog.plugins.views.search with parameters of type IndexRangeModifier and TypeMethodDescriptionbooleanIndexRangeContainsOneOfStreams.test(IndexRange indexRange, Set<Stream> validStreams) -
Uses of IndexRange in org.graylog2.indexer.ranges
Classes in org.graylog2.indexer.ranges that implement IndexRangeFields in org.graylog2.indexer.ranges with type parameters of type IndexRangeMethods in org.graylog2.indexer.ranges that return IndexRangeModifier and TypeMethodDescriptionIndexRangeService.calculateRange(String index) MongoIndexRangeService.calculateRange(String index) IndexRangeService.createUnknownRange(String index) MongoIndexRangeService.createUnknownRange(String index) Methods in org.graylog2.indexer.ranges that return types with arguments of type IndexRangeModifier and TypeMethodDescriptionIndexRangeService.find(org.joda.time.DateTime begin, org.joda.time.DateTime end) MongoIndexRangeService.find(org.joda.time.DateTime begin, org.joda.time.DateTime end) IndexRangeService.findAll()MongoIndexRangeService.findAll()Methods in org.graylog2.indexer.ranges with parameters of type IndexRangeModifier and TypeMethodDescriptionintIndexRangeComparator.compare(IndexRange o1, IndexRange o2) static MongoIndexRangeMongoIndexRange.create(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) -
Uses of IndexRange in org.graylog2.indexer.results
Methods in org.graylog2.indexer.results that return types with arguments of type IndexRangeConstructor parameters in org.graylog2.indexer.results with type arguments of type IndexRangeModifierConstructorDescriptionSearchResult(List<ResultMessage> hits, long totalResults, Set<IndexRange> usedIndices, String originalQuery, String builtQuery, long tookMs) -
Uses of IndexRange in org.graylog2.rest.resources.search
Method parameters in org.graylog2.rest.resources.search with type arguments of type IndexRangeModifier and TypeMethodDescriptionprotected Set<IndexRangeSummary>SearchResource.indexRangeListToValueList(Set<IndexRange> indexRanges)