Uses of Interface
org.neo4j.driver.Bookmark
Package
Description
-
Uses of Bookmark in org.neo4j.driver
Modifier and TypeMethodDescriptionstatic Bookmark
Reconstruct bookmark from bookmark string value.static Bookmark
Deprecated.Session.lastBookmark()
Deprecated.Modifier 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.Modifier and TypeMethodDescriptionSessionConfig.Builder.withBookmarks
(Bookmark... bookmarks) Set the initial bookmarks to be used in a session.Modifier 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
-
Uses of Bookmark in org.neo4j.driver.internal.async
Modifier and TypeMethodDescriptionInternalAsyncSession.lastBookmarks()
NetworkSession.lastBookmarks()
ConnectionContext.rediscoveryBookmarks()
Modifier and TypeMethodDescriptionUnmanagedTransaction.beginAsync
(Set<Bookmark> initialBookmarks, TransactionConfig config, String txType, boolean flush) ModifierConstructorDescriptionLeakLoggingNetworkSession
(BoltSecurityPlanManager securityPlanManager, BoltConnectionProvider 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) NetworkSession
(BoltSecurityPlanManager securityPlanManager, BoltConnectionProvider 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) -
Uses of Bookmark in org.neo4j.driver.internal.reactive
Modifier and TypeMethodDescriptionAbstractReactiveSession.lastBookmarks()
InternalReactiveSession.lastBookmarks()
-
Uses of Bookmark in org.neo4j.driver.internal.reactivestreams
-
Uses of Bookmark in org.neo4j.driver.reactive
Modifier and TypeMethodDescriptionRxSession.lastBookmark()
Deprecated.Return the last bookmark of this session.Modifier and TypeMethodDescriptionReactiveSession.lastBookmarks()
Return a set of last bookmarks. -
Uses of Bookmark in org.neo4j.driver.reactivestreams
Modifier and TypeMethodDescriptionReactiveSession.lastBookmarks()
Return a set of last bookmarks.