Package | Description |
---|---|
org.apache.avro.generic |
A generic representation for Avro data.
|
org.apache.avro.hadoop.io |
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 |
---|
AvroKeyValue.Iterator(Iterator<? extends GenericRecord> genericIterator)
Constructs an iterator over key-value map entries out of a generic iterator.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.