Uses of Interface
com.yahoo.config.subscription.ConfigSource
Packages that use ConfigSource
Package
Description
Classes for subscribing to Vespa config.
-
Uses of ConfigSource in com.yahoo.config.subscription
Classes in com.yahoo.config.subscription that implement ConfigSourceModifier and TypeClassDescriptionclass
Config source as a programmatically built set ofConfigInstance
sclass
An immutable set of connection endpoints, where each endpoint points to either a remote config server or a config proxy.class
Source specifying config from a local directoryclass
Source specifying config from one local fileclass
Source specifying config as a jar file entryclass
Source specifying raw config, where payload is given programmaticallyMethods in com.yahoo.config.subscription that return ConfigSourceMethods in com.yahoo.config.subscription with parameters of type ConfigSourceModifier and TypeMethodDescriptionstatic ConfigURI
ConfigURI.createFromIdAndSource
(String configId, ConfigSource source) Constructors in com.yahoo.config.subscription with parameters of type ConfigSourceModifierConstructorDescriptionConfigSubscriber
(ConfigSource source) Constructs a new subscriber with the given source. -
Uses of ConfigSource in com.yahoo.config.subscription.impl
Methods in com.yahoo.config.subscription.impl with parameters of type ConfigSourceModifier and TypeMethodDescriptionstatic <T extends com.yahoo.config.ConfigInstance>
ConfigSubscription<T>ConfigSubscription.get
(ConfigKey<T> key, JrtConfigRequesters requesters, ConfigSource source, TimingValues timingValues) Correct type of ConfigSubscription instance based on type of source or form of config id