Uses of Class
org.graylog2.shared.plugins.ChainingClassLoader
Packages that use ChainingClassLoader
Package
Description
-
Uses of ChainingClassLoader in org.graylog2.bindings
Constructors in org.graylog2.bindings with parameters of type ChainingClassLoaderModifierConstructorDescriptionMessageOutputBindings(Configuration configuration, ChainingClassLoader chainingClassLoader) -
Uses of ChainingClassLoader in org.graylog2.bootstrap
Fields in org.graylog2.bootstrap declared as ChainingClassLoaderModifier and TypeFieldDescriptionprotected final ChainingClassLoaderCmdLineTool.chainingClassLoaderMethods in org.graylog2.bootstrap with parameters of type ChainingClassLoaderModifier and TypeMethodDescriptionCmdLineTool.loadPlugins(Path pluginPath, ChainingClassLoader chainingClassLoader) -
Uses of ChainingClassLoader in org.graylog2.cluster
Constructors in org.graylog2.cluster with parameters of type ChainingClassLoaderModifierConstructorDescriptionClusterConfigServiceImpl(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, ChainingClassLoader chainingClassLoader, ClusterEventBus clusterEventBus) Deprecated. -
Uses of ChainingClassLoader in org.graylog2.commands.journal
Methods in org.graylog2.commands.journal with parameters of type ChainingClassLoaderModifier and TypeMethodDescriptionAbstractJournalCommand.loadPlugins(Path pluginPath, ChainingClassLoader chainingClassLoader) -
Uses of ChainingClassLoader in org.graylog2.database.dbcatalog
Constructors in org.graylog2.database.dbcatalog with parameters of type ChainingClassLoader -
Uses of ChainingClassLoader in org.graylog2.database.dbcatalog.impl
Methods in org.graylog2.database.dbcatalog.impl with parameters of type ChainingClassLoaderModifier and TypeMethodDescriptionClassGraphDbEntitiesScanningMethod.scan(String[] packagesToScan, String[] packagesToExclude, ChainingClassLoader chainingClassLoader) DbEntitiesScanningMethod.scan(String[] packagesToScan, String[] packagesToExclude, ChainingClassLoader chainingClassLoader) ReflectionsDbEntitiesScanningMethod.scan(String[] packagesToScan, String[] packagesToExclude, ChainingClassLoader chainingClassLoader) Deprecated. -
Uses of ChainingClassLoader in org.graylog2.events
Constructors in org.graylog2.events with parameters of type ChainingClassLoaderModifierConstructorDescriptionClusterEventPeriodical(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, NodeId nodeId, ChainingClassLoader chainingClassLoader, com.google.common.eventbus.EventBus serverEventBus, ClusterEventBus clusterEventBus) Deprecated. -
Uses of ChainingClassLoader in org.graylog2.security
Constructors in org.graylog2.security with parameters of type ChainingClassLoaderModifierConstructorDescriptionRestrictedChainingClassLoader(ChainingClassLoader delegate, SafeClasses safeClasses)