Uses of Enum Class
io.debezium.connector.mongodb.MongoDbConnectorConfig.SnapshotMode
Packages that use MongoDbConnectorConfig.SnapshotMode
-
Uses of MongoDbConnectorConfig.SnapshotMode in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as MongoDbConnectorConfig.SnapshotModeModifier and TypeFieldDescriptionprivate final MongoDbConnectorConfig.SnapshotModeMongoDbConnectorConfig.snapshotModeMethods in io.debezium.connector.mongodb that return MongoDbConnectorConfig.SnapshotModeModifier and TypeMethodDescriptionMongoDbConnectorConfig.getSnapshotMode()Determine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.Returns the enum constant of this class with the specified name.static MongoDbConnectorConfig.SnapshotMode[]MongoDbConnectorConfig.SnapshotMode.values()Returns an array containing the constants of this enum class, in the order they are declared.