Uses of Interface
org.neo4j.driver.Bookmark
Packages that use Bookmark
Package
Description
-
Uses of Bookmark in org.neo4j.driver
Methods in org.neo4j.driver that return BookmarkModifier and TypeMethodDescriptionstatic Bookmark
Reconstruct bookmark from bookmark string value.static Bookmark
Deprecated.Session.lastBookmark()
Deprecated.Methods in org.neo4j.driver that return types with arguments of type BookmarkModifier and TypeMethodDescriptionSessionConfig.bookmarks()
Returns the initial bookmarks.BookmarkManagerConfig.bookmarksConsumer()
Returns bookmarks consumer that will be notified when bookmarks are updated.BookmarkManagerConfig.bookmarksSupplier()
Returns bookmarks supplier that will be used by the bookmark manager when getting bookmarks.BookmarkManager.getBookmarks()
Gets an immutable set of bookmarks.BookmarkManagerConfig.initialBookmarks()
Returns the map of bookmarks used to initialise the bookmark manager.Session.lastBookmarks()
Return a set of last bookmarks.Methods in org.neo4j.driver with parameters of type BookmarkModifier and TypeMethodDescriptionSessionConfig.Builder.withBookmarks
(Bookmark... bookmarks) Set the initial bookmarks to be used in a session.Method parameters in org.neo4j.driver with type arguments of type BookmarkModifier and TypeMethodDescriptionvoid
BookmarkManager.updateBookmarks
(Set<Bookmark> previousBookmarks, Set<Bookmark> newBookmarks) Updates bookmarks by deleting the given previous bookmarks and adding the new bookmarks.SessionConfig.Builder.withBookmarks
(Iterable<Bookmark> bookmarks) Set the initial bookmarks to be used in a session.BookmarkManagerConfig.BookmarkManagerConfigBuilder.withBookmarksConsumer
(Consumer<Set<Bookmark>> bookmarksConsumer) Provide bookmarks consumer.BookmarkManagerConfig.BookmarkManagerConfigBuilder.withBookmarksSupplier
(Supplier<Set<Bookmark>> bookmarksSupplier) Provide bookmarks supplier.BookmarkManagerConfig.BookmarkManagerConfigBuilder.withInitialBookmarks
(Set<Bookmark> initialBookmarks) Provide a map of initial bookmarks to initialise the bookmark manager. -
Uses of Bookmark in org.neo4j.driver.async
Methods in org.neo4j.driver.async that return BookmarkMethods in org.neo4j.driver.async that return types with arguments of type Bookmark -
Uses of Bookmark in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async that return BookmarkMethods in org.neo4j.driver.internal.async that return types with arguments of type BookmarkModifier and TypeMethodDescriptionInternalAsyncSession.lastBookmarks()
NetworkSession.lastBookmarks()
ConnectionContext.rediscoveryBookmarks()
Method parameters in org.neo4j.driver.internal.async with type arguments of type BookmarkModifier and TypeMethodDescriptionUnmanagedTransaction.beginAsync
(Set<Bookmark> initialBookmarks, TransactionConfig config, String txType, boolean flush) Constructor parameters in org.neo4j.driver.internal.async with type arguments of type BookmarkModifierConstructorDescriptionLeakLoggingNetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider connectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache) NetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider boltConnectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache) -
Uses of Bookmark in org.neo4j.driver.internal.reactive
Methods in org.neo4j.driver.internal.reactive that return BookmarkMethods in org.neo4j.driver.internal.reactive that return types with arguments of type BookmarkModifier and TypeMethodDescriptionAbstractReactiveSession.lastBookmarks()
InternalReactiveSession.lastBookmarks()
-
Uses of Bookmark in org.neo4j.driver.internal.reactivestreams
Methods in org.neo4j.driver.internal.reactivestreams that return types with arguments of type Bookmark -
Uses of Bookmark in org.neo4j.driver.reactive
Methods in org.neo4j.driver.reactive that return BookmarkModifier and TypeMethodDescriptionRxSession.lastBookmark()
Deprecated.Return the last bookmark of this session.Methods in org.neo4j.driver.reactive that return types with arguments of type BookmarkModifier and TypeMethodDescriptionReactiveSession.lastBookmarks()
Return a set of last bookmarks. -
Uses of Bookmark in org.neo4j.driver.reactivestreams
Methods in org.neo4j.driver.reactivestreams that return types with arguments of type BookmarkModifier and TypeMethodDescriptionReactiveSession.lastBookmarks()
Return a set of last bookmarks.