Uses of Interface
org.graylog2.lookup.LookupTableConfigService
Packages that use LookupTableConfigService
-
Uses of LookupTableConfigService in org.graylog2.lookup
Methods in org.graylog2.lookup that return LookupTableConfigServiceModifier and TypeMethodDescriptionprotected LookupTableConfigServiceLookupTableService.getConfigService()Constructors in org.graylog2.lookup with parameters of type LookupTableConfigServiceModifierConstructorDescriptionLookupTableService(LookupTableConfigService configService, Map<String, LookupCache.Factory> cacheFactories, Map<String, LookupDataAdapter.Factory> adapterFactories, Map<String, LookupDataAdapter.Factory2> adapterFactories2, Map<String, LookupDataAdapter.Factory2> systemAdapterFactories, ScheduledExecutorService scheduler, com.google.common.eventbus.EventBus eventBus) -
Uses of LookupTableConfigService in org.graylog2.lookup.db
Classes in org.graylog2.lookup.db that implement LookupTableConfigService