Uses of Interface
org.neo4j.driver.BookmarkManager
Packages that use BookmarkManager
-
Uses of BookmarkManager in org.neo4j.driver
Methods in org.neo4j.driver that return BookmarkManagerModifier 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.Methods in org.neo4j.driver that return types with arguments of type BookmarkManagerModifier and TypeMethodDescriptionQueryConfig.bookmarkManager
(BookmarkManager defaultBookmarkManager) Returns bookmark manager for the query.SessionConfig.bookmarkManager()
ABookmarkManager
implementation for the session to use.Methods in org.neo4j.driver with parameters of type BookmarkManagerModifier 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
Constructors in org.neo4j.driver.internal.async with parameters of type BookmarkManagerModifierConstructorDescriptionLeakLoggingNetworkSession
(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)