Package | Description |
---|---|
org.apache.avro.hadoop.io | |
org.apache.avro.mapreduce |
Modifier and Type | Method and Description |
---|---|
int |
AvroKeyComparator.compare(AvroKey<T> x,
AvroKey<T> y) |
int |
AvroKeyComparator.compare(AvroKey<T> x,
AvroKey<T> y) |
Modifier and Type | Method and Description |
---|---|
AvroKey<K> |
AvroKeyValueRecordReader.getCurrentKey() |
AvroKey<T> |
AvroKeyRecordReader.getCurrentKey() |
Modifier and Type | Method and Description |
---|---|
protected RecordWriter<AvroKey<T>,NullWritable> |
AvroKeyOutputFormat.RecordWriterFactory.create(Schema writerSchema,
CodecFactory compressionCodec,
OutputStream outputStream)
Creates a new record writer instance.
|
RecordReader<AvroKey<K>,AvroValue<V>> |
AvroKeyValueInputFormat.createRecordReader(InputSplit split,
TaskAttemptContext context) |
RecordReader<AvroKey<T>,NullWritable> |
AvroKeyInputFormat.createRecordReader(InputSplit split,
TaskAttemptContext context) |
RecordWriter<AvroKey<T>,NullWritable> |
AvroKeyOutputFormat.getRecordWriter(TaskAttemptContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AvroKeyRecordWriter.write(AvroKey<T> record,
NullWritable ignore) |
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.