Uses of Interface
org.apache.shardingsphere.data.pipeline.api.ingest.position.IngestPosition
-
-
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 IngestPosition Constructor Description DataRecord(String type, String tableName, 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 IngestPosition Modifier and Type Method Description IncrementalDumperIncrementalDumperCreator. createIncrementalDumper(DumperConfiguration dumperConfig, IngestPosition 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 IngestPosition Modifier and Type Method Description IngestPositionPositionInitializer. init(String data)Init position by string data.IngestPositionPositionInitializer. init(DataSource dataSource, String slotNameSuffix)Init position by data source.
-