public class AvroSchemaManager extends Object
Constructor and Description |
---|
AvroSchemaManager(org.apache.avro.Schema schema)
Construct with a given schema
|
Modifier and Type | Method and Description |
---|---|
org.apache.avro.Schema |
getSchema(String name)
Look up schema using type name or field name
|
protected void |
init(String namespace,
org.apache.avro.Schema schema,
boolean ignoreNameMap)
Initialize given a schema
|
public AvroSchemaManager(org.apache.avro.Schema schema) throws IOException
IOException
Copyright © 2007-2017 The Apache Software Foundation