Uses of Interface
io.debezium.connector.oracle.logminer.logwriter.LogWriterFlushStrategy
-
Packages that use LogWriterFlushStrategy Package Description io.debezium.connector.oracle.logminer io.debezium.connector.oracle.logminer.logwriter -
-
Uses of LogWriterFlushStrategy in io.debezium.connector.oracle.logminer
Methods in io.debezium.connector.oracle.logminer that return LogWriterFlushStrategy Modifier and Type Method Description private LogWriterFlushStrategyLogMinerStreamingChangeEventSource. resolveFlushStrategy()Resolves the Oracle LGWR buffer flushing strategy. -
Uses of LogWriterFlushStrategy in io.debezium.connector.oracle.logminer.logwriter
Classes in io.debezium.connector.oracle.logminer.logwriter that implement LogWriterFlushStrategy Modifier and Type Class Description classCommitLogWriterFlushStrategyALogWriterFlushStrategythat uses a transaction commit to force the provided connection's Oracle LogWriter (LGWR) process to flush to disk.classRacCommitLogWriterFlushStrategyALogWriterFlushStrategyfor Oracle RAC that performs a transaction-scoped commit to flush the Oracle LogWriter (LGWR) process on each RAC node.
-