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 |
---|---|
StringHandle |
JSONSplitter.ArrayVisitor.makeBufferedHandle(com.fasterxml.jackson.core.JsonParser containerParser)
Construct buffered StringHandles from JsonParser.
|
StringHandle |
XMLSplitter.BasicElementVisitor.makeBufferedHandle(javax.xml.stream.XMLStreamReader xmlStreamReader)
Construct StringHandles from XMLStreamReader with target element.
|
Modifier and Type | Method and Description |
---|---|
static JSONSplitter<StringHandle> |
JSONSplitter.makeArraySplitter()
Construct a simple JSONSplitter which split objects or arrays under an array.
|
static XMLSplitter<StringHandle> |
XMLSplitter.makeSplitter(java.lang.String nsUri,
java.lang.String localName)
Construct a simple XMLSplitter which split the XML file according to element name.
|
java.util.stream.Stream<StringHandle> |
LineSplitter.split(java.io.InputStream input)
Takes the input stream and converts it into a stream of StringHandle.
|
java.util.stream.Stream<StringHandle> |
LineSplitter.split(java.io.InputStream input,
java.nio.charset.Charset charset)
Takes the input stream and converts it into a stream of StringHandle.
|
java.util.stream.Stream<StringHandle> |
LineSplitter.split(java.io.Reader input)
Takes the Reader input and converts it into a stream of StringHandle.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LineSplitter.UriMaker.makeUri(long num,
StringHandle handle)
Generates URI for each split
|
Modifier and Type | Method and Description |
---|---|
StringHandle |
StringHandle.from(java.io.Reader content)
Assigns a string constructed from the content of a reader
and returns the handle as a fluent convenience.
|
StringHandle |
StringHandle.newHandle() |
StringHandle[] |
StringHandle.newHandleArray(int length) |
StringHandle |
StringHandle.with(java.lang.String content)
Assigns a string as the content and returns the handle
as a fluent convenience.
|
StringHandle |
StringHandle.withFormat(Format format)
Specifies the format of the content and returns the handle
as a fluent convenience.
|
StringHandle |
StringHandle.withMimetype(java.lang.String mimetype)
Specifies the mime type of the content and returns the handle
as a fluent convenience.
|
Copyright © 2013-2021 MarkLogic Corporation.