Uses of Interface
org.neo4j.driver.summary.Plan
Packages that use Plan
-
Uses of Plan in org.neo4j.driver.internal.summary
Classes in org.neo4j.driver.internal.summary with type parameters of type PlanClasses in org.neo4j.driver.internal.summary that implement PlanFields in org.neo4j.driver.internal.summary with type parameters of type PlanModifier and TypeFieldDescriptionInternalPlan.EXPLAIN_PLAN_FROM_VALUE
Builds a regular plan without profiling information - eg.Methods in org.neo4j.driver.internal.summary that return PlanConstructors in org.neo4j.driver.internal.summary with parameters of type PlanModifierConstructorDescriptionInternalResultSummary
(Query query, ServerInfo serverInfo, DatabaseInfo databaseInfo, QueryType queryType, SummaryCounters counters, Plan plan, ProfiledPlan profile, List<Notification> notifications, Set<GqlStatusObject> gqlStatusObjects, long resultAvailableAfter, long resultConsumedAfter) -
Uses of Plan in org.neo4j.driver.summary
Subinterfaces of Plan in org.neo4j.driver.summaryModifier and TypeInterfaceDescriptioninterface
This is the same as a regularPlan
- except this plan has been executed, meaning it also contains detailed information about how much work each step of the plan incurred on the database.Methods in org.neo4j.driver.summary that return PlanModifier and TypeMethodDescriptionResultSummary.plan()
This describes how the database will execute your query.Methods in org.neo4j.driver.summary that return types with arguments of type Plan