Uses of Interface
io.debezium.relational.SystemVariables.Scope
Packages that use SystemVariables.Scope
-
Uses of SystemVariables.Scope in io.debezium.relational
Classes in io.debezium.relational that implement SystemVariables.ScopeFields in io.debezium.relational with type parameters of type SystemVariables.ScopeModifier and TypeFieldDescriptionprivate final Map<SystemVariables.Scope,ConcurrentMap<String, String>> SystemVariables.systemVariablesMethods in io.debezium.relational with parameters of type SystemVariables.ScopeModifier and TypeMethodDescriptionprotected ConcurrentMap<String,String> SystemVariables.forScope(SystemVariables.Scope scope) SystemVariables.getVariable(String name, SystemVariables.Scope scope) Get the variable with the specified name and scope.SystemVariables.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.ScopeConstructor parameters in io.debezium.relational with type arguments of type SystemVariables.Scope