Uses of Class
org.graylog2.lookup.db.DBDataAdapterService
Packages that use DBDataAdapterService
Package
Description
-
Uses of DBDataAdapterService in org.graylog.plugins.threatintel
Constructors in org.graylog.plugins.threatintel with parameters of type DBDataAdapterServiceModifierConstructorDescriptionPluginConfigService(ClusterConfigService clusterConfigService, com.google.common.eventbus.EventBus serverEventBus, DBDataAdapterService dbDataAdapterService, ClusterEventBus clusterEventBus) -
Uses of DBDataAdapterService in org.graylog.plugins.threatintel.migrations
Constructors in org.graylog.plugins.threatintel.migrations with parameters of type DBDataAdapterServiceModifierConstructorDescriptionV20170821100300_MigrateOTXAPIToken(ClusterConfigService clusterConfigService, DBDataAdapterService dbDataAdapterService, ClusterEventBus clusterBus) -
Uses of DBDataAdapterService in org.graylog2.contentpacks.facades
Constructors in org.graylog2.contentpacks.facades with parameters of type DBDataAdapterServiceModifierConstructorDescriptionLookupDataAdapterFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, DBDataAdapterService dataAdapterService, Set<PluginMetaData> pluginMetaData) -
Uses of DBDataAdapterService in org.graylog2.lookup.db
Constructors in org.graylog2.lookup.db with parameters of type DBDataAdapterServiceModifierConstructorDescriptionDBLookupTableConfigService(DBDataAdapterService dbAdapters, DBCacheService dbCaches, DBLookupTableService dbTables) -
Uses of DBDataAdapterService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type DBDataAdapterServiceModifierConstructorDescriptionV20191129134600_CreateInitialUrlWhitelist(ClusterConfigService clusterConfigService, UrlWhitelistService whitelistService, DBDataAdapterService dataAdapterService, DBNotificationService notificationService, RegexHelper regexHelper) -
Uses of DBDataAdapterService in org.graylog2.rest.resources.system.lookup
Constructors in org.graylog2.rest.resources.system.lookup with parameters of type DBDataAdapterServiceModifierConstructorDescriptionLookupTableResource(DBLookupTableService dbTableService, DBDataAdapterService dbDataAdapterService, DBCacheService dbCacheService, Map<String, LookupCache.Factory> cacheTypes, Map<String, LookupDataAdapter.Factory> dataAdapterTypes, Map<String, LookupDataAdapter.Factory2> dataAdapterTypes2, LookupTableService lookupTableService, LookupDataAdapterValidationContext lookupDataAdapterValidationContext, javax.validation.Validator validator, Configuration configuration)