Uses of Interface
org.graylog2.indexer.MongoIndexSet.Factory
Packages that use MongoIndexSet.Factory
Package
Description
-
Uses of MongoIndexSet.Factory in org.graylog2.indexer
Constructors in org.graylog2.indexer with parameters of type MongoIndexSet.FactoryModifierConstructorDescriptionMongoIndexSetRegistry(IndexSetService indexSetService, MongoIndexSet.Factory mongoIndexSetFactory, org.graylog2.indexer.MongoIndexSetRegistry.IndexSetsCache indexSetsCache) -
Uses of MongoIndexSet.Factory in org.graylog2.indexer.fieldtypes
Constructors in org.graylog2.indexer.fieldtypes with parameters of type MongoIndexSet.FactoryModifierConstructorDescriptionIndexFieldTypePollerPeriodical(IndexFieldTypePoller poller, IndexFieldTypesService dbService, IndexSetService indexSetService, Indices indices, MongoIndexSet.Factory mongoIndexSetFactory, Cluster cluster, com.google.common.eventbus.EventBus eventBus, ServerStatus serverStatus, com.github.joschi.jadconfig.util.Duration fullRefreshInterval, ScheduledExecutorService scheduler) -
Uses of MongoIndexSet.Factory in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type MongoIndexSet.FactoryModifierConstructorDescriptionV20170607164210_MigrateReopenedIndicesToAliases(Node node, IndexSetService indexSetService, MongoIndexSet.Factory mongoIndexSetFactory, Indices indices, V20170607164210_MigrateReopenedIndicesToAliases.ClusterState clusterState) V20190705071400_AddEventIndexSetsMigration(ElasticsearchConfiguration elasticsearchConfiguration, IndexSetConfigFactory indexSetConfigFactory, MongoIndexSet.Factory mongoIndexSetFactory, IndexSetService indexSetService, IndexSetValidator indexSetValidator, StreamService streamService, DBEventDefinitionService dbService) -
Uses of MongoIndexSet.Factory in org.graylog2.streams
Constructors in org.graylog2.streams with parameters of type MongoIndexSet.FactoryModifierConstructorDescriptionStreamServiceImpl(MongoConnection mongoConnection, StreamRuleService streamRuleService, OutputService outputService, IndexSetService indexSetService, MongoIndexSet.Factory indexSetFactory, NotificationService notificationService, EntityOwnershipService entityOwnershipService, ClusterEventBus clusterEventBus)