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

Packages that use Pair
org.apache.avro.mapred Run Hadoop MapReduce jobs over Avro data, with map and reduce functions written in Java. 
 

Uses of Pair in org.apache.avro.mapred
 

Methods in org.apache.avro.mapred that return Pair
 Pair<K,V> SequenceFileReader.next()
           
 Pair<K,V> SequenceFileReader.next(Pair<K,V> reuse)
           
 

Methods in org.apache.avro.mapred that return types with arguments of type Pair
 org.apache.hadoop.mapred.RecordReader<AvroWrapper<Pair<K,V>>,NullWritable> SequenceFileInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)
           
 Iterator<Pair<K,V>> SequenceFileReader.iterator()
           
 

Methods in org.apache.avro.mapred with parameters of type Pair
 int Pair.compareTo(Pair that)
           
 Pair<K,V> SequenceFileReader.next(Pair<K,V> reuse)
           
 



Copyright © 2010 The Apache Software Foundation