Uses of Class
io.debezium.connector.oracle.OracleConnectorConfig.LogMiningBufferType
-
Packages that use OracleConnectorConfig.LogMiningBufferType Package Description io.debezium.connector.oracle -
-
Uses of OracleConnectorConfig.LogMiningBufferType in io.debezium.connector.oracle
Fields in io.debezium.connector.oracle declared as OracleConnectorConfig.LogMiningBufferType Modifier and Type Field Description private OracleConnectorConfig.LogMiningBufferTypeOracleConnectorConfig. logMiningBufferTypeMethods in io.debezium.connector.oracle that return OracleConnectorConfig.LogMiningBufferType Modifier and Type Method Description OracleConnectorConfig.LogMiningBufferTypeOracleConnectorConfig. getLogMiningBufferType()static OracleConnectorConfig.LogMiningBufferTypeOracleConnectorConfig.LogMiningBufferType. parse(String value)private static OracleConnectorConfig.LogMiningBufferTypeOracleConnectorConfig.LogMiningBufferType. parse(String value, String defaultValue)static OracleConnectorConfig.LogMiningBufferTypeOracleConnectorConfig.LogMiningBufferType. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleConnectorConfig.LogMiningBufferType[]OracleConnectorConfig.LogMiningBufferType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-