Uses of Interface
io.debezium.connector.oracle.logminer.logwriter.LogWriterFlushStrategy
Packages that use LogWriterFlushStrategy
Package
Description
-
Uses of LogWriterFlushStrategy in io.debezium.connector.oracle.logminer
Methods in io.debezium.connector.oracle.logminer that return LogWriterFlushStrategyModifier and TypeMethodDescriptionprivate 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 LogWriterFlushStrategyModifier and TypeClassDescriptionclassALogWriterFlushStrategythat uses a transaction commit to force the provided connection's Oracle LogWriter (LGWR) process to flush to disk.classALogWriterFlushStrategyfor Oracle RAC that performs a transaction-scoped commit to flush the Oracle LogWriter (LGWR) process on each RAC node.