Uses of Interface
org.neo4j.driver.summary.ProfiledPlan
-
Uses of ProfiledPlan in org.neo4j.driver.internal.summary
Modifier and TypeFieldDescriptionstatic final Function<Value,
ProfiledPlan> InternalProfiledPlan.PROFILED_PLAN_FROM_VALUE
Builds a regular plan without profiling information - eg.ModifierConstructorDescriptionInternalResultSummary
(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
Modifier and TypeMethodDescriptionResultSummary.profile()
This describes how the database did execute your query.