Uses of Interface
org.apache.shardingsphere.data.pipeline.api.ingest.channel.PipelineChannel
Packages that use PipelineChannel
-
Uses of PipelineChannel in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper
Methods in org.apache.shardingsphere.data.pipeline.spi.ingest.dumper with parameters of type PipelineChannelModifier and TypeMethodDescriptionIncrementalDumperCreator.createIncrementalDumper(DumperConfiguration dumperConfig, IngestPosition<P> position, PipelineChannel channel, PipelineTableMetaDataLoader metaDataLoader) Create incremental dumper.