Interface ClusterMessages.VectorClock.VersionOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ClusterMessages.VectorClock.Version, ClusterMessages.VectorClock.Version.Builder
Enclosing class:
ClusterMessages.VectorClock

public static interface ClusterMessages.VectorClock.VersionOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    required int32 hashIndex = 1;
    long
    required int64 timestamp = 2;
    boolean
    required int32 hashIndex = 1;
    boolean
    required int64 timestamp = 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

    • hasHashIndex

      boolean hasHashIndex()
      required int32 hashIndex = 1;
      Returns:
      Whether the hashIndex field is set.
    • getHashIndex

      int getHashIndex()
      required int32 hashIndex = 1;
      Returns:
      The hashIndex.
    • hasTimestamp

      boolean hasTimestamp()
      required int64 timestamp = 2;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      long getTimestamp()
      required int64 timestamp = 2;
      Returns:
      The timestamp.