Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
|
com.marklogic.client.dataservices | |
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<BytesHandle> |
ZipSplitter.split(java.io.InputStream input)
Takes a input stream of a ZIP file and convert
it to a stream of BytesHandle.
|
java.util.stream.Stream<BytesHandle> |
ZipSplitter.split(java.util.zip.ZipInputStream input)
Takes a ZipInputStream of a ZIP file and convert
it to a stream of BytesHandle.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ZipSplitter.UriMaker.makeUri(long num,
java.lang.String entryName, BytesHandle handle)
Generates URI for each split
|
Modifier and Type | Method and Description |
---|---|
BytesHandle |
IOEndpoint.CallContext.getEndpointConstants()
Gets the definition for constant inputs to the
endpoint.
|
BytesHandle |
IOEndpoint.CallContext.getEndpointState()
Gets the current snapshot of the mutable state
of the endpoint.
|
Modifier and Type | Method and Description |
---|---|
BytesHandle |
BytesHandle.from(java.io.InputStream content)
Assigns a byte array by reading all bytes from
an input stream and returns the handle as a fluent
convenience.
|
BytesHandle |
BytesHandle.newHandle() |
BytesHandle[] |
BytesHandle.newHandleArray(int length) |
BytesHandle |
BytesHandle.with(byte[] content)
Assigns a byte array as the content and returns
the handle as a fluent convenience.
|
BytesHandle |
BytesHandle.withFormat(Format format)
Specifies the format of the content and returns
the handle as a fluent convenience.
|
BytesHandle |
BytesHandle.withMimetype(java.lang.String mimetype)
Specifies the mime type of the content and
returns the handle as a fluent convenience.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.