Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonCSVSplitter
The JacksonCSVSplitter class uses the Jackson
CSV parser without attempting to abstract it capabilities.
|
class |
JSONSplitter<T extends JSONWriteHandle>
The JSONSplitter is used to split large JSON
file into separate payloads for writing to the database.
|
class |
LineSplitter
The LineSplitter class is used to separate lines
in line-delimited JSON, XML or TEXT files.
|
class |
UnarySplitter
UnarySplitter utility class makes it possible to
add entire files when splitting paths, either as the default
splitter or for specific extensions.
|
class |
XMLSplitter<T extends XMLWriteHandle>
The XMLSplitter is used to split large XML file
into separate payloads for writing to the database.
|
class |
ZipSplitter
The ZipSplitter class is used to split
compressed files.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Splitter<?
extends AbstractWriteHandle>> |
PathSplitter.getSplitters()
Get the splitterMap of the PathSplitter
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.