Uses of Class
common.Record

Packages that use Record
common Provides classes needed for encryption and polynomial operations. 
mapred Provides classes needed for MapReduce jobs. 
 

Uses of Record in common
 

Methods in common that return Record
static Record Producer.generateRecord()
          Generate a random record.
 

Methods in common with parameters of type Record
 void Statistics.add(Record record)
          Add and parse the record, and update the statistics.
 

Uses of Record in mapred
 

Methods in mapred that return Record
 Record CustomRecordReader.createValue()
           
 

Methods in mapred that return types with arguments of type Record
 org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.LongWritable,Record> RecordInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf conf, org.apache.hadoop.mapred.Reporter reporter)
           
 

Methods in mapred with parameters of type Record
 boolean CustomRecordReader.next(org.apache.hadoop.io.LongWritable key, Record record)