Interface QueryPlanManager
- All Known Implementing Classes:
CQueryPlanManager
public interface QueryPlanManager
Manage query plan capture.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionList<io.ebean.meta.MetaQueryPlan> collect(io.ebean.meta.QueryPlanRequest request) Collect the database query plans.createBindCapture(SpiQueryPlan queryPlan) Create the bind capture for the given query plan.voidsetDefaultThreshold(long thresholdMicros) Update the global default threshold used when new query plans are created.
-
Field Details
-
NOOP
-
-
Method Details
-
setDefaultThreshold
void setDefaultThreshold(long thresholdMicros) Update the global default threshold used when new query plans are created. -
createBindCapture
Create the bind capture for the given query plan. -
collect
Collect the database query plans.
-