| Modifier and Type | Class and Description |
|---|---|
class |
SpannerTableChangeSetPoller
Implementation of the
SpannerTableChangeWatcher interface 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. |
class |
SpannerTableTailer
Implementation of the
SpannerTableChangeWatcher interface that continuously polls a table
for changes based on a commit timestamp column in the table. |
Copyright © 2022 Google LLC. All rights reserved.