Package org.apache.avro.hadoop.io
package org.apache.avro.hadoop.io
-
ClassDescriptionAvroDatumConverter<INPUT,
OUTPUT> Converts a Java object into an Avro datum.Constructs converters that turn objects (usually from the output of a MR job) into Avro data that can be serialized.Converts AvroWrappers into their wrapped Avro data.Converts BooleanWritables into Booleans.Converts BytesWritables into ByteBuffers.Converts ByteWritables into GenericFixed of size 1.Converts DoubleWritables into Doubles.Converts FloatWritables into Floats.Converts IntWritables into Ints.Converts LongWritables into Longs.Converts NullWritables into Nulls.Converts Text into CharSequences.Deserializes AvroWrapper objects within Hadoop.TheRawComparator
used by jobs configured withAvroJob
.Deserializes AvroKey objects within Hadoop.AvroKeyValue<K,V> A helper object for working with the Avro generic records that are used to store key/value pairs in an Avro container file.A wrapper for iterators over GenericRecords that are known to be KeyValue records.A wrapper around a HadoopSequenceFile
that also supports reading and writing Avro data.A reader for SequenceFiles that may contain Avro data.A helper class to encapsulate the options that can be used to construct a Reader.A writer for an uncompressed SequenceFile that supports Avro data.A helper class to encapsulate the options that can be used to construct a Writer.TheSerialization
used by jobs configured withAvroJob
.Serializes AvroWrapper objects within Hadoop.Deserializes AvroValue objects within Hadoop.