Package | Description |
---|---|
org.apache.avro.generic |
A generic representation for Avro data.
|
Modifier and Type | Method and Description |
---|---|
GenericData.Record |
GenericRecordBuilder.build() |
Modifier and Type | Method and Description |
---|---|
int |
GenericData.Record.compareTo(GenericData.Record that) |
Constructor and Description |
---|
GenericData.Record(GenericData.Record other,
boolean deepCopy) |
GenericRecordBuilder(GenericData.Record other)
Creates a GenericRecordBuilder by copying an existing record instance.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.