Class PersistenceProducer

  • All Implemented Interfaces:
    com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.content.PersistenceConfig.Producer

    public class PersistenceProducer
    extends java.lang.Object
    implements com.yahoo.vespa.config.content.PersistenceConfig.Producer
    Serves engines config for storage clusters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getConfig​(com.yahoo.vespa.config.content.PersistenceConfig.Builder builder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PersistenceProducer

        public PersistenceProducer()
      • PersistenceProducer

        public PersistenceProducer​(java.lang.Boolean failOnError,
                                   Duration recoveryPeriod,
                                   Duration revertTimePeriod)
    • Method Detail

      • getConfig

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