| Package | Description |
|---|---|
| io.debezium.util |
| Modifier and Type | Field and Description |
|---|---|
static AvroValidator |
AvroValidator.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static AvroValidator |
AvroValidator.create(AvroValidator.ReplacementFunction function,
AvroValidator.ReplacementOccurred uponReplacement)
Create a stateful Avro fullname validator that calls the supplied
AvroValidator.ReplacementOccurred function when an invalid
fullname is seen and replaced with a valid fullname. |
static AvroValidator |
AvroValidator.create(AvroValidator.ReplacementOccurred uponReplacement)
Create a stateful Avro fullname validator that calls the supplied
AvroValidator.ReplacementOccurred function when an invalid
fullname is seen and replaced with a valid fullname. |
static AvroValidator |
AvroValidator.create(char replacement,
AvroValidator.ReplacementOccurred uponReplacement)
Create a stateful Avro fullname validator that calls the supplied
AvroValidator.ReplacementOccurred function when an invalid
fullname is seen and replaced with a valid fullname. |
static AvroValidator |
AvroValidator.create(org.slf4j.Logger logger)
Create a stateful Avro fullname validator that logs a warning the first time an invalid fullname is seen and replaced
with a valid fullname, and throws an error if the replacement conflicts with that of a different original.
|
static AvroValidator |
AvroValidator.create(org.slf4j.Logger logger,
AvroValidator.ReplacementOccurred uponConflict)
Create a stateful Avro fullname validator that logs a warning the first time an invalid fullname is seen and replaced
with a valid fullname.
|
static AvroValidator |
AvroValidator.create(String replacement,
AvroValidator.ReplacementOccurred uponReplacement)
Create a stateful Avro fullname validator that calls the supplied
AvroValidator.ReplacementOccurred function when an invalid
fullname is seen and replaced with a valid fullname. |
static AvroValidator |
AvroValidator.defaultValidator()
Create a stateful Avro fullname validator that logs a warning the first time an invalid fullname is seen and replaced
with a valid fullname and throws an exception.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.