package supplier
Type Members
- class BoundedSnapshotSupplierFactory extends SnapshotSupplierFactory
-
class
BoundedSourceSnapshotSupplier extends SnapshotSupplier
An implementation of
SnapshotSupplierfor {#linkorg.apache.flink.api.connector.source.Boundedness#BOUNDED} mode. - class ContinuousSnapshotSupplierFactory extends SnapshotSupplierFactory
-
class
ContinuousSourceSnapshotSupplier extends SnapshotSupplier
An implementation of
SnapshotSupplierfor {#linkorg.apache.flink.api.connector.source.Boundedness#CONTINUOUS_UNBOUNDED} mode. -
abstract
class
SnapshotSupplier extends AnyRef
This class abstract's logic needed to acquirer Delta table
Snapshotbased onDeltaConnectorConfigurationand any other implementation specific logic. - trait SnapshotSupplierFactory extends AnyRef
-
final
class
TimestampFormatConverter extends AnyRef
An Util class that converts timestamps represented as String to long values.