Package-level declarations
Types
Interface for executing delete queries against a database.
Default implementation of DeleteQuerier for JDBC connections.
Trigger-based implementation of a JdbcPartition for a cursor incremental partition. These are always splittable.
Default implementation of a JdbcPartition for a splittable partition involving cursor columns.
Trigger-based implementation of PartitionReader which reads the partition in its entirety.
Base class for Trigger-based CDC implementations of PartitionReader using JDBC.
Concurrent Trigger-based implementation of PartitionsCreator.
Concurrent JDBC implementation of PartitionsCreatorFactory. Support trigger based CDC only
Base class for trigger-based implementations of JdbcPartition for splittable partitions.
Default implementation of a JdbcPartition for a splittable snapshot partition.
Trigger-based implementation of a JdbcPartition for a splittable snapshot partition preceding a cursor-based incremental sync.
Implementation of JdbcStreamState for Trigger-based CDC.
Trigger table related constants, schema etc. Trigger table naming convention: TRIGGER_TABLE_PREFIX +
Base class for trigger-based implementations of JdbcPartition for unsplittable partitions.
Trigger-based implementation of a JdbcPartition for an unsplittable snapshot partition.
Trigger-based implementation of a JdbcPartition for an unsplittable snapshot partition preceding a cursor-based incremental sync.