Class NodeSpec


  • public class NodeSpec
    extends Object
    Represents the group and partition id of a search interface node.
    Author:
    geirst
    • 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 or node repo. This index is called a "row id" in some places in Vespa for historical reasons.
      • partitionId

        public int partitionId()
        Returns the partition id of this, which is also a contiguous integer id, not necessarily the same as the group id assigned by the user or node repo.