Uses of Enum Class
io.debezium.connector.oracle.OracleConnectorConfig.LogMiningBufferType
Packages that use OracleConnectorConfig.LogMiningBufferType
-
Uses of OracleConnectorConfig.LogMiningBufferType in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleConnectorConfig.LogMiningBufferTypeModifier and TypeFieldDescriptionprivate final OracleConnectorConfig.LogMiningBufferTypeOracleConnectorConfig.logMiningBufferTypeMethods in io.debezium.connector.oracle that return OracleConnectorConfig.LogMiningBufferTypeModifier and TypeMethodDescriptionOracleConnectorConfig.getLogMiningBufferType()private static OracleConnectorConfig.LogMiningBufferTypeReturns the enum constant of this class with the specified name.OracleConnectorConfig.LogMiningBufferType.values()Returns an array containing the constants of this enum class, in the order they are declared.