| Package | Description |
|---|---|
| io.debezium.relational |
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemVariables.DefaultScope |
| Modifier and Type | Field and Description |
|---|---|
private Map<SystemVariables.Scope,ConcurrentMap<String,String>> |
SystemVariables.systemVariables |
| Modifier and Type | Method and Description |
|---|---|
protected ConcurrentMap<String,String> |
SystemVariables.forScope(SystemVariables.Scope scope) |
String |
SystemVariables.getVariable(String name,
SystemVariables.Scope scope)
Get the variable with the specified name and scope.
|
SystemVariables |
SystemVariables.setVariable(SystemVariables.Scope scope,
String name,
String value)
Set the variable with the specified scope.
|
| Constructor and Description |
|---|
SystemVariables(SystemVariables.Scope[] scopes) |
| Constructor and Description |
|---|
SystemVariables(List<SystemVariables.Scope> scopes) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.