Package | Description |
---|---|
org.apache.avro.mapred |
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions written in Java.
|
Modifier and Type | Method and Description |
---|---|
Pair<K,V> |
SequenceFileReader.next() |
Pair<K,V> |
SequenceFileReader.next(Pair<K,V> reuse) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapred.RecordReader<AvroWrapper<Pair<K,V>>,org.apache.hadoop.io.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() |
Modifier and Type | Method and Description |
---|---|
int |
Pair.compareTo(Pair that) |
Pair<K,V> |
SequenceFileReader.next(Pair<K,V> reuse) |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.