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(RawPlanDefinition viewPlan)
Specifies the plan for getting rows from a view
from a serialized AST in JSON format.
|
Modifier and Type | Method and Description |
---|---|
RawPlanDefinition |
RowManager.newRawPlanDefinition(JSONWriteHandle handle)
Defines a plan from a JSON serialization of the plan AST (Abstract Syntax Tree).
|
RawPlanDefinition |
RawPlanDefinition.withHandle(JSONWriteHandle handle)
Assigns the handle and returns the raw plan as a convenience.
|
Copyright © 2013-2021 MarkLogic Corporation.