Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic
plan pipelines and expressions for execution on the REST
server.
|
com.marklogic.client.row |
The package provides classes for sending plan
requests to and processing row responses from the REST
server.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
PlanBuilder.AccessPlan
Provides functions and operations in the access
phase of the plan for executing a row pipeline on the server.
|
static interface |
PlanBuilder.ModifyPlan
Provides functions and operations in the modify
phase of the plan for executing a row pipeline on the server.
|
Modifier and Type | Method and Description |
---|---|
PlanBuilder.PreparePlan |
PlanBuilder.ModifyPlan.prepare(int optimize)
This method prepares the specified plan for
execution as an optional final step before execution.
|
PlanBuilder.PreparePlan |
PlanBuilder.ModifyPlan.prepare(XsIntVal optimize)
This method prepares the specified plan for
execution as an optional final step before execution.
|
Modifier and Type | Method and Description |
---|---|
<T extends XMLReadHandle> |
RowManager.generateView(PlanBuilder.PreparePlan plan,
java.lang.String schema, java.lang.String view,
T handle)
Generates generates a view that encapsulates a
plan.
|
<T> T |
RowManager.generateViewAs(PlanBuilder.PreparePlan plan,
java.lang.String schema, java.lang.String view,
java.lang.Class<T> as)
Generates generates a view that encapsulates a
plan.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.