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) StreamReferenceFacade(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) IndexFieldTypesListService(IndexFieldTypesService indexFieldTypesService, IndexSetService indexSetService, MongoIndexSet.Factory indexSetFactory, FieldTypeDTOsMerger fieldTypeDTOsMerger, InMemoryFilterExpressionParser inMemoryFilterExpressionParser, IndexFieldTypeProfileService profileService) -
Uses of IndexSetService in org.graylog2.indexer.fieldtypes.mapping
Constructors in org.graylog2.indexer.fieldtypes.mapping with parameters of type IndexSetServiceModifierConstructorDescriptionFieldTypeMappingsService(IndexSetService indexSetService, MongoIndexSet.Factory mongoIndexSetFactory, MongoIndexSetService mongoIndexSetService, IndexFieldTypeProfileService profileService) -
Uses of IndexSetService in org.graylog2.indexer.indexset
Classes in org.graylog2.indexer.indexset that implement IndexSetServiceConstructors in org.graylog2.indexer.indexset with parameters of type IndexSetServiceModifierConstructorDescriptionIndexSetFieldTypeSummaryService(IndexFieldTypesService indexFieldTypesService, StreamService streamService, IndexSetService indexSetService) -
Uses of IndexSetService in org.graylog2.indexer.indexset.profile
Constructors in org.graylog2.indexer.indexset.profile with parameters of type IndexSetServiceModifierConstructorDescriptionIndexFieldTypeProfileService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, MongoCollections mongoCollections, IndexFieldTypeProfileUsagesService indexFieldTypeProfileUsagesService, IndexSetService indexSetService) -
Uses of IndexSetService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type IndexSetServiceModifierConstructorDescriptionV20161116172100_DefaultIndexSetMigration(ElasticsearchConfiguration elasticsearchConfiguration, Map<String, jakarta.inject.Provider<RotationStrategy>> rotationStrategies, Map<String, jakarta.inject.Provider<RetentionStrategy>> retentionStrategies, IndexSetService indexSetService, ClusterConfigService clusterConfigService, IndexSetConfigFactory indexSetConfigFactory) V20161122174500_AssignIndexSetsToStreamsMigration(StreamService streamService, 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, DataTieringStatusService tieringStatusService) -
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, EntityOwnershipService entityOwnershipService, ClusterEventBus clusterEventBus, Set<StreamDeletionGuard> streamDeletionGuards)