Uses of Interface
org.neo4j.driver.summary.Notification
Packages that use Notification
-
Uses of Notification in org.neo4j.driver.internal.summary
Classes in org.neo4j.driver.internal.summary that implement NotificationMethods in org.neo4j.driver.internal.summary that return types with arguments of type NotificationConstructor parameters in org.neo4j.driver.internal.summary with type arguments of type NotificationModifierConstructorDescriptionInternalResultSummary
(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 Notification in org.neo4j.driver.summary
Methods in org.neo4j.driver.summary that return types with arguments of type NotificationModifier and TypeMethodDescriptionResultSummary.notifications()
A list of notifications that might arise when executing the query.