Package io.debezium.connector.sqlserver
Class SqlServerPartition
- java.lang.Object
-
- io.debezium.connector.sqlserver.SqlServerPartition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classSqlServerPartition.Provider
-
Field Summary
Fields Modifier and Type Field Description private static StringDATABASE_PARTITION_KEYprivate StringdatabaseNameprivate inthashCodeprivate static StringSERVER_PARTITION_KEYprivate StringserverNameprivate Map<String,String>sourcePartition
-
Constructor Summary
Constructors Constructor Description SqlServerPartition(String serverName, String databaseName, boolean multiPartitionMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)(package private) StringgetDatabaseName()Returns the SQL Server database name corresponding to the partition.Map<String,String>getSourcePartition()inthashCode()StringtoString()
-
-
-
Field Detail
-
SERVER_PARTITION_KEY
private static final String SERVER_PARTITION_KEY
- See Also:
- Constant Field Values
-
DATABASE_PARTITION_KEY
private static final String DATABASE_PARTITION_KEY
- See Also:
- Constant Field Values
-
serverName
private final String serverName
-
databaseName
private final String databaseName
-
hashCode
private final int hashCode
-
-