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 |
---|
GenericRecordBuilder(GenericData.Record other)
Creates a GenericRecordBuilder by copying an existing record instance.
|
Record(GenericData.Record other,
boolean deepCopy) |
Copyright © 2009–2022 The Apache Software Foundation. All rights reserved.