Uses of Class
com.yahoo.config.subscription.ConfigSourceSet
Packages that use ConfigSourceSet
Package
Description
Classes for subscribing to Vespa config.
-
Uses of ConfigSourceSet in com.yahoo.config.subscription
Methods in com.yahoo.config.subscription that return ConfigSourceSetModifier and TypeMethodDescriptionstatic ConfigSourceSetConfigSourceSet.createDefault()Create a new source set using the environment variables or system properties -
Uses of ConfigSourceSet in com.yahoo.config.subscription.impl
Fields in com.yahoo.config.subscription.impl declared as ConfigSourceSetModifier and TypeFieldDescriptionstatic final ConfigSourceSetJRTConfigRequester.defaultSourceSetFields in com.yahoo.config.subscription.impl with type parameters of type ConfigSourceSetModifier and TypeFieldDescriptionprotected Map<ConfigSourceSet,JRTConfigRequester> JrtConfigRequesters.requestersReuse requesters for equal source sets, limit number if many subscriptions.Methods in com.yahoo.config.subscription.impl with parameters of type ConfigSourceSetModifier and TypeMethodDescriptionJRTManagedConnectionPools.acquire(ConfigSourceSet sourceSet, TimingValues timingValues) static JRTConfigRequesterJRTConfigRequester.create(ConfigSourceSet sourceSet, TimingValues timingValues) JrtConfigRequesters.getRequester(ConfigSourceSet source, TimingValues timingValues) voidJRTManagedConnectionPools.release(ConfigSourceSet sourceSet) -
Uses of ConfigSourceSet in com.yahoo.vespa.config
Methods in com.yahoo.vespa.config with parameters of type ConfigSourceSetConstructors in com.yahoo.vespa.config with parameters of type ConfigSourceSetModifierConstructorDescriptionJRTConnectionPool(ConfigSourceSet sourceSet) JRTConnectionPool(ConfigSourceSet sourceSet, com.yahoo.jrt.Supervisor supervisor)