|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AvroWrapper | |
---|---|
org.apache.avro.mapred | Run Hadoop MapReduce jobs over Avro data, with map and reduce functions written in Java. |
Uses of AvroWrapper in org.apache.avro.mapred |
---|
Subclasses of AvroWrapper in org.apache.avro.mapred | |
---|---|
class |
AvroKey<T>
The wrapper of keys for jobs configured with AvroJob . |
class |
AvroValue<T>
The wrapper of values for jobs configured with AvroJob . |
Methods in org.apache.avro.mapred that return AvroWrapper | |
---|---|
AvroWrapper<T> |
AvroRecordReader.createKey()
|
Methods in org.apache.avro.mapred with parameters of type AvroWrapper | |
---|---|
int |
AvroKeyComparator.compare(AvroWrapper<T> x,
AvroWrapper<T> y)
|
int |
AvroKeyComparator.compare(AvroWrapper<T> x,
AvroWrapper<T> y)
|
boolean |
AvroRecordReader.next(AvroWrapper<T> wrapper,
NullWritable ignore)
|
Method parameters in org.apache.avro.mapred with type arguments of type AvroWrapper | |
---|---|
Deserializer<AvroWrapper<T>> |
AvroSerialization.getDeserializer(Class<AvroWrapper<T>> c)
Returns the specified map output deserializer. |
Serializer<AvroWrapper<T>> |
AvroSerialization.getSerializer(Class<AvroWrapper<T>> c)
Returns the specified output serializer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |