Uses of Interface
com.google.cloud.spanner.watcher.CommitTimestampRepository
-
-
Uses of CommitTimestampRepository in com.google.cloud.spanner.watcher
Classes in com.google.cloud.spanner.watcher that implement CommitTimestampRepository Modifier and Type Class Description classSpannerCommitTimestampRepositoryCommitTimestampRepositorythat stores the last seen commit timestamp for a table in a Cloud Spanner database table.Methods in com.google.cloud.spanner.watcher with parameters of type CommitTimestampRepository Modifier and Type Method Description SpannerDatabaseTailer.BuilderSpannerDatabaseTailer.Builder. setCommitTimestampRepository(CommitTimestampRepository repository)Sets a specificCommitTimestampRepositoryto use for theSpannerDatabaseTailer.SpannerTableTailer.BuilderSpannerTableTailer.Builder. setCommitTimestampRepository(CommitTimestampRepository repository)Sets theCommitTimestampRepositoryto use with thisSpannerTableTailer.
-