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 BookmarkManagerBookmarkManagers.defaultManager(BookmarkManagerConfig config) Setups a new instance of bookmark manager that can be used inSessionConfig.Builder.withBookmarkManager(BookmarkManager).Methods in org.neo4j.driver that return types with arguments of type BookmarkManagerModifier and TypeMethodDescriptionSessionConfig.bookmarkManager()ABookmarkManagerimplementation for the session to use.Methods in org.neo4j.driver with parameters of type BookmarkManagerModifier and TypeMethodDescriptionSessionConfig.Builder.withBookmarkManager(BookmarkManager bookmarkManager) Sets aBookmarkManagerimplementation 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) NetworkSession(ConnectionProvider connectionProvider, RetryLogic retryLogic, org.neo4j.driver.internal.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager)