Package | Description |
---|---|
com.marklogic.mapreduce |
MarkLogic Connector for Hadoop core interfaces.
|
com.marklogic.mapreduce.examples |
Examples of using MarkLogic Server in MapReduce jobs.
|
com.marklogic.mapreduce.test |
Modifier and Type | Method and Description |
---|---|
NodePath |
NodeReader.getCurrentKey() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.RecordReader<NodePath,MarkLogicNode> |
NodeInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit arg0,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
org.apache.hadoop.mapreduce.RecordWriter<NodePath,MarkLogicNode> |
NodeOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Modifier and Type | Method and Description |
---|---|
int |
NodePath.compareTo(NodePath o) |
void |
NodeWriter.write(NodePath path,
MarkLogicNode record) |
Modifier and Type | Method and Description |
---|---|
void |
LinkCountInDoc.RefMapper.map(NodePath key,
MarkLogicNode value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
void |
RevisionGrouper.RevisionMapper.map(NodePath key,
MarkLogicNode value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
CustomQuery.QueryMapper.map(NodePath key,
MarkLogicNode value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
void |
Test20772.MyMapper.map(NodePath key,
MarkLogicNode value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
void |
Test20772.MyReducer.reduce(NodePath key,
Iterable<MarkLogicNode> nodes,
org.apache.hadoop.mapreduce.Reducer.Context context) |
Copyright © 2020 MarkLogic Corporation
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com