Uses of Interface
org.apache.avro.generic.IndexedRecord
Package
Description
Avro kernel classes.
Interfaces and base classes shared by generic, specific and reflect.
A generic representation for Avro data.
Support for inter-process calls.
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions written in Java.
Generate specific Java classes for schemas and protocols.
-
Uses of IndexedRecord in org.apache.avro
Modifier and TypeMethodDescriptionConversion.fromRecord
(IndexedRecord value, Schema schema, LogicalType type) -
Uses of IndexedRecord in org.apache.avro.data
Modifier and TypeClassDescriptionclass
RecordBuilderBase<T extends IndexedRecord>
Abstract base class for RecordBuilder implementations. -
Uses of IndexedRecord in org.apache.avro.generic
Modifier and TypeInterfaceDescriptioninterface
A generic instance of a record schema. -
Uses of IndexedRecord in org.apache.avro.ipc
-
Uses of IndexedRecord in org.apache.avro.mapred
-
Uses of IndexedRecord in org.apache.avro.specific
Modifier and TypeInterfaceDescriptioninterface
Implemented by generated record classes.Modifier and TypeClassDescriptionclass
Base class for specific exceptions.class
Base class for generated record classes.