Class ZenPing.PingResponse

  • All Implemented Interfaces:
    Writeable
    Enclosing interface:
    ZenPing

    public static class ZenPing.PingResponse
    extends java.lang.Object
    implements Writeable
    • Method Detail

      • id

        public long id()
        an always increasing unique identifier for this ping response. lower values means older pings.
      • clusterName

        public ClusterName clusterName()
        the name of the cluster this node belongs to
      • node

        public DiscoveryNode node()
        the node which this ping describes
      • master

        public DiscoveryNode master()
        the current master of the node
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object