Uses of Interface
org.apache.avro.generic.IndexedRecord
Packages that use 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
Methods in org.apache.avro that return IndexedRecordMethods in org.apache.avro with parameters of type IndexedRecordModifier and TypeMethodDescriptionConversion.fromRecord
(IndexedRecord value, Schema schema, LogicalType type) -
Uses of IndexedRecord in org.apache.avro.data
Classes in org.apache.avro.data with type parameters of type IndexedRecordModifier and TypeClassDescriptionclass
RecordBuilderBase<T extends IndexedRecord>
Abstract base class for RecordBuilder implementations. -
Uses of IndexedRecord in org.apache.avro.generic
Subinterfaces of IndexedRecord in org.apache.avro.genericModifier and TypeInterfaceDescriptioninterface
A generic instance of a record schema.Classes in org.apache.avro.generic that implement IndexedRecord -
Uses of IndexedRecord in org.apache.avro.ipc
Classes in org.apache.avro.ipc that implement IndexedRecord -
Uses of IndexedRecord in org.apache.avro.mapred
Classes in org.apache.avro.mapred that implement IndexedRecord -
Uses of IndexedRecord in org.apache.avro.specific
Subinterfaces of IndexedRecord in org.apache.avro.specificModifier and TypeInterfaceDescriptioninterface
Implemented by generated record classes.Classes in org.apache.avro.specific that implement IndexedRecordModifier and TypeClassDescriptionclass
Base class for specific exceptions.class
Base class for generated record classes.