public abstract class AbstractInventoryDumper extends AbstractLifecycleExecutor implements InventoryDumper
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractInventoryDumper(InventoryDumperConfiguration inventoryDumperConfig,
PipelineChannel channel,
DataSource dataSource,
PipelineTableMetaDataLoader metaDataLoader) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract PreparedStatement |
createPreparedStatement(Connection connection,
String sql) |
protected void |
doStart() |
protected void |
doStop() |
isRunning, run, setRunning, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstart, stopprotected AbstractInventoryDumper(InventoryDumperConfiguration inventoryDumperConfig, PipelineChannel channel, DataSource dataSource, PipelineTableMetaDataLoader metaDataLoader)
protected void doStart()
doStart 在类中 AbstractLifecycleExecutorprotected abstract PreparedStatement createPreparedStatement(Connection connection, String sql) throws SQLException
SQLExceptionprotected void doStop()
doStop 在类中 AbstractLifecycleExecutorCopyright © 2022 The Apache Software Foundation. All rights reserved.