| Package | Description |
|---|---|
| io.debezium.config | |
| io.debezium.relational.history |
| Modifier and Type | Method and Description |
|---|---|
static Field.Set |
Field.setOf(Field... fields)
Create a set of fields.
|
Field.Set |
Field.Set.with(Field... fields)
Get a new set that contains the fields in this set and those supplied.
|
Field.Set |
Field.Set.with(Iterable<Field> fields)
Get a new set that contains the fields in this set and those supplied.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,String> |
Configuration.asMap(Field.Set fields)
Get a copy of these configuration properties with defaults as a Map.
|
default Properties |
Configuration.asProperties(Field.Set fields)
Get a copy of these configuration properties as a Properties object.
|
default Map<String,org.apache.kafka.common.config.ConfigValue> |
Configuration.validate(Field.Set fields)
Validate the supplied fields in this configuration.
|
| Modifier and Type | Field and Description |
|---|---|
static Field.Set |
KafkaDatabaseHistory.ALL_FIELDS |
Copyright © 2019 JBoss by Red Hat. All rights reserved.