Uses of Interface
org.neo4j.driver.Bookmark
Packages that use Bookmark
Package
Description
- 
Uses of Bookmark in org.neo4j.driverMethods in org.neo4j.driver that return BookmarkModifier and TypeMethodDescriptionstatic BookmarkReconstruct bookmark from bookmark string value.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 TypeMethodDescriptionvoidBookmarkManager.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.asyncMethods in org.neo4j.driver.async that return types with arguments of type Bookmark
- 
Uses of Bookmark in org.neo4j.driver.internal.asyncMethods 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, Observation parentObservation) Constructor parameters in org.neo4j.driver.internal.async with type arguments of type BookmarkModifierConstructorDescriptionLeakLoggingNetworkSession(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) 
- 
Uses of Bookmark in org.neo4j.driver.internal.reactiveMethods 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.reactivestreamsMethods in org.neo4j.driver.internal.reactivestreams that return types with arguments of type Bookmark
- 
Uses of Bookmark in org.neo4j.driver.reactiveMethods 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.reactivestreamsMethods in org.neo4j.driver.reactivestreams that return types with arguments of type BookmarkModifier and TypeMethodDescriptionReactiveSession.lastBookmarks()Return a set of last bookmarks.