Package | Description |
---|---|
org.apache.avro |
Avro kernel classes.
|
org.apache.avro.generic |
A generic representation for Avro data.
|
org.apache.avro.hadoop.io | |
org.apache.avro.ipc |
Support for inter-process calls.
|
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 | Method and Description |
---|---|
GenericRecord |
AvroKeyValue.get()
Gets the wrapped key/value GenericRecord.
|
Constructor and Description |
---|
AvroKeyValue(GenericRecord keyValueRecord)
Wraps a GenericRecord that is a key value pair.
|
Constructor and Description |
---|
Iterator(Iterator<? extends GenericRecord> genericIterator)
Constructs an iterator over key-value map entries out of a generic iterator.
|
Modifier and Type | Class and Description |
---|---|
class |
HandshakeRequest |
class |
HandshakeResponse |
Modifier and Type | Class and Description |
---|---|
class |
SpecificRecordBase
Base class for generated record classes.
|
Copyright © 2009–2022 The Apache Software Foundation. All rights reserved.