Uses of Interface
com.google.cloud.spanner.watcher.SpannerTableChangeWatcher.Row
-
-
Uses of SpannerTableChangeWatcher.Row in com.google.cloud.spanner.watcher
Methods in com.google.cloud.spanner.watcher with parameters of type SpannerTableChangeWatcher.Row Modifier and Type Method Description voidSpannerTableChangeWatcher.RowChangeCallback. rowChange(TableId table, SpannerTableChangeWatcher.Row row, com.google.cloud.Timestamp commitTimestamp)Called once for each detected insert or update of a row.
-