public static interface SpannerTableChangeWatcher.RowChangeCallback
| Modifier and Type | Method and Description |
|---|---|
void |
rowChange(TableId table,
SpannerTableChangeWatcher.Row row,
com.google.cloud.Timestamp commitTimestamp)
Called once for each detected insert or update of a row.
|
void rowChange(TableId table, SpannerTableChangeWatcher.Row row, com.google.cloud.Timestamp commitTimestamp)
table - The table where the data was inserted or updated.row - The updated data of the row that was inserted or updated.commitTimestamp - The commit timestamp of the transaction that inserted or updated the
row.Copyright © 2022 Google LLC. All rights reserved.