Interface ReplicatorMessages.WriteOrBuilder

    • Method Detail

      • hasKey

        boolean hasKey()
        required string key = 1;
        Returns:
        Whether the key field is set.
      • getKey

        java.lang.String getKey()
        required string key = 1;
        Returns:
        The key.
      • getKeyBytes

        akka.protobufv3.internal.ByteString getKeyBytes()
        required string key = 1;
        Returns:
        The bytes for key.
      • hasEnvelope

        boolean hasEnvelope()
        required .akka.cluster.ddata.DataEnvelope envelope = 2;
        Returns:
        Whether the envelope field is set.
      • hasFromNode

        boolean hasFromNode()
        optional .akka.cluster.ddata.UniqueAddress fromNode = 3;
        Returns:
        Whether the fromNode field is set.