Uses of Interface
com.google.cloud.spanner.watcher.SpannerDatabaseChangeWatcher
-
-
Uses of SpannerDatabaseChangeWatcher in com.google.cloud.spanner.watcher
Classes in com.google.cloud.spanner.watcher that implement SpannerDatabaseChangeWatcher Modifier and Type Class Description classSpannerDatabaseChangeSetPollerImplementation of theSpannerDatabaseChangeWatcherinterface that continuously polls a change set table for new rows, and then polls the actual data tables for any changes that was part of the last seen change set.classSpannerDatabaseTailerImplementation of theSpannerDatabaseChangeWatcherinterface that continuously polls a set of tables for changes based on commit timestamp columns in the tables.
-