Uses of Enum
io.debezium.connector.mongodb.MongoDbConnectorConfig.FullUpdateType
Packages that use MongoDbConnectorConfig.FullUpdateType
-
Uses of MongoDbConnectorConfig.FullUpdateType in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as MongoDbConnectorConfig.FullUpdateTypeModifier and TypeFieldDescriptionprivate final MongoDbConnectorConfig.FullUpdateTypeMongoDbConnectorConfig.captureModeFullUpdateTypeMethods in io.debezium.connector.mongodb that return MongoDbConnectorConfig.FullUpdateTypeModifier and TypeMethodDescriptionMongoDbConnectorConfig.getCaptureModeFullUpdateType()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 type with the specified name.MongoDbConnectorConfig.FullUpdateType.values()Returns an array containing the constants of this enum type, in the order they are declared.