Uses of Class
org.apache.avro.mapred.AvroKey

Packages that use AvroKey
org.apache.avro.hadoop.io   
org.apache.avro.mapreduce   
 

Uses of AvroKey in org.apache.avro.hadoop.io
 

Methods in org.apache.avro.hadoop.io with parameters of type AvroKey
 int AvroKeyComparator.compare(AvroKey<T> x, AvroKey<T> y)
          
 int AvroKeyComparator.compare(AvroKey<T> x, AvroKey<T> y)
          
 

Uses of AvroKey in org.apache.avro.mapreduce
 

Methods in org.apache.avro.mapreduce that return AvroKey
 AvroKey<T> AvroKeyRecordReader.getCurrentKey()
          
 AvroKey<K> AvroKeyValueRecordReader.getCurrentKey()
          
 

Methods in org.apache.avro.mapreduce that return types with arguments of type AvroKey
protected  org.apache.hadoop.mapreduce.RecordWriter<AvroKey<T>,org.apache.hadoop.io.NullWritable> AvroKeyOutputFormat.RecordWriterFactory.create(org.apache.avro.Schema writerSchema, org.apache.avro.file.CodecFactory compressionCodec, OutputStream outputStream)
          Creates a new record writer instance.
 org.apache.hadoop.mapreduce.RecordReader<AvroKey<K>,AvroValue<V>> AvroKeyValueInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
          
 org.apache.hadoop.mapreduce.RecordReader<AvroKey<T>,org.apache.hadoop.io.NullWritable> AvroKeyInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
          
 org.apache.hadoop.mapreduce.RecordWriter<AvroKey<T>,org.apache.hadoop.io.NullWritable> AvroKeyOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
          
 

Methods in org.apache.avro.mapreduce with parameters of type AvroKey
 void AvroKeyRecordWriter.write(AvroKey<T> record, org.apache.hadoop.io.NullWritable ignore)
          
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.