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

    Modifier and Type
    Method
    Description
    optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2;
    optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2;
    required string key = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string key = 1;
    boolean
    optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2;
    boolean
    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 Details

    • hasKey

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

      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.
    • getFromNode

      optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2;
      Returns:
      The fromNode.
    • getFromNodeOrBuilder

      optional .org.apache.pekko.cluster.ddata.UniqueAddress fromNode = 2;