Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.io |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<JacksonHandle> |
JacksonCSVSplitter.split(java.io.InputStream input)
Takes the input stream and converts it into a stream of JacksonHandle by setting the schema
and wrapping the JsonNode into JacksonHandle.
|
java.util.stream.Stream<JacksonHandle> |
JacksonCSVSplitter.split(java.io.Reader input)
Takes the input stream and converts it into a stream of JacksonHandle by setting the schema
and wrapping the JsonNode into JacksonHandle.
|
Modifier and Type | Method and Description |
---|---|
JacksonHandle |
JacksonHandle.with(com.fasterxml.jackson.databind.JsonNode content)
Assigns a JSON tree as the content and returns the handle.
|
JacksonHandle |
JacksonHandle.withFormat(Format format)
Specifies the format of the content and returns the handle
as a fluent convenience.
|
Copyright © 2013-2018 MarkLogic Corporation.