Uses of Interface
io.debezium.relational.SystemVariables.Scope
-
Packages that use SystemVariables.Scope Package Description io.debezium.relational -
-
Uses of SystemVariables.Scope in io.debezium.relational
Classes in io.debezium.relational that implement SystemVariables.Scope Modifier and Type Class Description static classSystemVariables.DefaultScopeFields in io.debezium.relational with type parameters of type SystemVariables.Scope Modifier and Type Field Description private Map<SystemVariables.Scope,ConcurrentMap<String,String>>SystemVariables. systemVariablesMethods in io.debezium.relational with parameters of type SystemVariables.Scope Modifier and Type Method Description protected ConcurrentMap<String,String>SystemVariables. forScope(SystemVariables.Scope scope)StringSystemVariables. getVariable(String name, SystemVariables.Scope scope)Get the variable with the specified name and scope.SystemVariablesSystemVariables. setVariable(SystemVariables.Scope scope, String name, String value)Set the variable with the specified scope.Constructors in io.debezium.relational with parameters of type SystemVariables.Scope Constructor Description SystemVariables(SystemVariables.Scope[] scopes)Constructor parameters in io.debezium.relational with type arguments of type SystemVariables.Scope Constructor Description SystemVariables(List<SystemVariables.Scope> scopes)
-