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 |
---|---|
RecordReader<AvroWrapper<Pair<K,V>>,NullWritable> |
SequenceFileInputFormat.getRecordReader(InputSplit split,
JobConf job,
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–2017 The Apache Software Foundation. All rights reserved.