Package | Description |
---|---|
org.apache.avro.data |
Interfaces and base classes shared by generic, specific and reflect.
|
org.apache.avro.generic |
A generic representation for Avro data.
|
org.apache.avro.ipc.generic | |
org.apache.avro.protobuf |
Protocol Buffer
compatibility.
|
org.apache.avro.reflect |
Use Java reflection to generate schemas and protocols for existing
classes.
|
org.apache.avro.specific |
Generate specific Java classes for schemas and protocols.
|
org.apache.avro.thrift |
Thrift compatibility.
|
org.apache.trevni.avro |
Read and write Avro data
in Trevni column files.
|
Modifier and Type | Method and Description |
---|---|
protected GenericData |
RecordBuilderBase.data() |
Constructor and Description |
---|
RecordBuilderBase(RecordBuilderBase<T> other,
GenericData data)
RecordBuilderBase copy constructor.
|
RecordBuilderBase(Schema schema,
GenericData data)
Creates a RecordBuilderBase for building records of the given type.
|
Modifier and Type | Method and Description |
---|---|
static GenericData |
GenericData.get()
Return the singleton instance.
|
GenericData |
GenericDatumReader.getData()
Return the
GenericData implementation. |
GenericData |
GenericDatumWriter.getData()
Return the
GenericData implementation. |
Constructor and Description |
---|
GenericDatumReader(GenericData data) |
GenericDatumReader(Schema writer,
Schema reader,
GenericData data) |
GenericDatumWriter(GenericData data) |
GenericDatumWriter(Schema root,
GenericData data) |
Modifier and Type | Method and Description |
---|---|
GenericData |
GenericRequestor.getGenericData() |
GenericData |
GenericResponder.getGenericData() |
Constructor and Description |
---|
GenericRequestor(Protocol protocol,
Transceiver transceiver,
GenericData data) |
GenericResponder(Protocol local,
GenericData data) |
Modifier and Type | Class and Description |
---|---|
class |
ProtobufData
Utilities for serializing Protobuf data in Avro format.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectData
Utilities to use existing Java classes and interfaces via reflection.
|
static class |
ReflectData.AllowNull
ReflectData implementation that permits null field values. |
Modifier and Type | Class and Description |
---|---|
class |
SpecificData
Utilities for generated Java classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
ThriftData
Utilities for serializing Thrift data in Avro format.
|
Modifier and Type | Method and Description |
---|---|
AvroColumnReader.Params |
AvroColumnReader.Params.setModel(GenericData model)
Set data representation.
|
Constructor and Description |
---|
AvroColumnWriter(Schema s,
ColumnFileMetaData meta,
GenericData model) |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.