Class PersistenceEngine
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.config.model.producer.TreeConfigProducer<AnyConfigProducer>
com.yahoo.vespa.model.content.engines.PersistenceEngine
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer,com.yahoo.vespa.config.content.core.StorServerConfig.Producer,ConfigProducer,Serializable
- Direct Known Subclasses:
DummyPersistence,ProtonProvider
public abstract class PersistenceEngine
extends TreeConfigProducer<AnyConfigProducer>
implements com.yahoo.vespa.config.content.core.StorServerConfig.Producer
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceCreates a config producer for the engines provider at a given node. -
Field Summary
Fields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
ConstructorsConstructorDescriptionPersistenceEngine(TreeConfigProducer<? super PersistenceEngine> parent, String name) -
Method Summary
Methods 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, toString, wait, wait, waitMethods inherited from interface com.yahoo.vespa.model.ConfigProducer
dumpMethods inherited from interface com.yahoo.vespa.config.content.core.StorServerConfig.Producer
getConfig
-
Constructor Details
-
PersistenceEngine
-