Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.example.cookbook.datamovement |
Modifier and Type | Method and Description |
---|---|
RowManager |
DatabaseClient.newRowManager()
Creates a manager to retrieve rows from the database.
|
Modifier and Type | Method and Description |
---|---|
RowManager |
RowBatcher.getRowManager()
Gets the RowManager for retrieving rows.
|
Modifier and Type | Field and Description |
---|---|
protected RowManager |
OpticExportListener.rowManager |
Constructor and Description |
---|
OpticExportListener(java.util.function.Function<QueryBatch,PlanBuilder.Plan> function,
RowManager rowManager) |
OpticExportToWriterListener(java.util.function.Function<QueryBatch,PlanBuilder.Plan> function,
RowManager rowManager,
java.io.Writer writer) |
Copyright © 2013-2021 MarkLogic Corporation.