Uses of Class
org.graylog2.database.MongoCollections
Packages that use MongoCollections
Package
Description
-
Uses of MongoCollections in org.graylog.events.notifications
Constructors in org.graylog.events.notifications with parameters of type MongoCollectionsModifierConstructorDescriptionDBNotificationService(MongoCollections mongoCollections, EntityOwnershipService entityOwnerShipService) -
Uses of MongoCollections in org.graylog.events.processor
Constructors in org.graylog.events.processor with parameters of type MongoCollectionsModifierConstructorDescriptionDBEventDefinitionService(MongoCollections mongoCollections, DBEventProcessorStateService stateService, EntityOwnershipService entityOwnerShipService, EntityScopeService entityScopeService, SearchFiltersReFetcher searchFiltersRefetcher) -
Uses of MongoCollections in org.graylog.plugins.pipelineprocessor.db.mongodb
Constructors in org.graylog.plugins.pipelineprocessor.db.mongodb with parameters of type MongoCollectionsModifierConstructorDescriptionMongoDbPipelineService(MongoCollections mongoCollections, ClusterEventBus clusterBus) MongoDbRuleService(MongoCollections mongoCollections, ClusterEventBus clusterBus) -
Uses of MongoCollections in org.graylog.plugins.views.favorites
Constructors in org.graylog.plugins.views.favorites with parameters of type MongoCollectionsModifierConstructorDescriptionprotectedFavoritesService(MongoCollections mongoCollections, com.google.common.eventbus.EventBus eventBus, StartPageItemTitleRetriever startPageItemTitleRetriever, GRNRegistry grnRegistry) -
Uses of MongoCollections in org.graylog.plugins.views.migrations
Constructors in org.graylog.plugins.views.migrations with parameters of type MongoCollectionsModifierConstructorDescriptionV20240605120000_RemoveUnitFieldFromSearchDocuments(MongoCollections mongoCollections) V20240704100700_DashboardAddLastUpdated(ClusterConfigService clusterConfigService, MongoCollections mongoCollections) -
Uses of MongoCollections in org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.savedsearch
Constructors in org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.savedsearch with parameters of type MongoCollections -
Uses of MongoCollections in org.graylog.plugins.views.search.db
Constructors in org.graylog.plugins.views.search.db with parameters of type MongoCollectionsModifierConstructorDescriptionprotectedSearchDbService(MongoCollections mongoCollections, SearchRequirements.Factory searchRequirementsFactory, SearchFiltersReFetcher searchFiltersRefetcher) -
Uses of MongoCollections in org.graylog.plugins.views.search.export
Constructors in org.graylog.plugins.views.search.export with parameters of type MongoCollections -
Uses of MongoCollections in org.graylog.plugins.views.search.views
Constructors in org.graylog.plugins.views.search.views with parameters of type MongoCollectionsModifierConstructorDescriptionprotectedViewService(ClusterConfigService clusterConfigService, ViewRequirements.Factory viewRequirementsFactory, EntityOwnershipService entityOwnerShipService, ViewSummaryService viewSummaryService, MongoCollections mongoCollections) protectedViewSummaryService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider, MongoCollections mongoCollections) -
Uses of MongoCollections in org.graylog.plugins.views.startpage.lastOpened
Constructors in org.graylog.plugins.views.startpage.lastOpened with parameters of type MongoCollectionsModifierConstructorDescriptionLastOpenedService(MongoCollections mongoCollections, com.google.common.eventbus.EventBus eventBus) -
Uses of MongoCollections in org.graylog.plugins.views.startpage.recentActivities
Constructors in org.graylog.plugins.views.startpage.recentActivities with parameters of type MongoCollectionsModifierConstructorDescriptionRecentActivityService(MongoCollections mongoCollections, MongoConnection mongoConnection, com.google.common.eventbus.EventBus eventBus, GRNRegistry grnRegistry, PermissionAndRoleResolver permissionAndRoleResolver) protectedRecentActivityService(MongoCollections mongoCollections, MongoConnection mongoConnection, com.google.common.eventbus.EventBus eventBus, GRNRegistry grnRegistry, PermissionAndRoleResolver permissionAndRoleResolver, long maximum) -
Uses of MongoCollections in org.graylog.scheduler
Constructors in org.graylog.scheduler with parameters of type MongoCollectionsModifierConstructorDescriptionDBCustomJobDefinitionService(MongoCollections collections) Deprecated.DBJobTriggerService(MongoCollections mongoCollections, NodeId nodeId, JobSchedulerClock clock, SchedulerCapabilitiesService schedulerCapabilitiesService, com.github.joschi.jadconfig.util.Duration lockExpirationDuration) DBJobTriggerService(MongoConnection mongoConnection, MongoCollections mongoCollections, MongoJackObjectMapperProvider mapper, NodeId nodeId, JobSchedulerClock clock, SchedulerCapabilitiesService schedulerCapabilitiesService, com.github.joschi.jadconfig.util.Duration lockExpirationDuration) Deprecated. -
Uses of MongoCollections in org.graylog2.cluster.nodes
Constructors in org.graylog2.cluster.nodes with parameters of type MongoCollections -
Uses of MongoCollections in org.graylog2.indexer.datanode
Constructors in org.graylog2.indexer.datanode with parameters of type MongoCollectionsModifierConstructorDescriptionRemoteReindexMigrationServiceImpl(MongoCollections mongoCollections) -
Uses of MongoCollections in org.graylog2.indexer.indexset.profile
Constructors in org.graylog2.indexer.indexset.profile with parameters of type MongoCollectionsModifierConstructorDescriptionIndexFieldTypeProfileService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, MongoCollections mongoCollections, IndexFieldTypeProfileUsagesService indexFieldTypeProfileUsagesService, IndexSetService indexSetService) -
Uses of MongoCollections in org.graylog2.indexer.indexset.template
Constructors in org.graylog2.indexer.indexset.template with parameters of type MongoCollections -
Uses of MongoCollections in org.graylog2.lookup.db
Constructors in org.graylog2.lookup.db with parameters of type MongoCollectionsModifierConstructorDescriptionDBCacheService(MongoCollections mongoCollections, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) DBDataAdapterService(MongoCollections mongoCollections, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) DBLookupTableService(MongoCollections mongoCollections, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) -
Uses of MongoCollections in org.graylog2.streams.filters
Constructors in org.graylog2.streams.filters with parameters of type MongoCollectionsModifierConstructorDescriptionStreamDestinationFilterService(MongoCollections mongoCollections, ClusterEventBus clusterEventBus, com.google.common.eventbus.EventBus eventBus, Optional<DestinationFilterCreationValidator> optionalDestinationFilterCreationValidator) -
Uses of MongoCollections in org.graylog2.system.traffic
Constructors in org.graylog2.system.traffic with parameters of type MongoCollections