Interface ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder

    • Method Detail

      • hasFrom

        boolean hasFrom()
        required .Address from = 1;
        Returns:
        Whether the from field is set.
      • hasGossip

        boolean hasGossip()
        required .MetricsGossip gossip = 2;
        Returns:
        Whether the gossip field is set.
      • hasReply

        boolean hasReply()
        required bool reply = 3;
        Returns:
        Whether the reply field is set.
      • getReply

        boolean getReply()
        required bool reply = 3;
        Returns:
        The reply.