Class NodeSpec


  • public class NodeSpec
    extends java.lang.Object
    Represents the group and partition id of a search interface node.
    Author:
    geirst
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeSpec​(int groupIndex, int partitionId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int groupIndex()
      Returns an index of the group of this node.
      int partitionId()  
      • Methods inherited from class java.lang.Object

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

      • NodeSpec

        public NodeSpec​(int groupIndex,
                        int partitionId)
    • Method Detail

      • groupIndex

        public int groupIndex()
        Returns an index of the group of this node. This is a 0-base continuous integer id, not necessarily the same as the group id assigned by the user. This group index is called a "row id" in some legacy components in Vespa for historical reasons.
      • partitionId

        public int partitionId()