Package | Description |
---|---|
com.microsoft.azure.documentdb.hadoop | |
com.microsoft.azure.documentdb.mapred.hadoop |
Modifier and Type | Method and Description |
---|---|
DocumentDBWritable |
DocumentDBRecordReader.getCurrentValue() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.LongWritable,DocumentDBWritable> |
DocumentDBInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
Creates an instance of DocumentDBRecordReader
|
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Writable,DocumentDBWritable> |
DocumentDBOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
Creates an instance of DocumentDBRecordWriter.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentDBRecordWriter.write(org.apache.hadoop.io.Writable key,
DocumentDBWritable value)
Writes data to DocumentDB if the cached documents reach the maximum cache size.
|
Modifier and Type | Method and Description |
---|---|
DocumentDBWritable |
DocumentDBRecordReader.createValue() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.LongWritable,DocumentDBWritable> |
DocumentDBInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split,
org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.mapred.Reporter reporter)
Creates an instance of DocumentDBRecordReader
|
org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.Writable,DocumentDBWritable> |
DocumentDBOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.mapred.JobConf conf,
String arg2,
org.apache.hadoop.util.Progressable arg3)
Creates an instance of DocumentDBRecordWriter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DocumentDBRecordReader.next(org.apache.hadoop.io.LongWritable key,
DocumentDBWritable value) |
void |
DocumentDBRecordWriter.write(org.apache.hadoop.io.Writable key,
DocumentDBWritable value)
Writes data to DocumentDB if the cached documents reach the maximum cache size.
|
Copyright © 2015. All rights reserved.