Class BucketSplitting

java.lang.Object
com.yahoo.vespa.model.content.BucketSplitting
All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.content.core.StorDistributormanagerConfig.Producer

public class BucketSplitting extends Object implements com.yahoo.vespa.config.content.core.StorDistributormanagerConfig.Producer
Represents configuration for bucket splitting.
  • Constructor Details

    • BucketSplitting

      public BucketSplitting(Integer maxDocuments, Integer splitSize, Integer minSplitCount)
  • Method Details

    • getConfig

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