Packages

package supplier

Type Members

  1. class BoundedSnapshotSupplierFactory extends SnapshotSupplierFactory
  2. class BoundedSourceSnapshotSupplier extends SnapshotSupplier

    An implementation of SnapshotSupplier for {#link org.apache.flink.api.connector.source.Boundedness#BOUNDED} mode.

  3. class ContinuousSnapshotSupplierFactory extends SnapshotSupplierFactory
  4. class ContinuousSourceSnapshotSupplier extends SnapshotSupplier

    An implementation of SnapshotSupplier for {#link org.apache.flink.api.connector.source.Boundedness#CONTINUOUS_UNBOUNDED} mode.

  5. abstract class SnapshotSupplier extends AnyRef

    This class abstract's logic needed to acquirer Delta table Snapshot based on DeltaConnectorConfiguration and any other implementation specific logic.

  6. trait SnapshotSupplierFactory extends AnyRef
  7. final class TimestampFormatConverter extends AnyRef

    An Util class that converts timestamps represented as String to long values.

Ungrouped