Package | Description |
---|---|
com.marklogic.mapreduce |
MarkLogic Connector for Hadoop core interfaces.
|
com.marklogic.mapreduce.test |
Modifier and Type | Class and Description |
---|---|
class |
BinaryDocument
A
ForestDocument representing a binary document in MarkLogic
accessed via Direct Access. |
class |
DOMDocument
A
ForestDocument containing a DOM document node
representation of a document as stored in the expanded tree
cache of a forest on disk. |
class |
JSONDocument
A
ForestDocument JSON document node
representation of a document as stored in the expanded tree
cache of a forest on disk. |
class |
LargeBinaryDocument
A
BinaryDocument representing a large binary document
extracted from a forest using Direct Access. |
class |
RegularBinaryDocument
A
BinaryDocument representing a binary fragment in MarkLogic
accessed via Direct Access. |
Modifier and Type | Method and Description |
---|---|
static ForestDocument |
ForestDocument.createDocument(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path forestDir,
ExpandedTree tree,
String uri) |
Modifier and Type | Method and Description |
---|---|
void |
MapTreeReduceTree.MyMapper.map(DocumentURIWithSourceInfo key,
ForestDocument value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
MapTreeReduceTreeJSON.MyReducer.reduce(DocumentURI key,
Iterable<ForestDocument> docs,
org.apache.hadoop.mapreduce.Reducer.Context context) |
void |
MapTreeReduceTree.MyReducer.reduce(DocumentURIWithSourceInfo key,
Iterable<ForestDocument> docs,
org.apache.hadoop.mapreduce.Reducer.Context context) |
Copyright © 2018 MarkLogic Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com