Uses of Interface
org.graylog2.plugin.lookup.LookupCache.Factory
Packages that use LookupCache.Factory
Package
Description
-
Uses of LookupCache.Factory in org.graylog2.lookup
Constructor parameters in org.graylog2.lookup with type arguments of type LookupCache.FactoryModifierConstructorDescriptionLookupTableService(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 LookupCache.Factory in org.graylog2.lookup.caches
Subinterfaces of LookupCache.Factory in org.graylog2.lookup.cachesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Uses of LookupCache.Factory in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type LookupCache.FactoryModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,LookupCache.Factory> Graylog2Module.lookupCacheBinder() -
Uses of LookupCache.Factory in org.graylog2.rest.resources.system.lookup
Constructor parameters in org.graylog2.rest.resources.system.lookup with type arguments of type LookupCache.FactoryModifierConstructorDescriptionLookupTableResource(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)