Class SelectAllSnapshotQuery

java.lang.Object
io.debezium.connector.mariadb.snapshot.query.SelectAllSnapshotQuery
All Implemented Interfaces:
io.debezium.service.Service, io.debezium.snapshot.spi.SnapshotQuery, io.debezium.spi.common.Configurable

@ConnectorSpecific(connector=MariaDbConnector.class) public class SelectAllSnapshotQuery extends Object implements io.debezium.snapshot.spi.SnapshotQuery
An implementation of SnapshotQuery for MariaDB.
Author:
Chris Cranford
  • Constructor Details

    • SelectAllSnapshotQuery

      public SelectAllSnapshotQuery()
  • Method Details

    • name

      public String name()
      Specified by:
      name in interface io.debezium.snapshot.spi.SnapshotQuery
    • 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