Interface | Description |
---|---|
IPlanDescriptor |
Denotes an executable plan
|
IPlanProvider |
Class | Description |
---|---|
CachingPlanProvider | Deprecated
Starting from version 1.7 plan provider is not expected to cache plans, as the result provider does the
caching instead.
|
PlanDescriptor | |
SearchPlan |
A SearchPlan stores a collection of SearchPlanOperations for a fixed order of variables.
|
SearchPlanExecutor |
A search plan executor is used to execute
SearchPlan instances. |
SimplePlanProvider |
A plan provider implementation which caches previously calculated plans to avoid re-planning for the same adornment
|