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 TypeMethodDescriptionprotected PluginLoaderCmdLineTool.getPluginLoader(File pluginDir, ChainingClassLoader classLoader) protected PluginLoaderCmdLineTool.getPluginLoader(PluginLoaderConfig pluginLoaderConfig, ChainingClassLoader classLoader) -
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.database.dbcatalog
Methods in org.graylog2.database.dbcatalog with parameters of type ChainingClassLoaderModifier and TypeMethodDescriptionDbEntitiesScanner.scan(String[] packagesToScan, String[] packagesToExclude, ChainingClassLoader chainingClassLoader) Constructors in org.graylog2.database.dbcatalog with parameters of type ChainingClassLoader -
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)