Package io.debezium.relational
Class AbstractPartition
java.lang.Object
io.debezium.relational.AbstractPartition
- All Implemented Interfaces:
Partition
An abstract implementation of
Partition which provides default facilities for logging.- Author:
- vjuranek
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.debezium.pipeline.spi.Partition
Partition.Provider<P extends Partition> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the partition representation in the logging context.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.pipeline.spi.Partition
getSourcePartition
-
Field Details
-
databaseName
-
-
Constructor Details
-
AbstractPartition
-
-
Method Details
-
getLoggingContext
Description copied from interface:PartitionReturns the partition representation in the logging context.- Specified by:
getLoggingContextin interfacePartition
-