| Modifier and Type | Class and Description |
|---|---|
class |
SpannerDatabaseChangeSetPoller
Implementation of the
SpannerDatabaseChangeWatcher interface 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. |
class |
SpannerDatabaseTailer
Implementation of the
SpannerDatabaseChangeWatcher interface that continuously polls a
set of tables for changes based on commit timestamp columns in the tables. |
Copyright © 2022 Google LLC. All rights reserved.