Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
Modifier and Type | Method and Description |
---|---|
SchemaCompatibility.SchemaCompatibilityType |
SchemaCompatibility.SchemaPairCompatibility.getType()
Gets the type of this result.
|
static SchemaCompatibility.SchemaCompatibilityType |
SchemaCompatibility.SchemaCompatibilityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaCompatibility.SchemaCompatibilityType[] |
SchemaCompatibility.SchemaCompatibilityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SchemaCompatibility.SchemaPairCompatibility(SchemaCompatibility.SchemaCompatibilityType type,
Schema reader,
Schema writer,
String description)
Constructs a new instance.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.