Interface ReplicatorMessages.VersionVector.EntryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1;
    required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1;
    long
    required int64 version = 2;
    boolean
    required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1;
    boolean
    required int64 version = 2;

    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

    • hasNode

      boolean hasNode()
      required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1;
      Returns:
      Whether the node field is set.
    • getNode

      required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1;
      Returns:
      The node.
    • getNodeOrBuilder

      required .org.apache.pekko.cluster.ddata.UniqueAddress node = 1;
    • hasVersion

      boolean hasVersion()
      required int64 version = 2;
      Returns:
      Whether the version field is set.
    • getVersion

      long getVersion()
      required int64 version = 2;
      Returns:
      The version.