Uses of Interface
org.neo4j.driver.internal.bolt.api.summary.PullSummary
Packages that use PullSummary
Package
Description
-
Uses of PullSummary in org.neo4j.driver.internal.bolt.api
Methods in org.neo4j.driver.internal.bolt.api that return PullSummaryModifier and TypeMethodDescriptionBasicResponseHandler.Summaries.pullSummary()Returns the value of thepullSummaryrecord component.Methods in org.neo4j.driver.internal.bolt.api with parameters of type PullSummaryModifier and TypeMethodDescriptionvoidBasicResponseHandler.onPullSummary(PullSummary summary) default voidResponseHandler.onPullSummary(PullSummary summary) Constructors in org.neo4j.driver.internal.bolt.api with parameters of type PullSummaryModifierConstructorDescriptionSummaries(BeginSummary beginSummary, RunSummary runSummary, List<Value[]> valuesList, PullSummary pullSummary, DiscardSummary discardSummary, CommitSummary commitSummary, RollbackSummary rollbackSummary, ResetSummary resetSummary, RouteSummary routeSummary, LogoffSummary logoffSummary, LogonSummary logonSummary, TelemetrySummary telemetrySummary, int ignored) Creates an instance of aSummariesrecord class. -
Uses of PullSummary in org.neo4j.driver.internal.bolt.basicimpl.handlers
Classes in org.neo4j.driver.internal.bolt.basicimpl.handlers that implement PullSummary -
Uses of PullSummary in org.neo4j.driver.internal.cursor
Methods in org.neo4j.driver.internal.cursor with parameters of type PullSummaryModifier and TypeMethodDescriptionvoidResultCursorImpl.onPullSummary(PullSummary summary) voidRxResultCursorImpl.onPullSummary(PullSummary summary)