Uses of Interface
org.neo4j.driver.BookmarkManager
-
Uses of BookmarkManager in org.neo4j.driver
Modifier and TypeMethodDescriptionstatic BookmarkManager
BookmarkManagers.defaultManager
(BookmarkManagerConfig config) Setups a new instance of bookmark manager that can be used inSessionConfig.Builder.withBookmarkManager(BookmarkManager)
.Driver.executableQueryBookmarkManager()
Returns an instance ofBookmarkManager
used byExecutableQuery
instances by default.Modifier and TypeMethodDescriptionQueryConfig.bookmarkManager
(BookmarkManager defaultBookmarkManager) Returns bookmark manager for the query.SessionConfig.bookmarkManager()
ABookmarkManager
implementation for the session to use.Modifier and TypeMethodDescriptionQueryConfig.bookmarkManager
(BookmarkManager defaultBookmarkManager) Returns bookmark manager for the query.QueryConfig.Builder.withBookmarkManager
(BookmarkManager bookmarkManager) Set bookmark manager for the query.SessionConfig.Builder.withBookmarkManager
(BookmarkManager bookmarkManager) Sets aBookmarkManager
implementation for the session to use. -
Uses of BookmarkManager in org.neo4j.driver.internal.async
ModifierConstructorDescriptionLeakLoggingNetworkSession
(ConnectionProvider connectionProvider, RetryLogic retryLogic, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled) NetworkSession
(ConnectionProvider connectionProvider, RetryLogic retryLogic, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled)