Uses of Class
io.debezium.util.LoggingContext.PreviousContext
Packages that use LoggingContext.PreviousContext
Package
Description
-
Uses of LoggingContext.PreviousContext in io.debezium.connector.base
Fields in io.debezium.connector.base with type parameters of type LoggingContext.PreviousContextModifier and TypeFieldDescriptionprivate Supplier<LoggingContext.PreviousContext>ChangeEventQueue.Builder.loggingContextSupplierprivate final Supplier<LoggingContext.PreviousContext>ChangeEventQueue.loggingContextSupplierMethod parameters in io.debezium.connector.base with type arguments of type LoggingContext.PreviousContextModifier and TypeMethodDescriptionChangeEventQueue.Builder.loggingContextSupplier(Supplier<LoggingContext.PreviousContext> loggingContextSupplier) Constructor parameters in io.debezium.connector.base with type arguments of type LoggingContext.PreviousContextModifierConstructorDescriptionprivateChangeEventQueue(Duration pollInterval, int maxQueueSize, int maxBatchSize, Supplier<LoggingContext.PreviousContext> loggingContextSupplier, long maxQueueSizeInBytes, boolean buffering) -
Uses of LoggingContext.PreviousContext in io.debezium.connector.common
Methods in io.debezium.connector.common that return LoggingContext.PreviousContextModifier and TypeMethodDescriptionCdcSourceTaskContext.configureLoggingContext(String contextName) Configure the logger's Mapped Diagnostic Context (MDC) properties for the thread making this call.CdcSourceTaskContext.configureLoggingContext(String contextName, Partition partition) -
Uses of LoggingContext.PreviousContext in io.debezium.pipeline
Fields in io.debezium.pipeline with type parameters of type LoggingContext.PreviousContextMethod parameters in io.debezium.pipeline with type arguments of type LoggingContext.PreviousContextModifier and TypeMethodDescriptionprotected voidChangeEventSourceCoordinator.executeChangeEventSources(CdcSourceTaskContext taskContext, SnapshotChangeEventSource<P, O> snapshotSource, Offsets<P, O> previousOffsets, AtomicReference<LoggingContext.PreviousContext> previousLogContext, ChangeEventSource.ChangeEventSourceContext context) -
Uses of LoggingContext.PreviousContext in io.debezium.util
Methods in io.debezium.util that return LoggingContext.PreviousContextModifier and TypeMethodDescriptionLoggingContext.forConnector(String connectorType, String connectorName, String contextName) Configure for a connector the logger's Mapped Diagnostic Context (MDC) properties for the thread making this call.LoggingContext.forConnector(String connectorType, String connectorName, String taskId, String contextName, Partition partition) Configure for a connector the logger's Mapped Diagnostic Context (MDC) properties for the thread making this call.