The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
The package provides the handle classes with
different representations for document content when you read
documents from the database or write documents to the
database.
-
JSONSplitter.ArrayVisitor.makeBufferedHandle(com.fasterxml.jackson.core.JsonParser containerParser)
Construct buffered StringHandles from
JsonParser.
Construct StringHandles from XMLStreamReader
with target element.
Construct a simple JSONSplitter which split
objects or arrays under an array.
Construct a simple XMLSplitter which split the
XML file according to element name.
Takes the input stream and converts it into a
stream of StringHandle.
Takes the input stream and converts it into a
stream of StringHandle.
Takes the Reader input and converts it into a
stream of StringHandle.
Generates URI for each split
-
Assigns a string constructed from the content of
a reader and returns the handle as a fluent convenience.
Assigns a string as the content and returns the
handle as a fluent convenience.
Specifies the format of the content and returns
the handle as a fluent convenience.
Specifies the mime type of the content and
returns the handle as a fluent convenience.
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.