Interface ClusterMessages.VectorClock.VersionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getHashIndex()
      required int32 hashIndex = 1;
      long getTimestamp()
      required int64 timestamp = 2;
      boolean hasHashIndex()
      required int32 hashIndex = 1;
      boolean hasTimestamp()
      required int64 timestamp = 2;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

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