Interface ClusterMessages.VectorClockOrBuilder

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

    public static interface ClusterMessages.VectorClockOrBuilder
    extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • Method Detail

      • hasTimestamp

        boolean hasTimestamp()
         the timestamp could be removed but left for test data compatibility
         
        optional int64 timestamp = 1;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
         the timestamp could be removed but left for test data compatibility
         
        optional int64 timestamp = 1;
        Returns:
        The timestamp.
      • getVersionsCount

        int getVersionsCount()
        repeated .VectorClock.Version versions = 2;