| Class | Description |
|---|---|
| AvroGenericRecordWritable |
Wrapper around an Avro GenericRecord.
|
| AvroLazyObjectInspector |
Lazy objectinspector for avro serialization
|
| AvroObjectInspectorGenerator |
An AvroObjectInspectorGenerator takes an Avro schema and creates the three
data structures Hive needs to work with Avro-encoded data:
* A list of the schema field names
* A list of those fields equivalent types in Hive
* An ObjectInspector capable of working with an instance of that datum.
|
| AvroSchemaRetriever |
Retrieves the avro schema from the given source.
|
| AvroSerDe |
Read or write Avro data from Hive.
|
| AvroSerdeUtils |
Utilities useful only to the AvroSerde itself.
|
| InstanceCache<SeedObject,Instance> |
Cache for objects whose creation only depends on some other set of objects and therefore can be
used against other equivalent versions of those objects.
|
| TypeInfoToSchema |
Convert Hive TypeInfo to an Avro Schema
|
| Enum | Description |
|---|---|
| AvroSerdeUtils.AvroTableProperties |
Enum container for all avro table properties.
|
| Exception | Description |
|---|---|
| AvroObjectInspectorException |
Exception for the
AvroLazyObjectInspector |
| AvroSerdeException | |
| BadSchemaException |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.