Interface ReplicatorMessages.GossipOrBuilder

  • All Superinterfaces:
    org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
    All Known Implementing Classes:
    ReplicatorMessages.Gossip, ReplicatorMessages.Gossip.Builder
    Enclosing class:
    ReplicatorMessages

    public static interface ReplicatorMessages.GossipOrBuilder
    extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • 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 .org.apache.pekko.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.