Class AbstractIncrementalDumper<P>

java.lang.Object
org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
org.apache.shardingsphere.data.pipeline.core.ingest.dumper.AbstractIncrementalDumper<P>
Type Parameters:
P - generic type of IngestPosition
All Implemented Interfaces:
Runnable, LifecycleExecutor, Dumper, IncrementalDumper

public abstract class AbstractIncrementalDumper<P> extends AbstractLifecycleExecutor implements IncrementalDumper
Abstract incremental dumper.