public interface RawPlanDefinition extends PlanBuilder.Plan
A Raw Plan Definition provides access to a plan in a JSON serialization of the exported AST (Abstract Syntax Tree) for the plan.
| Modifier and Type | Method and Description |
|---|---|
JSONWriteHandle |
getHandle()
Returns the handle for the JSON representation of the plan.
|
void |
setHandle(JSONWriteHandle handle)
Specifies the handle for the JSON representation of the plan.
|
RawPlanDefinition |
withHandle(JSONWriteHandle handle)
Assigns the handle and returns the raw plan as a convenience.
|
bindParamJSONWriteHandle getHandle()
Returns the handle for the JSON representation of the plan.
void setHandle(JSONWriteHandle handle)
Specifies the handle for the JSON representation of the plan.
handle - the JSON handleRawPlanDefinition withHandle(JSONWriteHandle handle)
Assigns the handle and returns the raw plan as a convenience.
handle - the JSON handleCopyright © 2013-2017 MarkLogic Corporation.