Uses of Class
org.graylog2.bindings.providers.MongoJackObjectMapperProvider
Packages that use MongoJackObjectMapperProvider
Package
Description
-
Uses of MongoJackObjectMapperProvider in org.graylog.events.notifications
Constructors in org.graylog.events.notifications with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionDBNotificationGracePeriodService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, JobSchedulerClock clock) -
Uses of MongoJackObjectMapperProvider in org.graylog.events.processor
Constructors in org.graylog.events.processor with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionDBEventProcessorStateService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoJackObjectMapperProvider in org.graylog.plugins.pipelineprocessor.db.mongodb
Constructors in org.graylog.plugins.pipelineprocessor.db.mongodb with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionMongoDbPipelineStreamConnectionsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, ClusterEventBus clusterBus) PaginatedMongoDbPipelineService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) PaginatedMongoDbRuleService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoJackObjectMapperProvider in org.graylog.plugins.pipelineprocessor.rulebuilder.db
Constructors in org.graylog.plugins.pipelineprocessor.rulebuilder.db with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionMongoDBRuleFragmentService(MongoJackObjectMapperProvider objectMapperProvider, MongoConnection mongoConnection) -
Uses of MongoJackObjectMapperProvider in org.graylog.plugins.sidecar.services
Constructors in org.graylog.plugins.sidecar.services with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionActionService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EtagService etagService) CollectorService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) ConfigurationService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, ConfigurationVariableService configurationVariableService, jakarta.inject.Provider<freemarker.template.Configuration> templateConfigurationProvider) ConfigurationVariableService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) SidecarService(CollectorService collectorService, ConfigurationService configurationService, MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, NotificationService notificationService, NotificationSystemEventPublisher notificationSystemEventPublisher, jakarta.validation.Validator validator) -
Uses of MongoJackObjectMapperProvider in org.graylog.plugins.views.search.querystrings
Constructors in org.graylog.plugins.views.search.querystrings with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionMongoLastUsedQueryStringsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, com.google.common.eventbus.EventBus eventBus) MongoLastUsedQueryStringsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, com.google.common.eventbus.EventBus eventBus, Integer maxLength) -
Uses of MongoJackObjectMapperProvider in org.graylog.plugins.views.search.views
Constructors in org.graylog.plugins.views.search.views with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionprotectedViewSummaryService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider, MongoCollections mongoCollections) -
Uses of MongoJackObjectMapperProvider in org.graylog.scheduler
Constructors in org.graylog.scheduler with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionDBJobDefinitionService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) DBJobTriggerService(MongoConnection mongoConnection, MongoCollections mongoCollections, MongoJackObjectMapperProvider mapper, NodeId nodeId, JobSchedulerClock clock, SchedulerCapabilitiesService schedulerCapabilitiesService, com.github.joschi.jadconfig.util.Duration lockExpirationDuration) Deprecated. -
Uses of MongoJackObjectMapperProvider in org.graylog.security
Constructors in org.graylog.security with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionDBGrantService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, GRNRegistry grnRegistry) -
Uses of MongoJackObjectMapperProvider in org.graylog.security.authservice
Constructors in org.graylog.security.authservice with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionprotectedDBAuthServiceBackendService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Map<String, AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories, com.google.common.eventbus.EventBus eventBus, ClusterEventBus clusterEventBus) -
Uses of MongoJackObjectMapperProvider in org.graylog.security.authzroles
Constructors in org.graylog.security.authzroles with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionPaginatedAuthzRolesService(MongoConnection mongoConnection, UserService userService, MongoJackObjectMapperProvider mapper) -
Uses of MongoJackObjectMapperProvider in org.graylog2.bindings.providers
Subclasses of MongoJackObjectMapperProvider in org.graylog2.bindings.providers -
Uses of MongoJackObjectMapperProvider in org.graylog2.cluster
Constructors in org.graylog2.cluster with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionClusterConfigServiceImpl(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, RestrictedChainingClassLoader chainingClassLoader, ClusterEventBus clusterEventBus) ClusterConfigServiceImpl(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, ChainingClassLoader chainingClassLoader, ClusterEventBus clusterEventBus) Deprecated. -
Uses of MongoJackObjectMapperProvider in org.graylog2.contentpacks
Constructors in org.graylog2.contentpacks with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionContentPackInstallationPersistenceService(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection) ContentPackPersistenceService(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, StreamService streamService) -
Uses of MongoJackObjectMapperProvider in org.graylog2.contentstream.db
Constructors in org.graylog2.contentstream.db with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionDBContentStreamUserSettingsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoJackObjectMapperProvider in org.graylog2.database
Constructors in org.graylog2.database with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionMongoCollections(MongoJackObjectMapperProvider objectMapperProvider, MongoConnection mongoConnection) protectedPaginatedDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Class<DTO> dtoClass, String collectionName) protectedPaginatedDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Class<DTO> dtoClass, String collectionName, com.mongodb.DBObject dbOptions) -
Uses of MongoJackObjectMapperProvider in org.graylog2.decorators
Constructors in org.graylog2.decorators with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionDecoratorServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider) -
Uses of MongoJackObjectMapperProvider in org.graylog2.events
Constructors in org.graylog2.events with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionClusterEventCleanupPeriodical(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection) ClusterEventPeriodical(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, RestrictedChainingClassLoader chainingClassLoader, com.google.common.eventbus.EventBus serverEventBus, ClusterEventBus clusterEventBus) ClusterEventPeriodical(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, ChainingClassLoader chainingClassLoader, com.google.common.eventbus.EventBus serverEventBus, ClusterEventBus clusterEventBus) Deprecated. -
Uses of MongoJackObjectMapperProvider in org.graylog2.grok
Constructors in org.graylog2.grok with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionprotectedMongoDbGrokPatternService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, ClusterEventBus clusterBus) PaginatedGrokPatternService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoJackObjectMapperProvider in org.graylog2.indexer.fieldtypes
Constructors in org.graylog2.indexer.fieldtypes with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionIndexFieldTypesService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider) -
Uses of MongoJackObjectMapperProvider in org.graylog2.indexer.indexset
Constructors in org.graylog2.indexer.indexset with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionMongoIndexSetService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider, StreamService streamService, ClusterConfigService clusterConfigService, ClusterEventBus clusterEventBus) -
Uses of MongoJackObjectMapperProvider in org.graylog2.indexer.indexset.profile
Constructors in org.graylog2.indexer.indexset.profile with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionIndexFieldTypeProfileService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, MongoCollections mongoCollections, IndexFieldTypeProfileUsagesService indexFieldTypeProfileUsagesService, IndexSetService indexSetService) -
Uses of MongoJackObjectMapperProvider in org.graylog2.indexer.ranges
Constructors in org.graylog2.indexer.ranges with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionMongoIndexRangeService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider, Indices indices, IndexSetRegistry indexSetRegistry, AuditEventSender auditEventSender, NodeId nodeId, com.google.common.eventbus.EventBus eventBus) -
Uses of MongoJackObjectMapperProvider in org.graylog2.inputs.persistence
Constructors in org.graylog2.inputs.persistence with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionMongoInputStatusService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider, InputService inputService, com.google.common.eventbus.EventBus eventBus) -
Uses of MongoJackObjectMapperProvider in org.graylog2.rest.resources.entities.preferences.service
Constructors in org.graylog2.rest.resources.entities.preferences.service with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionEntityListPreferencesServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoJackObjectMapperProvider in org.graylog2.streams
Constructors in org.graylog2.streams with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionOutputServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapperProvider, StreamService streamService, ClusterEventBus clusterEventBus) PaginatedStreamService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoJackObjectMapperProvider in org.graylog2.system.processing
Constructors in org.graylog2.system.processing with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionDBProcessingStatusService(MongoConnection mongoConnection, NodeId nodeId, JobSchedulerClock clock, com.github.joschi.jadconfig.util.Duration updateThreshold, int journalWriteRateThreshold, MongoJackObjectMapperProvider mapper, BaseConfiguration baseConfiguration) -
Uses of MongoJackObjectMapperProvider in org.graylog2.telemetry.user.db
Constructors in org.graylog2.telemetry.user.db with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionDBTelemetryUserSettingsService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Uses of MongoJackObjectMapperProvider in org.graylog2.users
Constructors in org.graylog2.users with parameters of type MongoJackObjectMapperProviderModifierConstructorDescriptionPaginatedUserService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) RoleServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Permissions permissions, jakarta.validation.Validator validator)
MongoJackObjectMapperProviderdirectly.