Uses of Interface
com.google.cloud.spanner.watcher.SpannerTableChangeWatcher
-
-
Uses of SpannerTableChangeWatcher in com.google.cloud.spanner.watcher
Classes in com.google.cloud.spanner.watcher that implement SpannerTableChangeWatcher Modifier and Type Class Description classSpannerTableChangeSetPollerImplementation of theSpannerTableChangeWatcherinterface that continuously polls a change set table for new rows, and then polls an actual data table for any changes that was part of the last seen change set.classSpannerTableTailerImplementation of theSpannerTableChangeWatcherinterface that continuously polls a table for changes based on a commit timestamp column in the table.
-