Uses of Interface
org.neo4j.driver.summary.QueryProfile
Packages that use QueryProfile
-
Uses of QueryProfile in org.neo4j.driver.internal.summary
Classes in org.neo4j.driver.internal.summary that implement QueryProfileSubclasses with type arguments of type QueryProfile in org.neo4j.driver.internal.summaryFields in org.neo4j.driver.internal.summary with type parameters of type QueryProfileModifier and TypeFieldDescriptionstatic final Function<Value, QueryProfile> InternalQueryProfile.PROFILE_FROM_VALUEBuilds a regular plan without profiling information - eg.Methods in org.neo4j.driver.internal.summary that return types with arguments of type QueryProfileMethods in org.neo4j.driver.internal.summary with parameters of type QueryProfileModifier and TypeMethodDescriptionprotected static InternalProfiledPlanInternalProfiledPlan.wrapProfile(QueryProfile profile) Constructors in org.neo4j.driver.internal.summary with parameters of type QueryProfileModifierConstructorDescriptionInternalResultSummary(Query query, ServerInfo serverInfo, DatabaseInfo databaseInfo, QueryType queryType, SummaryCounters counters, Plan plan, QueryProfile profile, List<Notification> notifications, Set<GqlStatusObject> gqlStatusObjects, long resultAvailableAfter, long resultConsumedAfter) -
Uses of QueryProfile in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return types with arguments of type QueryProfileModifier and TypeMethodDescriptionList<? extends QueryProfile> QueryProfile.children()default Optional<QueryProfile> ResultSummary.queryProfile()This describes how the database did execute your query.