Uses of Interface
org.apache.shardingsphere.data.pipeline.api.ingest.position.IngestPosition
Packages that use IngestPosition
Package
Description
-
Uses of IngestPosition in org.apache.shardingsphere.data.pipeline.api.ingest.record
Constructors in org.apache.shardingsphere.data.pipeline.api.ingest.record with parameters of type IngestPositionModifierConstructorDescriptionDataRecord(IngestPosition<?> position, int columnCount) FinishedRecord(IngestPosition<?> position) PlaceholderRecord(IngestPosition<?> position) -
Uses of IngestPosition in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
Methods in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper with parameters of type IngestPositionModifier and TypeMethodDescriptionIncrementalDumperCreator.createIncrementalDumper(DumperConfiguration dumperConfig, IngestPosition<P> position, PipelineChannel channel, PipelineTableMetaDataLoader metaDataLoader) Create incremental dumper. -
Uses of IngestPosition in org.apache.shardingsphere.data.pipeline.spi.ingest.position
Methods in org.apache.shardingsphere.data.pipeline.spi.ingest.position that return IngestPositionModifier and TypeMethodDescriptionInit position by string data.PositionInitializer.init(DataSource dataSource, String slotNameSuffix) Init position by data source.