public static enum SchemaRegistryConfigurationProperties.AvroCompatibilityLevel extends Enum<SchemaRegistryConfigurationProperties.AvroCompatibilityLevel>
| Enum Constant and Description |
|---|
BACKWARD |
BACKWARD_TRANSITIVE |
FORWARD |
FORWARD_TRANSITIVE |
FULL |
FULL_TRANSITIVE |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRegistryConfigurationProperties.AvroCompatibilityLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaRegistryConfigurationProperties.AvroCompatibilityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaRegistryConfigurationProperties.AvroCompatibilityLevel NONE
public static final SchemaRegistryConfigurationProperties.AvroCompatibilityLevel BACKWARD
public static final SchemaRegistryConfigurationProperties.AvroCompatibilityLevel BACKWARD_TRANSITIVE
public static final SchemaRegistryConfigurationProperties.AvroCompatibilityLevel FORWARD
public static final SchemaRegistryConfigurationProperties.AvroCompatibilityLevel FORWARD_TRANSITIVE
public static final SchemaRegistryConfigurationProperties.AvroCompatibilityLevel FULL
public static final SchemaRegistryConfigurationProperties.AvroCompatibilityLevel FULL_TRANSITIVE
public static SchemaRegistryConfigurationProperties.AvroCompatibilityLevel[] values()
for (SchemaRegistryConfigurationProperties.AvroCompatibilityLevel c : SchemaRegistryConfigurationProperties.AvroCompatibilityLevel.values()) System.out.println(c);
public static SchemaRegistryConfigurationProperties.AvroCompatibilityLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 Pivotal Software, Inc.. All rights reserved.