Uses of Interface
org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
Packages that use DriverBoltConnection
Package
Description
-
Uses of DriverBoltConnection in org.neo4j.driver.internal.adaptedbolt
Methods in org.neo4j.driver.internal.adaptedbolt that return types with arguments of type DriverBoltConnectionModifier and TypeMethodDescriptionAdaptingDriverBoltConnectionSource.getConnection
(org.neo4j.bolt.connection.RoutedBoltConnectionParameters parameters) DriverBoltConnectionSource.getConnection
(org.neo4j.bolt.connection.RoutedBoltConnectionParameters parameters) -
Uses of DriverBoltConnection in org.neo4j.driver.internal.async
Classes in org.neo4j.driver.internal.async that implement DriverBoltConnectionFields in org.neo4j.driver.internal.async declared as DriverBoltConnectionModifier and TypeFieldDescriptionprotected final DriverBoltConnection
DelegatingBoltConnection.delegate
Methods in org.neo4j.driver.internal.async that return DriverBoltConnectionMethods in org.neo4j.driver.internal.async that return types with arguments of type DriverBoltConnectionConstructors in org.neo4j.driver.internal.async with parameters of type DriverBoltConnectionModifierConstructorDescriptionprotected
DelegatingBoltConnection
(DriverBoltConnection delegate) RunRxResponseHandler
(Logging logging, DriverBoltConnection connection, Query query, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, AtomicBoolean runFailed, Consumer<String> databaseNameConsumer) UnmanagedTransaction
(DriverBoltConnection connection, org.neo4j.bolt.connection.DatabaseName databaseName, org.neo4j.bolt.connection.AccessMode accessMode, String impersonatedUser, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, long fetchSize, org.neo4j.bolt.connection.NotificationConfig notificationConfig, ApiTelemetryWork apiTelemetryWork, Consumer<String> databaseNameConsumer, Logging logging) protected
UnmanagedTransaction
(DriverBoltConnection connection, org.neo4j.bolt.connection.DatabaseName databaseName, org.neo4j.bolt.connection.AccessMode accessMode, String impersonatedUser, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, long fetchSize, ResultCursorsHolder resultCursors, org.neo4j.bolt.connection.NotificationConfig notificationConfig, ApiTelemetryWork apiTelemetryWork, Consumer<String> databaseNameConsumer, Logging logging) -
Uses of DriverBoltConnection in org.neo4j.driver.internal.cursor
Constructors in org.neo4j.driver.internal.cursor with parameters of type DriverBoltConnectionModifierConstructorDescriptionResultCursorImpl
(DriverBoltConnection boltConnection, Query query, long fetchSize, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, boolean closeOnSummary, CompletableFuture<UnmanagedTransaction> beginFuture, Consumer<String> databaseNameConsumer, ApiTelemetryWork apiTelemetryWork) RxResultCursorImpl
(DriverBoltConnection boltConnection, Query query, org.neo4j.bolt.connection.summary.RunSummary runSummary, Throwable runError, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, boolean closeOnSummary, Logging logging) -
Uses of DriverBoltConnection in org.neo4j.driver.internal.telemetry
Methods in org.neo4j.driver.internal.telemetry with parameters of type DriverBoltConnectionModifier and TypeMethodDescriptionOptional
<org.neo4j.bolt.connection.message.TelemetryMessage> ApiTelemetryWork.getTelemetryMessageIfEnabled
(DriverBoltConnection connection) -
Uses of DriverBoltConnection in org.neo4j.driver.internal.util
Methods in org.neo4j.driver.internal.util with parameters of type DriverBoltConnectionModifier and TypeMethodDescriptionMetadataExtractor.extractSummary
(Query query, DriverBoltConnection connection, long resultAvailableAfter, Map<String, Value> metadata, boolean legacyNotifications, GqlStatusObject gqlStatusObject)