Package io.debezium.connector.sqlserver
Class SqlServerPartition
java.lang.Object
io.debezium.relational.AbstractPartition
io.debezium.connector.sqlserver.SqlServerPartition
- All Implemented Interfaces:
Partition
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final intprivate static final Stringprivate final StringFields inherited from class io.debezium.relational.AbstractPartition
databaseName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.relational.AbstractPartition
getLoggingContextMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.debezium.pipeline.spi.Partition
getLoggingContext
-
Field Details
-
SERVER_PARTITION_KEY
- See Also:
-
DATABASE_PARTITION_KEY
- See Also:
-
serverName
-
sourcePartition
-
hashCode
private final int hashCode
-
-
Constructor Details
-
SqlServerPartition
-
-
Method Details
-
getSourcePartition
- Specified by:
getSourcePartitionin interfacePartition
-
getDatabaseName
Returns the SQL Server database name corresponding to the partition. -
equals
-
hashCode
public int hashCode() -
toString
-