Interface ReplicatorMessages.ReadOrBuilder

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

    public static interface ReplicatorMessages.ReadOrBuilder
    extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ReplicatorMessages.UniqueAddress getFromNode()
      optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2;
      ReplicatorMessages.UniqueAddressOrBuilder getFromNodeOrBuilder()
      optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2;
      java.lang.String getKey()
      required string key = 1;
      org.apache.pekko.protobufv3.internal.ByteString getKeyBytes()
      required string key = 1;
      boolean hasFromNode()
      optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2;
      boolean hasKey()
      required string key = 1;
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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

        org.apache.pekko.protobufv3.internal.ByteString getKeyBytes()
        required string key = 1;
        Returns:
        The bytes for key.
      • hasFromNode

        boolean hasFromNode()
        optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2;
        Returns:
        Whether the fromNode field is set.