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<InputStreamHandle> |
UnarySplitter.split(java.io.InputStream input)
Takes a input stream of a file and convert the entire file to a stream of InputStreamHandle
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
UnarySplitter.UriMaker.makeUri(InputStreamHandle handle) |
Modifier and Type | Method and Description |
---|---|
InputStreamHandle |
InputStreamHandle.newHandle() |
InputStreamHandle |
InputStreamHandle.with(java.io.InputStream content)
Assigns an input stream as the content and returns the handle
as a fluent convenience.
|
InputStreamHandle |
InputStreamHandle.withFormat(Format format)
Specifies the format of the content and returns the handle
as a fluent convenience.
|
InputStreamHandle |
InputStreamHandle.withMimetype(java.lang.String mimetype)
Specifies the mime type of the content and returns the handle
as a fluent convenience.
|
Copyright © 2013-2020 MarkLogic Corporation.