Interface ReplicatorMessages.GossipOrBuilder

    • Method Detail

      • hasSendBack

        boolean hasSendBack()
        required bool sendBack = 1;
        Returns:
        Whether the sendBack field is set.
      • getSendBack

        boolean getSendBack()
        required bool sendBack = 1;
        Returns:
        The sendBack.
      • getEntriesCount

        int getEntriesCount()
        repeated .akka.cluster.ddata.Gossip.Entry entries = 2;
      • hasToSystemUid

        boolean hasToSystemUid()
        optional sfixed64 toSystemUid = 3;
        Returns:
        Whether the toSystemUid field is set.
      • getToSystemUid

        long getToSystemUid()
        optional sfixed64 toSystemUid = 3;
        Returns:
        The toSystemUid.
      • hasFromSystemUid

        boolean hasFromSystemUid()
        optional sfixed64 fromSystemUid = 4;
        Returns:
        Whether the fromSystemUid field is set.
      • getFromSystemUid

        long getFromSystemUid()
        optional sfixed64 fromSystemUid = 4;
        Returns:
        The fromSystemUid.