Class SnapshotQueryProviderTest.AbstractSnapshotQuery

java.lang.Object
io.debezium.snapshot.SnapshotQueryProviderTest.AbstractSnapshotQuery
All Implemented Interfaces:
io.debezium.service.Service, io.debezium.snapshot.spi.SnapshotQuery, io.debezium.spi.common.Configurable
Direct Known Subclasses:
SnapshotQueryProviderTest.SnapshotQueryAnnotatedCustomA, SnapshotQueryProviderTest.SnapshotQueryAnnotatedCustomB, SnapshotQueryProviderTest.SnapshotQueryCustomA, SnapshotQueryProviderTest.SnapshotQueryCustomB
Enclosing class:
SnapshotQueryProviderTest

private abstract class SnapshotQueryProviderTest.AbstractSnapshotQuery extends Object implements io.debezium.snapshot.spi.SnapshotQuery
  • Constructor Details

    • AbstractSnapshotQuery

      private AbstractSnapshotQuery()
  • Method Details

    • configure

      public void configure(Map<String,?> properties)
      Specified by:
      configure in interface io.debezium.spi.common.Configurable
    • snapshotQuery

      public Optional<String> snapshotQuery(String tableId, List<String> snapshotSelectColumns)
      Specified by:
      snapshotQuery in interface io.debezium.snapshot.spi.SnapshotQuery