Uses of Class
org.graylog2.contentpacks.ContentPackPersistenceService
Packages that use ContentPackPersistenceService
Package
Description
-
Uses of ContentPackPersistenceService in org.graylog.plugins.threatintel.migrations
Constructors in org.graylog.plugins.threatintel.migrations with parameters of type ContentPackPersistenceServiceModifierConstructorDescriptionV20180906112716_RecreateThreatintelLookupTables(ContentPackPersistenceService contentPackPersistenceService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ClusterConfigService clusterConfigService) -
Uses of ContentPackPersistenceService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type ContentPackPersistenceServiceModifierConstructorDescriptionV20180924111644_AddDefaultGrokPatterns(ContentPackPersistenceService contentPackPersistenceService, ContentPackService contentPackService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ClusterConfigService clusterConfigService) V20191219090834_AddSourcesPage(ContentPackPersistenceService contentPackPersistenceService, ContentPackService contentPackService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ClusterConfigService clusterConfigService) -
Uses of ContentPackPersistenceService in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type ContentPackPersistenceServiceModifierConstructorDescriptionContentPackLoaderPeriodical(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ContentPackService contentPackService, ContentPackPersistenceService contentPackPersistenceService, ContentPackInstallationPersistenceService contentPackInstallationPersistenceService, Configuration configuration, boolean contentPacksLoaderEnabled, Path contentPacksDir, Set<String> contentPacksAutoInstall) -
Uses of ContentPackPersistenceService in org.graylog2.rest.resources.system.contentpacks
Constructors in org.graylog2.rest.resources.system.contentpacks with parameters of type ContentPackPersistenceServiceModifierConstructorDescriptionContentPackResource(ContentPackService contentPackService, ContentPackPersistenceService contentPackPersistenceService, ContentPackInstallationPersistenceService contentPackInstallationPersistenceService)