Uses of Class
io.debezium.connector.oracle.OracleOffsetContext
-
-
Uses of OracleOffsetContext in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleOffsetContext Modifier and Type Field Description private OracleOffsetContextOracleSchemaChangeEventEmitter. offsetContextMethods in io.debezium.connector.oracle that return OracleOffsetContext Modifier and Type Method Description (package private) OracleOffsetContextOracleOffsetContext.Builder. build()Constructors in io.debezium.connector.oracle with parameters of type OracleOffsetContext Constructor Description OracleSchemaChangeEventEmitter(OracleConnectorConfig connectorConfig, OraclePartition partition, OracleOffsetContext offsetContext, TableId tableId, String sourceDatabaseName, String objectOwner, String ddlText, OracleDatabaseSchema schema, Instant changeTime, OracleStreamingChangeEventSourceMetrics streamingMetrics, TruncateReceiver truncateReceiver) -
Uses of OracleOffsetContext in io.debezium.connector.oracle.logminer
Methods in io.debezium.connector.oracle.logminer that return OracleOffsetContext Modifier and Type Method Description OracleOffsetContextLogMinerOracleOffsetContextLoader. load(Map<String,?> offset)Methods in io.debezium.connector.oracle.logminer that return types with arguments of type OracleOffsetContext Modifier and Type Method Description OffsetContext.Loader<OracleOffsetContext>LogMinerAdapter. getOffsetContextLoader()StreamingChangeEventSource<OraclePartition,OracleOffsetContext>LogMinerAdapter. getSource(OracleConnection connection, EventDispatcher<OraclePartition,TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics)Methods in io.debezium.connector.oracle.logminer with parameters of type OracleOffsetContext Modifier and Type Method Description private voidLogMinerStreamingChangeEventSource. computeStartScnForFirstMiningSession(OracleOffsetContext offsetContext, Scn firstScn)Computes the start SCN for the first mining session.private LogMinerEventProcessorLogMinerStreamingChangeEventSource. createProcessor(ChangeEventSource.ChangeEventSourceContext context, OraclePartition partition, OracleOffsetContext offsetContext)voidLogMinerStreamingChangeEventSource. endMiningSession(OracleConnection connection, OracleOffsetContext offsetContext)End the current Oracle LogMiner session, if one is in progress.voidLogMinerStreamingChangeEventSource. execute(ChangeEventSource.ChangeEventSourceContext context, OraclePartition partition, OracleOffsetContext offsetContext)This is the loop to get changes from LogMiner -
Uses of OracleOffsetContext in io.debezium.connector.oracle.logminer.processor
Fields in io.debezium.connector.oracle.logminer.processor declared as OracleOffsetContext Modifier and Type Field Description private OracleOffsetContextAbstractLogMinerEventProcessor. offsetContextMethods in io.debezium.connector.oracle.logminer.processor with parameters of type OracleOffsetContext Modifier and Type Method Description private TableAbstractLogMinerEventProcessor. dispatchSchemaChangeEventAndGetTableForNewCapturedTable(TableId tableId, OracleOffsetContext offsetContext, EventDispatcher<OraclePartition,TableId> dispatcher)Dispatch a schema change event for a new table and get the newly created relational table model.Constructors in io.debezium.connector.oracle.logminer.processor with parameters of type OracleOffsetContext Constructor Description AbstractLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, EventDispatcher<OraclePartition,TableId> dispatcher, OracleStreamingChangeEventSourceMetrics metrics) -
Uses of OracleOffsetContext in io.debezium.connector.oracle.logminer.processor.infinispan
Fields in io.debezium.connector.oracle.logminer.processor.infinispan declared as OracleOffsetContext Modifier and Type Field Description private OracleOffsetContextAbstractInfinispanLogMinerEventProcessor. offsetContext -
Uses of OracleOffsetContext in io.debezium.connector.oracle.logminer.processor.memory
Fields in io.debezium.connector.oracle.logminer.processor.memory declared as OracleOffsetContext Modifier and Type Field Description private OracleOffsetContextMemoryLogMinerEventProcessor. offsetContextConstructors in io.debezium.connector.oracle.logminer.processor.memory with parameters of type OracleOffsetContext Constructor Description MemoryLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition,TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics) -
Uses of OracleOffsetContext in io.debezium.connector.oracle.xstream
Fields in io.debezium.connector.oracle.xstream declared as OracleOffsetContext Modifier and Type Field Description private OracleOffsetContextLcrEventHandler. offsetContextMethods in io.debezium.connector.oracle.xstream that return OracleOffsetContext Modifier and Type Method Description OracleOffsetContextXStreamOracleOffsetContextLoader. load(Map<String,?> offset)Methods in io.debezium.connector.oracle.xstream that return types with arguments of type OracleOffsetContext Modifier and Type Method Description OffsetContext.Loader<OracleOffsetContext>XStreamAdapter. getOffsetContextLoader()StreamingChangeEventSource<OraclePartition,OracleOffsetContext>XStreamAdapter. getSource(OracleConnection connection, EventDispatcher<OraclePartition,TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics)Methods in io.debezium.connector.oracle.xstream with parameters of type OracleOffsetContext Modifier and Type Method Description voidXstreamStreamingChangeEventSource. execute(ChangeEventSource.ChangeEventSourceContext context, OraclePartition partition, OracleOffsetContext offsetContext)Constructors in io.debezium.connector.oracle.xstream with parameters of type OracleOffsetContext Constructor Description LcrEventHandler(OracleConnectorConfig connectorConfig, ErrorHandler errorHandler, EventDispatcher<OraclePartition,TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, boolean tablenameCaseInsensitive, XstreamStreamingChangeEventSource eventSource, OracleStreamingChangeEventSourceMetrics streamingMetrics)
-