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).Driver.executableQueryBookmarkManager()Returns an instance ofBookmarkManagerused byExecutableQueryinstances 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()ABookmarkManagerimplementation 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 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(DriverBoltConnectionSource connectionProvider, RetryLogic retryLogic, org.neo4j.bolt.connection.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache, DriverObservationProvider observationProvider) NetworkSession(DriverBoltConnectionSource boltConnectionProvider, RetryLogic retryLogic, org.neo4j.bolt.connection.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache, DriverObservationProvider observationProvider)