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.position
Classes in org.apache.shardingsphere.data.pipeline.api.ingest.position that implement IngestPositionModifier and TypeClassDescriptionfinal classFinished inventory position.final classInteger primary key position.final classPlaceholder position.final classString primary key position.Methods in org.apache.shardingsphere.data.pipeline.api.ingest.position that return IngestPositionModifier and TypeMethodDescriptionstatic IngestPosition<?>PrimaryKeyPositionFactory.newInstance(@NonNull Object beginValue, @NonNull Object endValue) New instance by begin value and end value.static IngestPosition<?>PrimaryKeyPositionFactory.newInstance(String data) New instance by string data. -
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.api.job.progress
Methods in org.apache.shardingsphere.data.pipeline.api.job.progress that return types with arguments of type IngestPositionModifier and TypeMethodDescriptionJobProgress.getIncrementalPosition(String dataSourceName) Get incremental position.Map<String,IngestPosition<?>> JobProgress.getInventoryPosition(String tableName) Get inventory position. -
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) Init position by data source.