Uses of Enum Class
io.debezium.connector.mongodb.MongoDbConnectorConfig.CaptureMode
Packages that use MongoDbConnectorConfig.CaptureMode
-
Uses of MongoDbConnectorConfig.CaptureMode in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as MongoDbConnectorConfig.CaptureModeMethods in io.debezium.connector.mongodb that return MongoDbConnectorConfig.CaptureModeModifier and TypeMethodDescriptionMongoDbConnectorConfig.getCaptureMode()Provides statically configured capture mode.MongoDbTaskContext.getCaptureMode()Provides the capture mode used by connector runtime.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.CaptureMode[]MongoDbConnectorConfig.CaptureMode.values()Returns an array containing the constants of this enum class, in the order they are declared.