| Package | Description | 
|---|---|
| org.apache.avro | 
 Avro kernel classes. 
 | 
| org.apache.avro.data | 
 Interfaces and base classes shared by generic, specific and reflect. 
 | 
| org.apache.avro.generic | 
 A generic representation for Avro data. 
 | 
| org.apache.avro.ipc | 
 Support for inter-process calls. 
 | 
| org.apache.avro.mapred | 
 Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions written in Java. 
 | 
| org.apache.avro.specific | 
 Generate specific Java classes for schemas and protocols. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IndexedRecord | 
Conversion.toRecord(T value,
        Schema schema,
        LogicalType type)  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Conversion.fromRecord(IndexedRecord value,
          Schema schema,
          LogicalType type)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RecordBuilderBase<T extends IndexedRecord>
Abstract base class for RecordBuilder implementations. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GenericRecord
A generic instance of a record schema. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GenericData.Record
Default implementation of  
GenericRecord. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HandshakeRequest  | 
class  | 
HandshakeResponse  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Pair<K,V>
A key/value pair. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SpecificRecord
Implemented by generated record classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpecificExceptionBase
Base class for specific exceptions. 
 | 
class  | 
SpecificRecordBase
Base class for generated record classes. 
 | 
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.