CompatibilityLevel instead@Deprecated public enum AvroCompatibilityLevel extends Enum<AvroCompatibilityLevel>
| Enum Constant and Description |
|---|
BACKWARD
Deprecated.
|
BACKWARD_TRANSITIVE
Deprecated.
|
FORWARD
Deprecated.
|
FORWARD_TRANSITIVE
Deprecated.
|
FULL
Deprecated.
|
FULL_TRANSITIVE
Deprecated.
|
NONE
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
AvroCompatibilityChecker |
compatibilityChecker
Deprecated.
|
String |
name
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AvroCompatibilityLevel |
forName(String name)
Deprecated.
|
static AvroCompatibilityLevel |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AvroCompatibilityLevel[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvroCompatibilityLevel NONE
public static final AvroCompatibilityLevel BACKWARD
public static final AvroCompatibilityLevel BACKWARD_TRANSITIVE
public static final AvroCompatibilityLevel FORWARD
public static final AvroCompatibilityLevel FORWARD_TRANSITIVE
public static final AvroCompatibilityLevel FULL
public static final AvroCompatibilityLevel FULL_TRANSITIVE
public final String name
public final AvroCompatibilityChecker compatibilityChecker
public static AvroCompatibilityLevel[] values()
for (AvroCompatibilityLevel c : AvroCompatibilityLevel.values()) System.out.println(c);
public static 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 nullpublic static AvroCompatibilityLevel forName(String name)
Copyright © 2025 Confluent, Inc.. All rights reserved.