Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.row |
The package provides classes for sending plan requests to and
processing row responses from the REST server.
|
Modifier and Type | Method and Description |
---|---|
RowBatcher<T> |
RowBatcher.withBatchView(RawQueryDSLPlan viewPlan)
Specifies the plan for getting rows from a view
from a serialized Query DSL in JavaScript format.
|
Modifier and Type | Method and Description |
---|---|
RawQueryDSLPlan |
RowManager.newRawQueryDSLPlan(TextWriteHandle handle)
Defines a plan from a Query DSL in a JavaScript serialization.
|
RawQueryDSLPlan |
RawQueryDSLPlan.withHandle(TextWriteHandle handle)
Assigns the handle and returns the raw plan as a convenience.
|
Copyright © 2013-2021 MarkLogic Corporation.