Interface ReplicatorMessages.StatusOrBuilder

    • Method Detail

      • hasChunk

        boolean hasChunk()
        required uint32 chunk = 1;
        Returns:
        Whether the chunk field is set.
      • getChunk

        int getChunk()
        required uint32 chunk = 1;
        Returns:
        The chunk.
      • hasTotChunks

        boolean hasTotChunks()
        required uint32 totChunks = 2;
        Returns:
        Whether the totChunks field is set.
      • getTotChunks

        int getTotChunks()
        required uint32 totChunks = 2;
        Returns:
        The totChunks.
      • getEntriesCount

        int getEntriesCount()
        repeated .akka.cluster.ddata.Status.Entry entries = 3;
      • hasToSystemUid

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

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

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

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