public interface AvroSchemaLoader
AvroSchemaLoader interface abstracts loading an AVRO data model schema definitions.| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.collections4.SetValuedMap<String,org.apache.avro.Schema> |
load()
Loads and parses an AVRO data model schema.
|
org.apache.commons.collections4.SetValuedMap<String,org.apache.avro.Schema> load() throws IOException
Schema.IOExceptionCopyright © 2020 CDAP Licensed under the Apache License, Version 2.0.