Uses of Interface
org.graylog2.indexer.indexset.IndexSetService
Packages that use IndexSetService
Package
Description
-
Uses of IndexSetService in org.graylog2.contentpacks.facades
Constructors in org.graylog2.contentpacks.facades with parameters of type IndexSetServiceModifierConstructorDescriptionStreamFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, StreamService streamService, StreamRuleService streamRuleService, V20190722150700_LegacyAlertConditionMigration legacyAlertsMigration, IndexSetService indexSetService, UserService userService) -
Uses of IndexSetService in org.graylog2.indexer
Constructors in org.graylog2.indexer with parameters of type IndexSetServiceModifierConstructorDescriptionMongoIndexSetRegistry(IndexSetService indexSetService, MongoIndexSet.Factory mongoIndexSetFactory, org.graylog2.indexer.MongoIndexSetRegistry.IndexSetsCache indexSetsCache) -
Uses of IndexSetService in org.graylog2.indexer.fieldtypes
Constructors in org.graylog2.indexer.fieldtypes with parameters of type IndexSetServiceModifierConstructorDescriptionIndexFieldTypePollerPeriodical(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 IndexSetService in org.graylog2.indexer.indexset
Classes in org.graylog2.indexer.indexset that implement IndexSetService -
Uses of IndexSetService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type IndexSetServiceModifierConstructorDescriptionV20161116172100_DefaultIndexSetMigration(ElasticsearchConfiguration elasticsearchConfiguration, Map<String, javax.inject.Provider<RotationStrategy>> rotationStrategies, Map<String, javax.inject.Provider<RetentionStrategy>> retentionStrategies, IndexSetService indexSetService, ClusterConfigService clusterConfigService, IndexSetConfigFactory indexSetConfigFactory) V20161122174500_AssignIndexSetsToStreamsMigration(StreamService streamService, IndexSetService indexSetService, ClusterConfigService clusterConfigService) V20161124104700_AddRetentionRotationAndDefaultFlagToIndexSetMigration(IndexSetService indexSetService, ClusterConfigService clusterConfigService) V20161216123500_DefaultIndexSetMigration(ElasticsearchConfiguration elasticsearchConfiguration, IndexSetService indexSetService, ClusterConfigService clusterConfigService) V20170607164210_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 IndexSetService in org.graylog2.rest.resources.system.indexer
Constructors in org.graylog2.rest.resources.system.indexer with parameters of type IndexSetServiceModifierConstructorDescriptionIndexSetsResource(Indices indices, IndexSetService indexSetService, IndexSetRegistry indexSetRegistry, IndexSetValidator indexSetValidator, IndexSetCleanupJob.Factory indexSetCleanupJobFactory, IndexSetStatsCreator indexSetStatsCreator, ClusterConfigService clusterConfigService, SystemJobManager systemJobManager) -
Uses of IndexSetService in org.graylog2.streams
Constructors in org.graylog2.streams with parameters of type IndexSetServiceModifierConstructorDescriptionStreamServiceImpl(MongoConnection mongoConnection, StreamRuleService streamRuleService, OutputService outputService, IndexSetService indexSetService, MongoIndexSet.Factory indexSetFactory, NotificationService notificationService, EntityOwnershipService entityOwnershipService, ClusterEventBus clusterEventBus)