Uses of Interface
org.graylog2.indexer.ranges.IndexRangeService
Packages that use IndexRangeService
Package
Description
-
Uses of IndexRangeService in org.graylog.events.search
Constructors in org.graylog.events.search with parameters of type IndexRangeServiceModifierConstructorDescriptionMoreSearch(StreamService streamService, IndexRangeService indexRangeService, QueryStringDecorators esQueryDecorators, MoreSearchAdapter moreSearchAdapter) -
Uses of IndexRangeService in org.graylog.plugins.views.search.elasticsearch
Constructors in org.graylog.plugins.views.search.elasticsearch with parameters of type IndexRangeServiceModifierConstructorDescriptionIndexLookup(IndexRangeService indexRangeService, StreamService streamService) -
Uses of IndexRangeService in org.graylog2.indexer
Constructors in org.graylog2.indexer with parameters of type IndexRangeServiceModifierConstructorDescriptionMongoIndexSet(IndexSetConfig config, Indices indices, NodeId nodeId, IndexRangeService indexRangeService, AuditEventSender auditEventSender, SystemJobManager systemJobManager, SetIndexReadOnlyAndCalculateRangeJob.Factory jobFactory, ActivityWriter activityWriter) -
Uses of IndexRangeService in org.graylog2.indexer.ranges
Classes in org.graylog2.indexer.ranges that implement IndexRangeServiceFields in org.graylog2.indexer.ranges declared as IndexRangeServiceModifier and TypeFieldDescriptionprotected final IndexRangeServiceRebuildIndexRangesJob.indexRangeServiceConstructors in org.graylog2.indexer.ranges with parameters of type IndexRangeServiceModifierConstructorDescriptionCreateNewSingleIndexRangeJob(Set<IndexSet> indexSets, String indexName, ActivityWriter activityWriter, Indices indices, IndexRangeService indexRangeService) RebuildIndexRangesJob(Set<IndexSet> indexSets, ActivityWriter activityWriter, IndexRangeService indexRangeService) -
Uses of IndexRangeService in org.graylog2.indexer.searches
Constructors in org.graylog2.indexer.searches with parameters of type IndexRangeServiceModifierConstructorDescriptionSearches(IndexRangeService indexRangeService, com.codahale.metrics.MetricRegistry metricRegistry, StreamService streamService, Indices indices, IndexSetRegistry indexSetRegistry, SearchesAdapter searchesAdapter) -
Uses of IndexRangeService in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type IndexRangeServiceModifierConstructorDescriptionIndexRangesCleanupPeriodical(Cluster cluster, IndexSetRegistry indexSetRegistry, IndexRangeService indexRangeService, com.google.common.eventbus.EventBus eventBus, com.github.joschi.jadconfig.util.Duration indexRangesCleanupInterval) -
Uses of IndexRangeService in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type IndexRangeServiceModifierConstructorDescriptionIndexRangesResource(IndexRangeService indexRangeService, RebuildIndexRangesJob.Factory rebuildIndexRangesJobFactory, CreateNewSingleIndexRangeJob.Factory singleIndexRangeJobFactory, IndexSetRegistry indexSetRegistry, SystemJobManager systemJobManager)