Interface | Description |
---|---|
ConfigConstants |
Constants for configuration option names and values.
|
SequenceFileKey |
Interface for SequenceFile key class.
|
SequenceFileValue<T> |
Interface for SequenceFile value class.
|
Class | Description |
---|---|
AggregateXMLInputFormat |
InputFormat for aggregate XML.
|
AggregateXMLReader<VALUEIN> |
Reader for AggregateXMLInputFormat.
|
ArchiveInputFormat |
FileInputFormat for reading archive.
|
ArchiveOutputFormat |
OutputFormat for archive exported from MarkLogic.
|
ArchiveRecordReader |
Read archive, construct MarkLogicDocumentWithMeta as value.
|
ArchiveWriter |
RecordWriter that writes
|
BaseMapper<KEYIN,VALUEIN,KEYOUT,VALUEOUT> |
Content Pump base mapper with the capability to run in thread-safe mode.
|
CombineDocumentInputFormat<VALUE> |
InputFormat for reading documents from file systems.
|
CombineDocumentReader<VALUEIN> |
RecordReader for CombineDocumentInputFormat.
|
CombineDocumentSplit |
InputSplit with multiple document files combined.
|
CompressedAggXMLInputFormat |
InputFormat for compressed aggregate XML.
|
CompressedAggXMLReader<VALUEIN> |
Reader for CompressedAggXMLInputFormat.
|
CompressedDelimitedJSONInputFormat |
InputFormat for compressed delimited json.
|
CompressedDelimitedTextInputFormat |
InputFormat for compressed delimited text.
|
CompressedDelimitedTextReader |
Reader for CompressedDelimitedTextInputFormat.
|
CompressedDocumentInputFormat<VALUE> |
InputFormat for reading compressed documents from file systems.
|
CompressedDocumentReader<VALUEIN> |
RecordReader for CompressedDocumentInputFormat.
|
CompressedRDFInputFormat |
InputFormat for compressed RDF.
|
CompressedRDFReader<VALUEIN> |
Reader for Compressed RDF statements.
|
CompressedStreamingReader |
Reader for compressed documents from file systems and produce
|
ContentPump |
ContentPump entry point.
|
ContentPumpReporter |
Reporter for Content Pump.
|
ContentWithFileNameWritable<VALUE> |
Custom content that has stored its own file name.
|
DatabaseContentInputFormat<VALUE> |
MarkLogic-based InputFormat for Database Content, taking DocumentURI as key
class and a generic value class.
|
DatabaseContentOutputFormat |
ContentOutputFormat for importing archive to MarkLogic and copying from
source MarkLogic Server to destination MarkLogic Server.
|
DatabaseContentReader |
A MarkLogicRecordReader that fetches data from MarkLogic server and generates
|
DatabaseContentWriter<VALUE> |
MarkLogicRecordWriter that can
1) insert content from Archive to MarkLogic Server
2) copy content from source MarkLogic Server to destination MarkLogic Server
|
DatabaseDocumentWithMeta |
MarkLogicDocument with metadata, usually constructed when importing archive.
|
DatabaseTransformOutputFormat |
DatabaseContentOutputFormat for server-side transformation.
|
DatabaseTransformWriter<VALUE> |
DatabaseContentWriter that does server-side transform and insert
|
DelimitedJSONInputFormat | |
DelimitedJSONReader<VALUEIN> |
Reader for DelimitedJSONInputFormat.
|
DelimitedTextInputFormat |
InputFormat for delimited text.
|
DelimitedTextReader<VALUEIN> |
Reader for DelimitedTextInputFormat.
|
DocumentInputFormat<VALUEIN> |
Extension of
MarkLogicInputFormat and
a generic super class for all MarkLogic-based InputFormat
in Content Pump. |
DocumentMapper<VALUE> |
Maps (file name, content) as (DocumentURI, VALUE) to (URI, document) as
(DocumentURI, VALUE).
|
DocumentMetadata |
Metadata of a MarkLogicDocument, includes properties, permissions, quality
and collections.
|
DocumentPathFilter |
The configured input file pattern applied to input file path.
|
FileAndDirectoryInputFormat<K,V> |
An InputFormat that flattens directories and returns file-only splits.
|
FileAndDirectoryInputFormat.MultiPathFilter |
Proxy PathFilter that accepts a path only if all filters given in the
constructor do.
|
GzipDelimitedJSONReader | |
ImportRecordReader<VALUEIN> |
Abstract class of RecorderReader for import.
|
LocalJob |
A job executed in local mode which manages the job state through the local
job engine.
|
LocalJobRunner |
Runs a job in-process, potentially multi-threaded.
|
MultithreadedMapper<K1,V1,K2,V2> |
Multithreaded implementation for @link org.apache.hadoop.mapreduce.Mapper,
currently used by import operations when applicable to leverage concurrent
updates to MarkLogic.
|
OutputArchive |
Archive for export, create zip file(s).
|
RDFInputFormat |
InputFormat for RDF.
|
RDFReader<VALUEIN> |
Reader for RDF quads/triples.
|
RDFWritable<VALUE> |
Created with IntelliJ IDEA.
|
SequenceFileInputFormat<VALUE> |
InputFromat for SequenceFile.
|
SequenceFileReader<VALUEIN> |
Reader for SequenceFileInputFormat.
|
SingleDocumentOutputFormat |
OutputFormat for DocumentURI and MarkLogicDocument creating a single file.
|
SingleDocumentWriter |
RecordWriter for
|
SplitDelimitedTextReader<VALUEIN> |
Reader for DelimitedTextInputFormat if split_input is true
|
StreamingDocumentInputFormat |
FileInputFormat for unbuffered streaming documents.
|
StreamingDocumentReader | |
TransformOutputFormat<VALUEOUT> |
OutputFormat for content of transformation.
|
TransformWriter<VALUEOUT> |
ContentWriter that does server-side transform and insert
|
Versions |
This class returns build information about ContentPump and its dependencies.
|
ZipDelimitedJSONReader |
Enum | Description |
---|---|
ColumnDataType |
Enum of column data types of delimited text.
|
Command |
Enum of supported commands.
|
ExportOutputType |
Enum of output types for export.
|
InputType |
Enum of supported input type.
|
SequenceFileValueType |
Enum for SequenceFile value types.
|
Copyright © 2020 MarkLogic Corporation
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com