| Interface | Description |
|---|---|
| CustomContent |
This is a Writable Interface for custom
content.
|
| InternalConstants |
Constants shared by internal modules.
|
| MarkLogicConstants |
Configuration property names and other constants
used in the package.
|
| MarkLogicDocument |
An abstraction of a document stored in a
MarkLogic database.
|
| SslConfigOptions |
Interface used to get options for SSL
connection.
|
| Class | Description |
|---|---|
| BinaryDocument |
A
ForestDocument
representing a binary document in MarkLogic accessed via Direct
Access. |
| ContentOutputFormat<VALUEOUT> |
MarkLogicOutputFormat for Content.
|
| ContentWriter<VALUEOUT> |
MarkLogicRecordWriter that inserts content to
MarkLogicServer.
|
| DatabaseDocument |
A
MarkLogicDocument
retrieved from a database via MarkLogic Server. |
| DocumentInputFormat<VALUEIN> |
MarkLogicInputFormat for Document.
|
| DocumentReader<VALUEIN> |
MarkLogicRecordReader for documents where the
key is DocumentURI.
|
| DocumentURI |
Document URI, used as a key for a document
record.
|
| DocumentURIWithSourceInfo |
Document URI with source information.
|
| DOMDocument |
A
ForestDocument
containing a DOM document node representation of a document as
stored in the expanded tree cache of a forest on disk. |
| ForestDocument |
A
MarkLogicDocument
retrieved from a MarkLogic forest through Direct Access. |
| ForestInputFormat<VALUE> |
FileInputFormat subclass for
reading documents from a forest using DirectAccess. |
| ForestReader<VALUEIN> |
RecordReader that reads from forest data
dirs.
|
| JSONDocument |
A
ForestDocument
JSON document node representation of a document as stored in the
expanded tree cache of a forest on disk. |
| KeyValueInputFormat<KEYIN,VALUEIN> |
MarkLogicInputFormat for user specified key and
value types.
|
| KeyValueOutputFormat<KEYOUT,VALUEOUT> |
MarkLogicOutputFormat for user specified key and
value types.
|
| KeyValueReader<KEYIN,VALUEIN> |
MarkLogicRecordReader that fetches data from
MarkLogic server and generates key value pairs in user specified
types.
|
| KeyValueWriter<KEYOUT,VALUEOUT> |
MarkLogicRecordWriter for user specified key and
value types.
|
| LargeBinaryDocument |
A
BinaryDocument
representing a large binary document extracted from a forest using
Direct Access. |
| LinkedMapWritable |
Writable backed by LinkedHashMap.
|
| MarkLogicInputFormat<KEYIN,VALUEIN> |
MarkLogic-based InputFormat superclass, taking a
generic key and value class.
|
| MarkLogicInputSplit |
MarkLogic-based InputSplit, used to represent a
group of records returned by MarkLogic server, and identify
originating host.
|
| MarkLogicNode |
A record returned by MarkLogic, used to
represent an XML node.
|
| MarkLogicOutputFormat<KEYOUT,VALUEOUT> |
MarkLogic-based OutputFormat superclass.
|
| MarkLogicRecordReader<KEYIN,VALUEIN> |
A RecordReader that fetches data from MarkLogic
server and generates key value pairs.
|
| MarkLogicRecordWriter<KEYOUT,VALUEOUT> |
A RecordWriter that persists MarkLogicRecord to
MarkLogic server.
|
| NodeInputFormat |
MarkLogicInputFormat for Node.
|
| NodeOutputFormat |
MarkLogicOutputFormat for Node.
|
| NodePath |
Node path usable as a key for a node
record.
|
| NodeReader |
MarkLogicRecordReader for nodes where the key is
NodePath.
|
| NodeWriter |
MarkLogicRecordWriter to insert/replace a node
to MarkLogic Server.
|
| PropertyOutputFormat |
MarkLogicOutputFormat for Document
Property.
|
| PropertyWriter |
MarkLogicRecordWriter that sets a property for a
document.
|
| RegularBinaryDocument |
A
BinaryDocument
representing a binary fragment in MarkLogic accessed via Direct
Access. |
| StreamLocator |
Writable used to describe how to create and read
from an input stream.
|
| ValueInputFormat<VALUEIN> |
MarkLogicInputFormat for a value other than
document or node with user specified key and connector-generated
key.
|
| ValueReader<VALUEIN> |
A RecordReader that fetches data from MarkLogic
server and generates an integer key for each value fetched.
|
| ZipEntryInputStream |
ZipEntryInputStream is a wrapper class of
ZipInputStream to interface with XCC so that the zip entries can be
read sequentially.
|
| Enum | Description |
|---|---|
| CompressionCodec | |
| ContentType |
Type of supported document format.
|
| Indentation | |
| MarkLogicCounter | |
| NodeOpType |
Type of supported node operations.
|
| PropertyOpType |
Type of supported property operations.
|
Copyright © 2020 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com