Interface ClusterMessages.VectorClockOrBuilder

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