Uses of Interface
org.neo4j.driver.internal.adaptedbolt.summary.PullSummary
Packages that use PullSummary
-
Uses of PullSummary in org.neo4j.driver.internal.adaptedbolt
Methods in org.neo4j.driver.internal.adaptedbolt that return PullSummaryModifier and TypeMethodDescriptionBasicResponseHandler.Summaries.pullSummary()Returns the value of thepullSummaryrecord component.Methods in org.neo4j.driver.internal.adaptedbolt with parameters of type PullSummaryModifier and TypeMethodDescriptionvoidBasicResponseHandler.onPullSummary(PullSummary summary) default voidDriverResponseHandler.onPullSummary(PullSummary summary) Constructors in org.neo4j.driver.internal.adaptedbolt 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.cursor
Methods in org.neo4j.driver.internal.cursor with parameters of type PullSummaryModifier and TypeMethodDescriptionvoidResultCursorImpl.onPullSummary(PullSummary summary) voidRxResultCursorImpl.onPullSummary(PullSummary summary)