Class DispatchGroup

java.lang.Object
com.yahoo.vespa.model.search.DispatchGroup

public class DispatchGroup extends Object
Class representing a group of @link{SearchInterface} nodes and a set of @link{Dispatch} nodes. Each @link{Dispatch} has a reference to an instance of this class and use it when producing config.
Author:
baldersheim
  • Constructor Details

  • Method Details

    • getSearchersIterable

      public DispatchGroup.Iterable getSearchersIterable()
    • getRowBits

      public int getRowBits()
    • getNumPartitions

      public int getNumPartitions()
    • useFixedRowInDispatch

      public boolean useFixedRowInDispatch()
    • getSearchableCopies

      public int getSearchableCopies()
    • getRedundancy

      public int getRedundancy()