| Package | Description | 
|---|---|
| org.apache.avro.hadoop.io | |
| org.apache.avro.mapreduce | |
| org.apache.trevni.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<T> | 
AvroKeyRecordReader.getCurrentKey() | 
AvroKey<K> | 
AvroKeyValueRecordReader.getCurrentKey() | 
| Modifier and Type | Method and Description | 
|---|---|
protected org.apache.hadoop.mapreduce.RecordWriter<AvroKey<T>,org.apache.hadoop.io.NullWritable> | 
AvroKeyOutputFormat.RecordWriterFactory.create(Schema writerSchema,
      GenericData dataModel,
      CodecFactory compressionCodec,
      OutputStream outputStream,
      int syncInterval)
Creates a new record writer instance. 
 | 
org.apache.hadoop.mapreduce.RecordReader<AvroKey<K>,AvroValue<V>> | 
CombineAvroKeyValueFileInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit inputSplit,
                  org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)  | 
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.RecordReader<AvroKey<K>,AvroValue<V>> | 
AvroKeyValueInputFormat.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) | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AvroKeyRecordWriter.write(AvroKey<T> record,
     org.apache.hadoop.io.NullWritable ignore) | 
| Modifier and Type | Method and Description | 
|---|---|
AvroKey<T> | 
AvroTrevniKeyRecordReader.getCurrentKey() | 
AvroKey<K> | 
AvroTrevniKeyValueRecordReader.getCurrentKey() | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.hadoop.mapreduce.RecordReader<AvroKey<K>,AvroValue<V>> | 
AvroTrevniKeyValueInputFormat.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> | 
AvroTrevniKeyInputFormat.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> | 
AvroTrevniKeyOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)  | 
org.apache.hadoop.mapreduce.RecordWriter<AvroKey<K>,AvroValue<V>> | 
AvroTrevniKeyValueOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AvroTrevniKeyValueRecordWriter.write(AvroKey<K> key,
     AvroValue<V> value) | 
void | 
AvroTrevniKeyRecordWriter.write(AvroKey<T> key,
     org.apache.hadoop.io.NullWritable value) | 
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.