java.lang.Object
io.metaloom.qdrant.client.http.model.collection.config.OptimizersConfig
Direct Known Subclasses:
OptimizersConfigDiff

public class OptimizersConfig extends Object
  • Constructor Details

    • OptimizersConfig

      public OptimizersConfig()
  • Method Details

    • getDeletedThreshold

      public Double getDeletedThreshold()
    • setDeletedThreshold

      public OptimizersConfig setDeletedThreshold(Double deletedThreshold)
    • getVacuumMinVectorNumber

      public Integer getVacuumMinVectorNumber()
    • setVacuumMinVectorNumber

      public OptimizersConfig setVacuumMinVectorNumber(Integer vacuumMinVectorNumber)
    • getMaxOptimizationThreads

      public Integer getMaxOptimizationThreads()
    • setMaxOptimizationThreads

      public OptimizersConfig setMaxOptimizationThreads(Integer maxOptimizationThreads)
    • getMemmapThreshold

      public Integer getMemmapThreshold()
    • setMemmapThreshold

      public OptimizersConfig setMemmapThreshold(Integer memmapThreshold)
    • getIndexingThreshold

      public Integer getIndexingThreshold()
    • setIndexingThreshold

      public OptimizersConfig setIndexingThreshold(Integer indexingThreshold)
    • getFlushIntervalSec

      public Integer getFlushIntervalSec()
    • setFlushIntervalSec

      public OptimizersConfig setFlushIntervalSec(Integer flushIntervalSec)
    • getMaxSegmentSize

      public Integer getMaxSegmentSize()
    • setMaxSegmentSize

      public OptimizersConfig setMaxSegmentSize(Integer maxSegmentSize)