Class SimplePlanProvider
java.lang.Object
tools.refinery.interpreter.localsearch.plan.SimplePlanProvider
- All Implemented Interfaces:
IPlanProvider
A plan provider implementation which caches previously calculated plans to avoid re-planning for the same adornment
- Since:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPlan
(IQueryBackendContext backend, IOperationCompiler compiler, ResultProviderRequestor resultRequestor, LocalSearchHints configuration, MatcherReference key)
-
Constructor Details
-
SimplePlanProvider
public SimplePlanProvider(org.apache.log4j.Logger logger)
-
-
Method Details
-
getPlan
public IPlanDescriptor getPlan(IQueryBackendContext backend, IOperationCompiler compiler, ResultProviderRequestor resultRequestor, LocalSearchHints configuration, MatcherReference key) - Specified by:
getPlan
in interfaceIPlanProvider
-