Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
|
Modifier and Type | Method and Description |
---|---|
NodeOperation |
JSONSplitter.Visitor.startArray(java.lang.String containerKey)
This method inspects the state of the current
array and decides whether to split it or not.
|
NodeOperation |
JSONSplitter.ArrayVisitor.startArray(java.lang.String containerKey)
Use the arrayDepth and containerKey to check if
the current array is the target to split.
|
abstract NodeOperation |
XMLSplitter.Visitor.startElement(XMLSplitter.StartElementReader startElementReader)
Use the methods in StartElementReader to check
if the current element is the one to split.
|
NodeOperation |
XMLSplitter.BasicElementVisitor.startElement(XMLSplitter.StartElementReader startElementReader)
Checks if the current element matches the
namespace URI and local name.
|
NodeOperation |
JSONSplitter.Visitor.startObject(java.lang.String containerKey)
This method inspects the state of the current
object and decides whether to split it or not.
|
NodeOperation |
JSONSplitter.ArrayVisitor.startObject(java.lang.String containerKey)
Use the arrayDepth and containerKey to check if
the current object is the target to split.
|
static NodeOperation |
NodeOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static NodeOperation[] |
NodeOperation.values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.