public static interface SpannerDatabaseTailer.TableSelecter
SpannerDatabaseTailer.| Modifier and Type | Method and Description |
|---|---|
SpannerDatabaseTailer.TableExcluder |
allTables()
Instructs the
SpannerDatabaseTailer to emit change events for all tables in the
database that have a column with option ALLOW_COMMIT_TIMESTAMP=TRUE. |
SpannerDatabaseTailer.Builder |
includeTables(String firstTable,
String... furtherTables)
Instructs the
SpannerDatabaseTailer to only emit changes for these specific tables. |
SpannerDatabaseTailer.Builder includeTables(String firstTable, String... furtherTables)
SpannerDatabaseTailer to only emit changes for these specific tables.SpannerDatabaseTailer.TableExcluder allTables()
SpannerDatabaseTailer to emit change events for all tables in the
database that have a column with option ALLOW_COMMIT_TIMESTAMP=TRUE. Tables that don't have a
commit timestamp column are automatically ignored. Additional tables can be excluded by
calling SpannerDatabaseTailer.TableExcluder.except(String...).Copyright © 2022 Google LLC. All rights reserved.