Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
org.apache.avro.generic |
A generic representation for Avro data.
|
org.apache.avro.specific |
Generate specific Java classes for schemas and protocols.
|
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.FieldAssembler<R> |
SchemaBuilder.RecordDefault.recordDefault(GenericRecord defaultVal)
Completes this field with the default value provided, cannot be null
|
Modifier and Type | Class and Description |
---|---|
static class |
GenericData.Record
Default implementation of
GenericRecord . |
Modifier and Type | Class and Description |
---|---|
class |
SpecificRecordBase
Base class for generated record classes.
|
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.