Class PersistenceProducer

java.lang.Object
com.yahoo.vespa.model.content.storagecluster.PersistenceProducer
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.content.PersistenceConfig.Producer

public class PersistenceProducer extends Object implements com.yahoo.vespa.config.content.PersistenceConfig.Producer
Serves engines config for storage clusters.
  • Constructor Details

    • PersistenceProducer

      public PersistenceProducer()
    • PersistenceProducer

      public PersistenceProducer(Boolean failOnError, Duration recoveryPeriod, Duration revertTimePeriod)
  • Method Details

    • getConfig

      public void getConfig(com.yahoo.vespa.config.content.PersistenceConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.vespa.config.content.PersistenceConfig.Producer