Uses of Enum Class
org.neo4j.driver.AccessMode
Package
Description
-
Uses of AccessMode in org.neo4j.driver
Modifier and TypeMethodDescriptionSessionConfig.defaultAccessMode()
The type of access required by units of work in this session, e.g.static AccessMode
Returns the enum constant of this class with the specified name.static AccessMode[]
AccessMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSessionConfig.Builder.withDefaultAccessMode
(AccessMode mode) Set the type of access required by units of work in this session, e.g. -
Uses of AccessMode in org.neo4j.driver.internal.async
Modifier and TypeMethodDescriptionNetworkSession.beginTransactionAsync
(AccessMode mode, TransactionConfig config, String txType, ApiTelemetryWork apiTelemetryWork, boolean flush) NetworkSession.beginTransactionAsync
(AccessMode mode, TransactionConfig config, ApiTelemetryWork apiTelemetryWork) 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 AccessMode in org.neo4j.driver.internal.reactive
Modifier and TypeMethodDescriptionprotected <T> org.reactivestreams.Publisher<T>
AbstractReactiveSession.runTransaction
(AccessMode mode, Function<S, ? extends org.reactivestreams.Publisher<T>> work, TransactionConfig config)