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.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractIncrementalDumper(DumperConfiguration dumperConfig, IngestPosition<P> position, PipelineChannel channel, PipelineTableMetaDataLoader metaDataLoader) -
Method Summary
Methods inherited from class org.apache.shardingsphere.data.pipeline.api.executor.AbstractLifecycleExecutor
doStart, doStop, isRunning, run, setRunning, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.data.pipeline.api.executor.LifecycleExecutor
start, stop
-
Constructor Details
-
AbstractIncrementalDumper
public AbstractIncrementalDumper(DumperConfiguration dumperConfig, IngestPosition<P> position, PipelineChannel channel, PipelineTableMetaDataLoader metaDataLoader)
-