Class Tuning.SearchNode.FlushStrategy

java.lang.Object
com.yahoo.vespa.model.search.Tuning.SearchNode.FlushStrategy
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.search.core.ProtonConfig.Producer
Enclosing class:
Tuning.SearchNode

public static class Tuning.SearchNode.FlushStrategy extends Object implements com.yahoo.vespa.config.search.core.ProtonConfig.Producer
  • Field Details

    • totalMaxMemoryGain

      public Long totalMaxMemoryGain
    • totalDiskBloatFactor

      public Double totalDiskBloatFactor
    • componentMaxMemoryGain

      public Long componentMaxMemoryGain
    • componentDiskBloatFactor

      public Double componentDiskBloatFactor
    • componentMaxage

      public Double componentMaxage
    • transactionLogMaxSize

      public Long transactionLogMaxSize
    • conservativeMemoryLimitFactor

      public Double conservativeMemoryLimitFactor
    • conservativeDiskLimitFactor

      public Double conservativeDiskLimitFactor
  • Constructor Details

    • FlushStrategy

      public FlushStrategy()
  • Method Details

    • getConfig

      public void getConfig(com.yahoo.vespa.config.search.core.ProtonConfig.Builder builder)
      Specified by:
      getConfig in interface com.yahoo.vespa.config.search.core.ProtonConfig.Producer