Package | Description |
---|---|
com.marklogic.client.example.cookbook.datamovement | |
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 | Description |
---|---|---|
java.lang.String |
OpticExportToWriterListener.OpticOutputListener.generateOutput(RowRecord record) |
Given the RowRecord, generate the desired String output to send to the
writer.
|
Modifier and Type | Method | Description |
---|---|---|
OpticExportListener |
OpticExportListener.onRowRecordReady(java.util.function.Consumer<RowRecord> listener) |
Adds a listener to process each retrieved RowRecord, which is the way users
of OpticExportListener can provide custom code to export records from the
constructed Optic Plan.
|
Modifier and Type | Method | Description |
---|---|---|
RowSet<RowRecord> |
RowManager.resultRows(PlanBuilder.Plan plan) |
Constructs and retrieves a set of database rows based on a plan using
a map interface for the column values in each row.
|
RowSet<RowRecord> |
RowManager.resultRows(PlanBuilder.Plan plan,
Transaction transaction) |
Constructs and retrieves a set of database rows based on a plan using
a map interface and reflecting documents written or deleted by an
uncommitted transaction.
|
Copyright © 2013-2019 MarkLogic Corporation.