Skip navigation links

Oracle® Loader for Hadoop Java API Reference for Linux
Release 1.1

E20858-03

A C G I N O


A

AvroInputFormat - Class in oracle.hadoop.loader.examples
This is an implementation of org.apache.hadoop.mapreduce.InputFormat for Avro Record files for use with Oracle Loader for Hadoop.
AvroInputFormat() - Constructor for class oracle.hadoop.loader.examples.AvroInputFormat
 

C

close() - Method in class oracle.hadoop.loader.examples.CSVInputFormat.CSVRecordReader
Close the record reader.
createRecordReader(InputSplit, TaskAttemptContext) - Method in class oracle.hadoop.loader.examples.AvroInputFormat
Create a record reader for Avro files for a given split.
createRecordReader(InputSplit, TaskAttemptContext) - Method in class oracle.hadoop.loader.examples.CSVInputFormat
Create a record reader for a given split.
CSVInputFormat - Class in oracle.hadoop.loader.examples
This is a simple InputFormat example for CSV files.
CSVInputFormat() - Constructor for class oracle.hadoop.loader.examples.CSVInputFormat
 
CSVInputFormat.CSVRecordReader - Class in oracle.hadoop.loader.examples
The record reader parses the input data into key/value pairs which are read by OraLoaderMapper.
CSVInputFormat.CSVRecordReader(RecordReader<LongWritable, Text>) - Constructor for class oracle.hadoop.loader.examples.CSVInputFormat.CSVRecordReader
 

G

generateSimpleAllStringSchema(int) - Static method in class oracle.hadoop.loader.examples.CSVInputFormat
Generate an Avro Record schema for the CSV input record.
getCurrentKey() - Method in class oracle.hadoop.loader.examples.CSVInputFormat.CSVRecordReader
Get the current key.
getCurrentValue() - Method in class oracle.hadoop.loader.examples.CSVInputFormat.CSVRecordReader
Get the current value, always a NullWritable object.
getProgress() - Method in class oracle.hadoop.loader.examples.CSVInputFormat.CSVRecordReader
The current progress of the record reader through its data.
getSplits(JobContext) - Method in class oracle.hadoop.loader.examples.CSVInputFormat
Logically split the set of input files for the job.

I

initialize(InputSplit, TaskAttemptContext) - Method in class oracle.hadoop.loader.examples.CSVInputFormat.CSVRecordReader
Called once at initialization.

N

nextKeyValue() - Method in class oracle.hadoop.loader.examples.CSVInputFormat.CSVRecordReader
Read the next key, value pair.

O

oracle.hadoop.loader.examples - package oracle.hadoop.loader.examples
 

A C G I N O

Oracle® Loader for Hadoop Java API Reference for Linux
Release 1.1

E20858-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.