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. partitionConstructors 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
Methods 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<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 LogMiner -
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. partitionConstructors 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<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. partition -
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. partitionConstructors in io.debezium.connector.oracle.logminer.processor.memory with parameters of type OraclePartition Constructor Description MemoryLogMinerEventProcessor(ChangeEventSource.ChangeEventSourceContext context, OracleConnectorConfig connectorConfig, OracleConnection jdbcConnection, EventDispatcher<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. partitionMethods 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<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)Constructors in io.debezium.connector.oracle.xstream with parameters of type OraclePartition Constructor Description LcrEventHandler(OracleConnectorConfig connectorConfig, ErrorHandler errorHandler, EventDispatcher<TableId> dispatcher, Clock clock, OracleDatabaseSchema schema, OraclePartition partition, OracleOffsetContext offsetContext, boolean tablenameCaseInsensitive, XstreamStreamingChangeEventSource eventSource, OracleStreamingChangeEventSourceMetrics streamingMetrics)
-