public static interface SpannerDatabaseChangeSetPoller.Builder.TableSelecter
SpannerDatabaseChangeSetPoller.| Modifier and Type | Method and Description |
|---|---|
SpannerDatabaseChangeSetPoller.Builder.TableExcluder |
allTables()
Instructs the
SpannerDatabaseChangeSetPoller to emit change events for all tables
in the database. |
SpannerDatabaseChangeSetPoller.Builder |
includeTables(String firstTable,
String... furtherTables)
Instructs the
SpannerDatabaseChangeSetPoller to only emit changes for these
specific tables. |
SpannerDatabaseChangeSetPoller.Builder includeTables(String firstTable, String... furtherTables)
SpannerDatabaseChangeSetPoller to only emit changes for these
specific tables.SpannerDatabaseChangeSetPoller.Builder.TableExcluder allTables()
SpannerDatabaseChangeSetPoller to emit change events for all tables
in the database. Tables can be excluded by calling SpannerDatabaseChangeSetPoller.Builder.TableExcluder.except(String...).Copyright © 2022 Google LLC. All rights reserved.