Uses of Interface
org.neo4j.driver.summary.ProfiledPlan
Packages that use ProfiledPlan
-
Uses of ProfiledPlan in org.neo4j.driver.internal.summary
Classes in org.neo4j.driver.internal.summary that implement ProfiledPlanFields in org.neo4j.driver.internal.summary with type parameters of type ProfiledPlanModifier and TypeFieldDescriptionstatic final Function<Value,
ProfiledPlan> InternalProfiledPlan.PROFILED_PLAN_FROM_VALUE
Builds a regular plan without profiling information - eg.Methods in org.neo4j.driver.internal.summary that return ProfiledPlanConstructors in org.neo4j.driver.internal.summary with parameters of type ProfiledPlanModifierConstructorDescriptionInternalResultSummary
(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 ProfiledPlan in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return ProfiledPlanModifier and TypeMethodDescriptionResultSummary.profile()
This describes how the database did execute your query.Methods in org.neo4j.driver.summary that return types with arguments of type ProfiledPlan