Class Node

java.lang.Object
ai.vespa.cloud.Node

public class Node extends Object
A node that is part of a cluster of e.g. Jdisc containers.
Author:
gjoranv
  • Constructor Details

    • Node

      public Node(int index)
  • Method Details

    • index

      public int index()
      Returns the unique index of this node in the cluster. Indices are non-negative, but not necessarily contiguous or starting from zero.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object