| Package | Description | 
|---|---|
| org.apache.avro | Avro kernel classes. | 
| org.apache.avro.generic | A generic representation for Avro data. | 
| org.apache.avro.io | Utilities for Encoding and Decoding Avro data. | 
| org.apache.avro.specific | Generate specific Java classes for schemas and protocols. | 
| Modifier and Type | Field and Description | 
|---|---|
| GenericData.InstanceSupplier | Resolver.RecordAdjust. instanceSupplierSupplier that offers an optimized alternative to data.newRecord() | 
| Modifier and Type | Method and Description | 
|---|---|
| GenericData.InstanceSupplier | GenericData. getNewRecordSupplier(Schema schema)create a supplier that allows to get new record instances for a given schema
 in an optimized way | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FastReaderBuilder.RecordReader. finishInitialization(FastReaderBuilder.ExecutionStep[] readSteps,
                    Schema schema,
                    GenericData.InstanceSupplier supp) | 
| Modifier and Type | Method and Description | 
|---|---|
| GenericData.InstanceSupplier | SpecificData. getNewRecordSupplier(Schema schema) | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.