Class SimpleComponent
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<CCHILD>
com.yahoo.vespa.model.container.component.Component<AnyConfigProducer,com.yahoo.osgi.provider.model.ComponentModel>
com.yahoo.vespa.model.container.component.SimpleComponent
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer
,ConfigProducer
,Serializable
,Comparable<Component<?,
?>>
- Direct Known Subclasses:
AccessLogComponent
,BertEmbedder
,CloudSecretStore
,ClusterControllerComponent
,ClusterControllerConfigurer
,ConnectionLogComponent
,ConnectorFactory
,ContainerThreadpool
,FilterConfigProvider
,HuggingFaceEmbedder
,HuggingFaceTokenizer
,IdentityProvider
,JettyHttpServer
,JettyHttpServer.FilterBindingsProviderComponent
,SslProvider
public class SimpleComponent
extends Component<AnyConfigProducer,com.yahoo.osgi.provider.model.ComponentModel>
A component that uses the class name as id, and resides in the container-disc bundle.
- Author:
- gjoranv
- See Also:
-
Field Summary
Fields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleComponent
(com.yahoo.osgi.provider.model.ComponentModel model) SimpleComponent
(String className) -
Method Summary
Methods inherited from class com.yahoo.vespa.model.container.component.Component
addComponent, compareTo, fromClassAndBundle, getClassId, getComponentId, getGlobalComponentId, getInjectedComponentIds, inject, injectForName, toString
Methods inherited from class com.yahoo.config.model.producer.TreeConfigProducer
addChild, addDescendantService, getChildren, getChildrenByTypeRecursive, getConfigClassLoader, getDescendantServices, removeChild, validate
Methods 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, stateIsHosted
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.yahoo.vespa.model.ConfigProducer
dump
-
Constructor Details
-
SimpleComponent
public SimpleComponent(com.yahoo.osgi.provider.model.ComponentModel model) -
SimpleComponent
-