Uses of Class
org.apache.avro.mapred.AvroKey
Packages that use AvroKey
-
Uses of AvroKey in org.apache.avro.hadoop.io
Methods in org.apache.avro.hadoop.io with parameters of type AvroKey -
Uses of AvroKey in org.apache.avro.mapreduce
Methods in org.apache.avro.mapreduce that return AvroKeyModifier and TypeMethodDescriptionAvroKeyRecordReader.getCurrentKey()AvroKeyValueRecordReader.getCurrentKey()Methods in org.apache.avro.mapreduce that return types with arguments of type AvroKeyModifier and TypeMethodDescriptionprotected RecordWriter<AvroKey<T>, NullWritable> AvroKeyOutputFormat.RecordWriterFactory.create(org.apache.avro.Schema writerSchema, org.apache.avro.generic.GenericData dataModel, org.apache.avro.file.CodecFactory compressionCodec, OutputStream outputStream, int syncInterval) Creates a new record writer instance.AvroKeyInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) AvroKeyValueInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) CombineAvroKeyValueFileInputFormat.createRecordReader(InputSplit inputSplit, TaskAttemptContext taskAttemptContext) AvroKeyOutputFormat.getRecordWriter(TaskAttemptContext context) Methods in org.apache.avro.mapreduce with parameters of type AvroKeyModifier and TypeMethodDescriptionvoidAvroKeyRecordWriter.write(AvroKey<T> record, NullWritable ignore)