Class NodeList

java.lang.Object
io.vertx.ext.consul.NodeList

public class NodeList extends Object
Holds result of nodes query
Author:
Ruslan Sennov
  • Constructor Details

    • NodeList

      public NodeList()
      Default constructor
    • NodeList

      public NodeList(NodeList other)
      Copy constructor
      Parameters:
      other - the one to copy
    • NodeList

      public NodeList(JsonObject json)
      Constructor from JSON
      Parameters:
      json - the JSON
  • Method Details

    • toJson

      public JsonObject toJson()
      Convert to JSON
      Returns:
      the JSON
    • getIndex

      public long getIndex()
      Get Consul index
      Returns:
      the consul index
    • setIndex

      public NodeList setIndex(long index)
      Set Consul index, a unique identifier representing the current state of the requested list of nodes
      Parameters:
      index - the consul index
      Returns:
      reference to this, for fluency
    • getList

      public List<Node> getList()
      Get list of nodes
      Returns:
      the list of nodes
    • setList

      public NodeList setList(List<Node> list)
      Set list of nodes
      Parameters:
      list - the list of nodes
      Returns:
      reference to this, for fluency
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object