Interface CommitTimestampRepository

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      com.google.cloud.Timestamp get​(TableId table)
      Returns the last seen commit timestamp for the given table.
      default com.google.cloud.Timestamp get​(TableId table, com.google.cloud.spanner.Value shardValue)
      Returns the last seen commit timestamp for the given table and shard value.
      default void set​(TableId table, com.google.cloud.spanner.Value shardValue, com.google.cloud.Timestamp timestamp)
      Sets the last seen commit timestamp for the given table and shard value.
      void set​(TableId table, com.google.cloud.Timestamp commitTimestamp)
      Sets the last seen commit timestamp for the given table.