Uses of Interface
org.apache.avro.generic.GenericRecord
Package
Description
Avro kernel classes.
A generic representation for Avro data.
Support for inter-process calls.
Generate specific Java classes for schemas and protocols.
-
Uses of GenericRecord in org.apache.avro
Modifier and TypeMethodDescriptionfinal SchemaBuilder.FieldAssembler
<R> SchemaBuilder.RecordDefault.recordDefault
(GenericRecord defaultVal) Completes this field with the default value provided, cannot be null -
Uses of GenericRecord in org.apache.avro.generic
-
Uses of GenericRecord in org.apache.avro.hadoop.io
ModifierConstructorDescriptionAvroKeyValue
(GenericRecord keyValueRecord) Wraps a GenericRecord that is a key value pair.ModifierConstructorDescriptionIterator
(Iterator<? extends GenericRecord> genericIterator) Constructs an iterator over key-value map entries out of a generic iterator. -
Uses of GenericRecord in org.apache.avro.ipc
-
Uses of GenericRecord in org.apache.avro.specific
Modifier and TypeClassDescriptionclass
Base class for generated record classes.