Uses of Class
org.neo4j.driver.SessionConfig.Builder
-
Uses of SessionConfig.Builder in org.neo4j.driver
Modifier and TypeMethodDescriptionstatic SessionConfig.Builder
SessionConfig.builder()
Creates a newSessionConfig.Builder
used to construct a configuration object.SessionConfig.Builder.withBookmarkManager
(BookmarkManager bookmarkManager) Sets aBookmarkManager
implementation for the session to use.SessionConfig.Builder.withBookmarks
(Iterable<Bookmark> bookmarks) Set the initial bookmarks to be used in a session.SessionConfig.Builder.withBookmarks
(Bookmark... bookmarks) Set the initial bookmarks to be used in a session.SessionConfig.Builder.withDatabase
(String database) Sets target database name for queries executed within session.SessionConfig.Builder.withDefaultAccessMode
(AccessMode mode) Set the type of access required by units of work in this session, e.g.SessionConfig.Builder.withDisabledNotificationClassifications
(Set<NotificationClassification> disabledNotificationClassifications) Sets a set of disabled classifications for notifications produced by the server.SessionConfig.Builder.withFetchSize
(long size) Specify how many records to fetch in each batch for this session.SessionConfig.Builder.withImpersonatedUser
(String impersonatedUser) Set the impersonated user that the newly created session is going to use for query execution.SessionConfig.Builder.withMinimumNotificationSeverity
(NotificationSeverity minimumNotificationSeverity) Sets a minimum severity for notifications produced by the server.SessionConfig.Builder.withNotificationConfig
(NotificationConfig notificationConfig) Sets notification config.