Class BlockFeedGlobalEndpointsFilter
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<CCHILD>
com.yahoo.vespa.model.container.component.Component<AnyConfigProducer,T>
com.yahoo.vespa.model.container.component.chain.ChainedComponent<com.yahoo.component.chain.model.ChainedComponentModel>
com.yahoo.vespa.model.container.http.Filter
com.yahoo.vespa.model.container.http.BlockFeedGlobalEndpointsFilter
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer,com.yahoo.vespa.config.jdisc.http.filter.RuleBasedFilterConfig.Producer,ConfigProducer,Serializable,Comparable<Component<?,?>>
public class BlockFeedGlobalEndpointsFilter
extends Filter
implements com.yahoo.vespa.config.jdisc.http.filter.RuleBasedFilterConfig.Producer
- Author:
- mortent
- See Also:
-
Field Summary
Fields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
ConstructorsConstructorDescriptionBlockFeedGlobalEndpointsFilter(Set<com.yahoo.config.model.api.ContainerEndpoint> endpoints, boolean dryRun) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfig(com.yahoo.vespa.config.jdisc.http.filter.RuleBasedFilterConfig.Builder builder) Methods inherited from class com.yahoo.vespa.model.container.http.Filter
addAndInjectConfigProviderMethods inherited from class com.yahoo.vespa.model.container.component.chain.ChainedComponent
getGlobalComponentId, initializeMethods inherited from class com.yahoo.vespa.model.container.component.Component
addComponent, compareTo, fromClassAndBundle, getClassId, getComponentId, getInjectedComponentIds, inject, injectForName, toStringMethods inherited from class com.yahoo.config.model.producer.TreeConfigProducer
addChild, addDescendantService, getChildren, getChildrenByTypeRecursive, getConfigClassLoader, getDescendantServices, removeChild, validateMethods inherited from class com.yahoo.config.model.producer.AnyConfigProducer
addConfigId, addUserConfig, cascadeConfig, currentConfigId, findInheritedClassLoader, getConfigId, getMonitoringService, getParent, getRoot, getSubId, getUserConfigs, hostSystem, mergeUserConfigs, remove, setParent, setUserConfigs, stateIsHostedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.vespa.model.ConfigProducer
dump
-
Constructor Details
-
BlockFeedGlobalEndpointsFilter
public BlockFeedGlobalEndpointsFilter(Set<com.yahoo.config.model.api.ContainerEndpoint> endpoints, boolean dryRun)
-
-
Method Details
-
getConfig
public void getConfig(com.yahoo.vespa.config.jdisc.http.filter.RuleBasedFilterConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.vespa.config.jdisc.http.filter.RuleBasedFilterConfig.Producer
-