Package io.debezium.connector.mongodb
Class MongoDbPartition
java.lang.Object
io.debezium.connector.mongodb.MongoDbPartition
- All Implemented Interfaces:
Partition
Represents partition used by MongoDB connector
TODO: replicaSetName is preserved only for offset consolidation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classProvider of partitions used by MongoDB connector TODO: replicaSetNames are preserved only for offset consolidation -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMongoDbPartition(String serverId) MongoDbPartition(String serverId, String replicaSetName) This should not be used outside ofMongoDbConnectorTask.getPreviousOffsets(MongoDbConnectorConfig) -
Method Summary
Methods 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_ID_KEY
- See Also:
-
REPLICA_SET_NAME
- See Also:
-
serverId
-
replicaSetName
-
-
Constructor Details
-
MongoDbPartition
-
MongoDbPartition
This should not be used outside ofMongoDbConnectorTask.getPreviousOffsets(MongoDbConnectorConfig)
-
-
Method Details