Uses of Interface
org.neo4j.driver.internal.bolt.api.summary.RunSummary
Packages that use RunSummary
Package
Description
-
Uses of RunSummary in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async with parameters of type RunSummaryModifier and TypeMethodDescriptionvoidNetworkSession.RunRxResponseHandler.onRunSummary(RunSummary summary) -
Uses of RunSummary in org.neo4j.driver.internal.bolt.api
Methods in org.neo4j.driver.internal.bolt.api that return RunSummaryModifier and TypeMethodDescriptionBasicResponseHandler.Summaries.runSummary()Returns the value of therunSummaryrecord component.Methods in org.neo4j.driver.internal.bolt.api with parameters of type RunSummaryModifier and TypeMethodDescriptionvoidBasicResponseHandler.onRunSummary(RunSummary summary) default voidResponseHandler.onRunSummary(RunSummary summary) Constructors in org.neo4j.driver.internal.bolt.api with parameters of type RunSummaryModifierConstructorDescriptionSummaries(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 RunSummary in org.neo4j.driver.internal.bolt.basicimpl.handlers
Constructor parameters in org.neo4j.driver.internal.bolt.basicimpl.handlers with type arguments of type RunSummaryModifierConstructorDescriptionRunResponseHandler(CompletableFuture<RunSummary> runFuture, MetadataExtractor metadataExtractor) -
Uses of RunSummary in org.neo4j.driver.internal.bolt.basicimpl.messaging
Method parameters in org.neo4j.driver.internal.bolt.basicimpl.messaging with type arguments of type RunSummaryModifier and TypeMethodDescriptionBoltProtocol.run(Connection connection, String query, Map<String, Value> parameters, MessageHandler<RunSummary> handler) BoltProtocol.runAuto(Connection connection, DatabaseName databaseName, AccessMode accessMode, String impersonatedUser, String query, Map<String, Value> parameters, Set<String> bookmarks, Duration txTimeout, Map<String, Value> txMetadata, NotificationConfig notificationConfig, MessageHandler<RunSummary> handler, LoggingProvider logging) -
Uses of RunSummary in org.neo4j.driver.internal.bolt.basicimpl.messaging.v3
Method parameters in org.neo4j.driver.internal.bolt.basicimpl.messaging.v3 with type arguments of type RunSummaryModifier and TypeMethodDescriptionBoltProtocolV3.run(Connection connection, String query, Map<String, Value> parameters, MessageHandler<RunSummary> handler) BoltProtocolV3.runAuto(Connection connection, DatabaseName databaseName, AccessMode accessMode, String impersonatedUser, String query, Map<String, Value> parameters, Set<String> bookmarks, Duration txTimeout, Map<String, Value> txMetadata, NotificationConfig notificationConfig, MessageHandler<RunSummary> handler, LoggingProvider logging) -
Uses of RunSummary in org.neo4j.driver.internal.cursor
Methods in org.neo4j.driver.internal.cursor with parameters of type RunSummaryConstructors in org.neo4j.driver.internal.cursor with parameters of type RunSummaryModifierConstructorDescriptionRxResultCursorImpl(BoltConnection boltConnection, Query query, RunSummary runSummary, Throwable runError, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, Consumer<Throwable> throwableConsumer, boolean closeOnSummary, Supplier<Throwable> interruptSupplier, Logging logging)