Uses of Class
io.debezium.connector.oracle.OraclePartition
-
-
Uses of OraclePartition in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OraclePartition Modifier and Type Field Description private OraclePartitionOracleSchemaChangeEventEmitter. partitionFields in io.debezium.connector.oracle with type parameters of type OraclePartition Modifier and Type Field Description private EventDispatcher<OraclePartition,TableId>OracleChangeEventSourceFactory. dispatcherConstructors in io.debezium.connector.oracle with parameters of type OraclePartition 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)OracleSnapshotContext(OraclePartition partition, String catalogName) -
Uses of OraclePartition in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer with type parameters of type OraclePartition Modifier and Type Field Description private EventDispatcher<OraclePartition,TableId>LogMinerStreamingChangeEventSource. dispatcherMethods in io.debezium.connector.oracle.logminer that return types with arguments of type OraclePartition Modifier and Type Method Description 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 OraclePartition Modifier and Type Method Description private LogMinerEventProcessorLogMinerStreamingChangeEventSource. createProcessor(ChangeEventSource.ChangeEventSourceContext context, OraclePartition partition, OracleOffsetContext offsetContext)voidLogMinerStreamingChangeEventSource. execute(ChangeEventSource.ChangeEventSourceContext context, OraclePartition partition, OracleOffsetContext offsetContext)This is the loop to get changes from LogMinerMethod parameters in io.debezium.connector.oracle.logminer with type arguments of type OraclePartition Modifier and Type Method Description StreamingChangeEventSource<OraclePartition,OracleOffsetContext>LogMinerAdapter. getSource(OracleConnection connection, EventDispatcher<OraclePartition,TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics)Constructor parameters in io.debezium.connector.oracle.logminer with type arguments of type OraclePartition Constructor Description LogMinerStreamingChangeEventSource(OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition,TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics) -
Uses of OraclePartition in io.debezium.connector.oracle.logminer.processor
Fields in io.debezium.connector.oracle.logminer.processor declared as OraclePartition Modifier and Type Field Description private OraclePartitionAbstractLogMinerEventProcessor. partitionFields in io.debezium.connector.oracle.logminer.processor with type parameters of type OraclePartition Modifier and Type Field Description private EventDispatcher<OraclePartition,TableId>AbstractLogMinerEventProcessor. dispatcherMethods in io.debezium.connector.oracle.logminer.processor with parameters of type OraclePartition Modifier and Type Method Description protected voidAbstractLogMinerEventProcessor. handleCommit(OraclePartition partition, LogMinerEventRow row)Handle processing a LogMinerEventRow for aCOMMITevent.ScnAbstractLogMinerEventProcessor. process(OraclePartition partition, Scn startScn, Scn endScn)ScnLogMinerEventProcessor. process(OraclePartition partition, Scn startScn, Scn endScn)Process Oracle LogMiner events for a given system change number range.protected voidAbstractLogMinerEventProcessor. processResults(OraclePartition partition, ResultSet resultSet)Processes the LogMiner results.protected voidAbstractLogMinerEventProcessor. processRow(OraclePartition partition, LogMinerEventRow row)Processes a single LogMinerEventRow.Method parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type OraclePartition 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 OraclePartition Constructor Description AbstractLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, EventDispatcher<OraclePartition,TableId> dispatcher, OracleStreamingChangeEventSourceMetrics metrics)Constructor parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type OraclePartition Constructor Description AbstractLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, EventDispatcher<OraclePartition,TableId> dispatcher, OracleStreamingChangeEventSourceMetrics metrics) -
Uses of OraclePartition in io.debezium.connector.oracle.logminer.processor.infinispan
Fields in io.debezium.connector.oracle.logminer.processor.infinispan declared as OraclePartition Modifier and Type Field Description private OraclePartitionAbstractInfinispanLogMinerEventProcessor. partitionFields in io.debezium.connector.oracle.logminer.processor.infinispan with type parameters of type OraclePartition Modifier and Type Field Description private EventDispatcher<OraclePartition,TableId>AbstractInfinispanLogMinerEventProcessor. dispatcherMethods in io.debezium.connector.oracle.logminer.processor.infinispan with parameters of type OraclePartition Modifier and Type Method Description protected voidAbstractInfinispanLogMinerEventProcessor. processRow(OraclePartition partition, LogMinerEventRow row) -
Uses of OraclePartition in io.debezium.connector.oracle.logminer.processor.memory
Fields in io.debezium.connector.oracle.logminer.processor.memory declared as OraclePartition Modifier and Type Field Description private OraclePartitionMemoryLogMinerEventProcessor. partitionFields in io.debezium.connector.oracle.logminer.processor.memory with type parameters of type OraclePartition Modifier and Type Field Description private EventDispatcher<OraclePartition,TableId>MemoryLogMinerEventProcessor. dispatcherConstructors in io.debezium.connector.oracle.logminer.processor.memory with parameters of type OraclePartition Constructor Description MemoryLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition,TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics)Constructor parameters in io.debezium.connector.oracle.logminer.processor.memory with type arguments of type OraclePartition Constructor Description MemoryLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition,TableId> dispatcher, OraclePartition partition, OracleOffsetContext offsetContext, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics metrics) -
Uses of OraclePartition in io.debezium.connector.oracle.xstream
Fields in io.debezium.connector.oracle.xstream declared as OraclePartition Modifier and Type Field Description private OraclePartitionLcrEventHandler. partitionFields in io.debezium.connector.oracle.xstream with type parameters of type OraclePartition Modifier and Type Field Description private EventDispatcher<OraclePartition,TableId>LcrEventHandler. dispatcherprivate EventDispatcher<OraclePartition,TableId>XstreamStreamingChangeEventSource. dispatcherMethods in io.debezium.connector.oracle.xstream that return types with arguments of type OraclePartition Modifier and Type Method Description 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 OraclePartition Modifier and Type Method Description voidXstreamStreamingChangeEventSource. execute(ChangeEventSource.ChangeEventSourceContext context, OraclePartition partition, OracleOffsetContext offsetContext)Method parameters in io.debezium.connector.oracle.xstream with type arguments of type OraclePartition Modifier and Type Method Description StreamingChangeEventSource<OraclePartition,OracleOffsetContext>XStreamAdapter. getSource(OracleConnection connection, EventDispatcher<OraclePartition,TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleTaskContext taskContext, Configuration jdbcConfig, OracleStreamingChangeEventSourceMetrics streamingMetrics)Constructors in io.debezium.connector.oracle.xstream with parameters of type OraclePartition 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)Constructor parameters in io.debezium.connector.oracle.xstream with type arguments of type OraclePartition 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)XstreamStreamingChangeEventSource(OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<OraclePartition,TableId> dispatcher, ErrorHandler errorHandler, Clock clock, OracleDatabaseSchema schema, OracleStreamingChangeEventSourceMetrics streamingMetrics)
-