- AccessMode - Enum in org.neo4j.driver
-
Used by Routing Driver to decide if a transaction should be routed to a write server or a read server in a cluster.
- acquired() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record how many connections have been acquired from the pool since the pool is created.
- acquiring() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The number of connection acquisition requests that are currently in progress.
- address() - Method in interface org.neo4j.driver.summary.ServerInfo
-
Returns a string telling the address of the server the query was executed.
- agent() - Method in interface org.neo4j.driver.summary.ServerInfo
-
Returns server agent string by which the remote server identifies itself.
- ANY() - Method in interface org.neo4j.driver.types.TypeSystem
-
- arguments() - Method in interface org.neo4j.driver.summary.Plan
-
Many
operators
have arguments defining their specific behavior.
- asBoolean() - Method in interface org.neo4j.driver.Value
-
- asBoolean(boolean) - Method in interface org.neo4j.driver.Value
-
- asByteArray() - Method in interface org.neo4j.driver.Value
-
- asByteArray(byte[]) - Method in interface org.neo4j.driver.Value
-
- asDouble() - Method in interface org.neo4j.driver.Value
-
Returns a Java double if no precision is lost in the conversion.
- asDouble(double) - Method in interface org.neo4j.driver.Value
-
Returns a Java double if no precision is lost in the conversion.
- asEntity() - Method in interface org.neo4j.driver.Value
-
- asFloat() - Method in interface org.neo4j.driver.Value
-
Returns a Java float if no precision is lost in the conversion.
- asFloat(float) - Method in interface org.neo4j.driver.Value
-
Returns a Java float if no precision is lost in the conversion.
- asInt() - Method in interface org.neo4j.driver.Value
-
Returns a Java int if no precision is lost in the conversion.
- asInt(int) - Method in interface org.neo4j.driver.Value
-
Returns a Java int if no precision is lost in the conversion.
- asIsoDuration() - Method in interface org.neo4j.driver.Value
-
- asIsoDuration(IsoDuration) - Method in interface org.neo4j.driver.Value
-
- asList() - Method in interface org.neo4j.driver.Value
-
If the underlying type can be viewed as a list, returns a java list of
values, where each value has been converted using
Value.asObject()
.
- asList(List<Object>) - Method in interface org.neo4j.driver.Value
-
If the underlying type can be viewed as a list, returns a java list of
values, where each value has been converted using
Value.asObject()
.
- asList(Function<Value, T>) - Method in interface org.neo4j.driver.Value
-
- asList(Function<Value, T>, List<T>) - Method in interface org.neo4j.driver.Value
-
- asLocalDate() - Method in interface org.neo4j.driver.Value
-
- asLocalDate(LocalDate) - Method in interface org.neo4j.driver.Value
-
- asLocalDateTime() - Method in interface org.neo4j.driver.Value
-
- asLocalDateTime(LocalDateTime) - Method in interface org.neo4j.driver.Value
-
- asLocalTime() - Method in interface org.neo4j.driver.Value
-
- asLocalTime(LocalTime) - Method in interface org.neo4j.driver.Value
-
- asLong() - Method in interface org.neo4j.driver.Value
-
Returns a Java long if no precision is lost in the conversion.
- asLong(long) - Method in interface org.neo4j.driver.Value
-
Returns a Java long if no precision is lost in the conversion.
- asMap() - Method in interface org.neo4j.driver.types.MapAccessor
-
Return the underlying map as a map of string keys and values converted using
Value.asObject()
.
- asMap(Function<Value, T>) - Method in interface org.neo4j.driver.types.MapAccessor
-
- asMap(Map<String, Object>) - Method in interface org.neo4j.driver.Value
-
- asMap(Function<Value, T>, Map<String, T>) - Method in interface org.neo4j.driver.Value
-
- asNode() - Method in interface org.neo4j.driver.Value
-
- asNumber() - Method in interface org.neo4j.driver.Value
-
- asObject() - Method in interface org.neo4j.driver.Value
-
This returns a java standard library representation of the underlying value,
using a java type that is "sensible" given the underlying type.
- asOffsetDateTime() - Method in interface org.neo4j.driver.Value
-
- asOffsetDateTime(OffsetDateTime) - Method in interface org.neo4j.driver.Value
-
- asOffsetTime() - Method in interface org.neo4j.driver.Value
-
- asOffsetTime(OffsetTime) - Method in interface org.neo4j.driver.Value
-
- asPath() - Method in interface org.neo4j.driver.Value
-
- asPoint() - Method in interface org.neo4j.driver.Value
-
- asPoint(Point) - Method in interface org.neo4j.driver.Value
-
- asRelationship() - Method in interface org.neo4j.driver.Value
-
- asString() - Method in interface org.neo4j.driver.Value
-
- asString(String) - Method in interface org.neo4j.driver.Value
-
- AsyncQueryRunner - Interface in org.neo4j.driver.async
-
Asynchronous interface for components that can execute Neo4j queries.
- AsyncSession - Interface in org.neo4j.driver.async
-
Provides a context of work for database interactions.
- asyncSession() - Method in interface org.neo4j.driver.Driver
-
- asyncSession(SessionConfig) - Method in interface org.neo4j.driver.Driver
-
- AsyncTransaction - Interface in org.neo4j.driver.async
-
Logical container for an atomic unit of work.
- AsyncTransactionWork<T> - Interface in org.neo4j.driver.async
-
- asZonedDateTime() - Method in interface org.neo4j.driver.Value
-
- asZonedDateTime(ZonedDateTime) - Method in interface org.neo4j.driver.Value
-
- AuthenticationException - Exception in org.neo4j.driver.exceptions
-
Failed to authenticate the driver to the server due to bad credentials provided.
- AuthenticationException(String, String) - Constructor for exception org.neo4j.driver.exceptions.AuthenticationException
-
- AuthorizationExpiredException - Exception in org.neo4j.driver.exceptions
-
The authorization info maintained on the server has expired.
- AuthorizationExpiredException(String, String) - Constructor for exception org.neo4j.driver.exceptions.AuthorizationExpiredException
-
- AuthToken - Interface in org.neo4j.driver
-
Token for holding authentication details, such as user name and password.
- AuthTokens - Class in org.neo4j.driver
-
This is a listing of the various methods of authentication supported by this
driver.
- AuthTokens() - Constructor for class org.neo4j.driver.AuthTokens
-
- certFile() - Method in class org.neo4j.driver.Config.TrustStrategy
-
- certFiles() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Return the configured certificate files.
- children() - Method in interface org.neo4j.driver.summary.Plan
-
As noted in the class-level javadoc, a plan is a tree, where each child is another plan.
- children() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
- ClientException - Exception in org.neo4j.driver.exceptions
-
A ClientException indicates that the client has carried out an operation incorrectly.
- ClientException(String) - Constructor for exception org.neo4j.driver.exceptions.ClientException
-
- ClientException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.ClientException
-
- ClientException(String, String) - Constructor for exception org.neo4j.driver.exceptions.ClientException
-
- close() - Method in interface org.neo4j.driver.Driver
-
Close all the resources assigned to this driver, including open connections and IO threads.
- close() - Method in interface org.neo4j.driver.reactive.RxSession
-
Signal that you are done using this session.
- close() - Method in interface org.neo4j.driver.reactive.RxTransaction
-
Close the transaction.
- close() - Method in interface org.neo4j.driver.Session
-
Signal that you are done using this session.
- close() - Method in interface org.neo4j.driver.Transaction
-
Close the transaction.
- closeAsync() - Method in interface org.neo4j.driver.async.AsyncSession
-
Signal that you are done using this session.
- closeAsync() - Method in interface org.neo4j.driver.async.AsyncTransaction
-
Close the transaction.
- closeAsync() - Method in interface org.neo4j.driver.Driver
-
Close all the resources assigned to this driver, including open connections and IO threads.
- closed() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record how many connections have been closed by this pool.
- code() - Method in exception org.neo4j.driver.exceptions.Neo4jException
-
Access the status code for this exception.
- code() - Method in interface org.neo4j.driver.summary.Notification
-
Returns a notification code for the discovered issue.
- column(int) - Static method in class org.neo4j.driver.Records
-
- column(String) - Static method in class org.neo4j.driver.Records
-
- column(int, Function<Value, T>) - Static method in class org.neo4j.driver.Records
-
- column(String, Function<Value, T>) - Static method in class org.neo4j.driver.Records
-
- column() - Method in interface org.neo4j.driver.summary.InputPosition
-
The column number referred to by the position; column numbers start at 1.
- commit() - Method in interface org.neo4j.driver.reactive.RxTransaction
-
Commits the transaction.
- commit() - Method in interface org.neo4j.driver.Transaction
-
Commit this current transaction.
- commitAsync() - Method in interface org.neo4j.driver.async.AsyncTransaction
-
Commit this transaction in asynchronous fashion.
- computeOrDefault(Function<Value, T>, T) - Method in interface org.neo4j.driver.Value
-
Apply the mapping function on the value if the value is not a
NullValue
, or the default value if the value is a
NullValue
.
- Config - Class in org.neo4j.driver
-
A configuration class to config driver properties.
- Config.ConfigBuilder - Class in org.neo4j.driver
-
Used to build new config instances
- Config.TrustStrategy - Class in org.neo4j.driver
-
Control how the driver determines if it can trust the encryption certificates provided by the Neo4j instance it is connected to.
- Config.TrustStrategy.Strategy - Enum in org.neo4j.driver
-
The trust strategy that the driver supports
- connectionAcquisitionTimeoutMillis() - Method in class org.neo4j.driver.Config
-
- ConnectionPoolMetrics - Interface in org.neo4j.driver
-
Provides connection pool metrics such as connection created, current in use etc.
- connectionPoolMetrics() - Method in interface org.neo4j.driver.Metrics
-
Connection pool metrics records metrics of connection pools that are currently in use.
- ConnectionReadTimeoutException - Exception in org.neo4j.driver.exceptions
-
Indicates that read timed out due to it taking longer than the server-supplied timeout value via the connection.recv_timeout_seconds
configuration
hint.
- ConnectionReadTimeoutException(String) - Constructor for exception org.neo4j.driver.exceptions.ConnectionReadTimeoutException
-
- connectionTimeoutMillis() - Method in class org.neo4j.driver.Config
-
- console(Level) - Static method in interface org.neo4j.driver.Logging
-
- constraintsAdded() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
- constraintsRemoved() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
- consume() - Method in interface org.neo4j.driver.reactive.RxResult
-
Returns a cold publisher of result summary which arrives after all records.
- consume() - Method in interface org.neo4j.driver.Result
-
Return the result summary.
- consumeAsync() - Method in interface org.neo4j.driver.async.ResultCursor
-
Asynchronously retrieve the result summary.
- contains(Node) - Method in interface org.neo4j.driver.types.Path
-
- contains(Relationship) - Method in interface org.neo4j.driver.types.Path
-
- containsKey(String) - Method in interface org.neo4j.driver.types.MapAccessor
-
Check if the list of keys contains the given key
- containsSystemUpdates() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
If the query updated the system graph in any way, this method will return true,
- containsUpdates() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Whether there were any updates at all, eg.
- counters() - Method in interface org.neo4j.driver.summary.ResultSummary
-
- created() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record how many connections have been successfully created with this pool since the pool was created.
- creating() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The amount of connections that are currently in the process of being created.
- custom(String, String, String, String) - Static method in class org.neo4j.driver.AuthTokens
-
A custom authentication token used for doing custom authentication on the server side.
- custom(String, String, String, String, Map<String, Object>) - Static method in class org.neo4j.driver.AuthTokens
-
A custom authentication token used for doing custom authentication on the server side.
- database() - Method in class org.neo4j.driver.SessionConfig
-
The database where the session is going to connect to.
- database() - Method in interface org.neo4j.driver.summary.ResultSummary
-
The basic information of the database where the result is obtained from
- DatabaseException - Exception in org.neo4j.driver.exceptions
-
A DatabaseException indicates that there is a problem within the underlying database.
- DatabaseException(String, String) - Constructor for exception org.neo4j.driver.exceptions.DatabaseException
-
- DatabaseInfo - Interface in org.neo4j.driver.summary
-
Provides basic information about where a
ResultSummary
is obtained from.
- DATE() - Method in interface org.neo4j.driver.types.TypeSystem
-
- DATE_TIME() - Method in interface org.neo4j.driver.types.TypeSystem
-
- days() - Method in interface org.neo4j.driver.types.IsoDuration
-
Retrieve amount of days in this duration.
- dbHits() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
- debug(String, Object...) - Method in interface org.neo4j.driver.Logger
-
Logs bolt messages sent and received by this driver.
- debug(String, Throwable) - Method in interface org.neo4j.driver.Logger
-
Logs debug message with throwable.
- defaultAccessMode() - Method in class org.neo4j.driver.SessionConfig
-
The type of access required by units of work in this session,
e.g.
- defaultConfig() - Static method in class org.neo4j.driver.Config
-
- defaultConfig() - Static method in class org.neo4j.driver.SessionConfig
-
Returns a static
SessionConfig
with default values for a general purpose session.
- defaultTypeSystem() - Method in interface org.neo4j.driver.Driver
-
This will return the type system supported by the driver.
- DESCRIPTION - Static variable in exception org.neo4j.driver.exceptions.AuthorizationExpiredException
-
- description() - Method in interface org.neo4j.driver.summary.Notification
-
Returns a longer description of the notification.
- DiscoveryException - Exception in org.neo4j.driver.exceptions
-
An error has happened while getting routing table with a remote server.
- DiscoveryException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.DiscoveryException
-
- Driver - Interface in org.neo4j.driver
-
Accessor for a specific Neo4j graph database.
- driver(String) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(URI) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(URI, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- driver(String, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- driver(String, AuthToken) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(URI, AuthToken) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(String, AuthToken, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- driver(URI, AuthToken, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- DURATION() - Method in interface org.neo4j.driver.types.TypeSystem
-
- get(int) - Method in interface org.neo4j.driver.Record
-
Retrieve the value at the given field index
- get(String) - Method in interface org.neo4j.driver.types.MapAccessor
-
Retrieve the value of the property with the given key
- get(String, Value) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the value with the given key.
- get(String, Object) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the object with the given key.
- get(String, Number) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the number with the given key.
- get(String, Entity) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the entity with the given key.
- get(String, Node) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the node with the given key.
- get(String, Path) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the path with the given key.
- get(String, Relationship) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the value with the given key.
- get(String, List<Object>) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the list of objects with the given key.
- get(String, List<T>, Function<Value, T>) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the list with the given key.
- get(String, Map<String, Object>) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the map with the given key.
- get(String, Map<String, T>, Function<Value, T>) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the map with the given key.
- get(String, int) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java integer with the given key.
- get(String, long) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java long number with the given key.
- get(String, boolean) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java boolean with the given key.
- get(String, String) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java string with the given key.
- get(String, float) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java float number with the given key.
- get(String, double) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java double number with the given key.
- get(int) - Method in interface org.neo4j.driver.Value
-
Retrieve the value at the given index
- getLog(Class<?>) - Method in interface org.neo4j.driver.Logging
-
Obtain a
Logger
instance by class, its name will be the fully qualified name of the class.
- getLog(String) - Method in interface org.neo4j.driver.Logging
-
Obtain a
Logger
instance by name.
- GraphDatabase - Class in org.neo4j.driver
-
- GraphDatabase() - Constructor for class org.neo4j.driver.GraphDatabase
-
- id() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A unique id that identifies this pool metrics.
- id() - Method in interface org.neo4j.driver.types.Entity
-
A unique id for this Entity.
- identifiers() - Method in interface org.neo4j.driver.summary.Plan
-
Identifiers used by this part of the plan.
- idle() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The amount of connections that are currently idle (buffered inside the pool).
- idleTimeBeforeConnectionTest() - Method in class org.neo4j.driver.Config
-
Pooled connections that have been idle in the pool for longer than this timeout
will be tested before they are used again, to ensure they are still live.
- Immutable - Annotation Type in org.neo4j.driver.util
-
Indicates that instances of the annotated class or of its subclasses are immutable, i.e.
- impersonatedUser() - Method in class org.neo4j.driver.SessionConfig
-
The impersonated user the session is going to use for query execution.
- index(String) - Method in interface org.neo4j.driver.Record
-
Retrieve the index of the field with the given key
- indexesAdded() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
- indexesRemoved() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
- info(String, Object...) - Method in interface org.neo4j.driver.Logger
-
Logs information from the driver.
- InputPosition - Interface in org.neo4j.driver.summary
-
An input position refers to a specific character in a query.
- INSTANCE - Static variable in exception org.neo4j.driver.exceptions.ConnectionReadTimeoutException
-
- INTEGER() - Method in interface org.neo4j.driver.types.TypeSystem
-
- inUse() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The amount of connections that are currently in-use (borrowed out of the pool).
- isDebugEnabled() - Method in interface org.neo4j.driver.Logger
-
Return true if the debug level is enabled.
- isEmpty() - Method in interface org.neo4j.driver.Bookmark
-
Return true if the bookmark is empty.
- isEmpty() - Method in class org.neo4j.driver.TransactionConfig
-
Check if this configuration object contains any values.
- isEmpty() - Method in interface org.neo4j.driver.Value
-
If this value represents a list or map, test if the collection is empty.
- isEncrypted() - Method in interface org.neo4j.driver.Driver
-
Return a flag to indicate whether or not encryption is used for this driver.
- isFalse() - Method in interface org.neo4j.driver.Value
-
- isHostnameVerificationEnabled() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Check if hostname verification is enabled for this trust strategy.
- isMetricsEnabled() - Method in class org.neo4j.driver.Config
-
- isMetricsEnabled() - Method in interface org.neo4j.driver.Driver
-
- isNull() - Method in interface org.neo4j.driver.Value
-
- IsoDuration - Interface in org.neo4j.driver.types
-
Represents temporal amount containing months, days, seconds and nanoseconds of the second.
- isoDuration(long, long, long, int) - Static method in class org.neo4j.driver.Values
-
- isOpen() - Method in interface org.neo4j.driver.util.Resource
-
Detect whether this resource is still open
- isTraceEnabled() - Method in interface org.neo4j.driver.Logger
-
Return true if the trace logging level is enabled.
- isTrue() - Method in interface org.neo4j.driver.Value
-
- isTypeOf(Value) - Method in interface org.neo4j.driver.types.Type
-
Test if the given value has this type
- readTransaction(RxTransactionWork<? extends Publisher<T>>) - Method in interface org.neo4j.driver.reactive.RxSession
-
Execute given unit of reactive work in a
read
reactive transaction.
- readTransaction(RxTransactionWork<? extends Publisher<T>>, TransactionConfig) - Method in interface org.neo4j.driver.reactive.RxSession
-
Execute given unit of reactive work in a
read
reactive transaction with
the specified
configuration
.
- readTransaction(TransactionWork<T>) - Method in interface org.neo4j.driver.Session
-
Execute a unit of work in a managed
read
transaction.
- readTransaction(TransactionWork<T>, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Execute a unit of work in a managed
read
transaction
with the specified
configuration
.
- readTransactionAsync(AsyncTransactionWork<CompletionStage<T>>) - Method in interface org.neo4j.driver.async.AsyncSession
-
Execute given unit of asynchronous work in a
read
asynchronous transaction.
- readTransactionAsync(AsyncTransactionWork<CompletionStage<T>>, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Execute given unit of asynchronous work in a
read
asynchronous transaction with
the specified
configuration
.
- Record - Interface in org.neo4j.driver
-
Container for Cypher result values.
- records() - Method in interface org.neo4j.driver.reactive.RxResult
-
Returns a cold unicast publisher of records.
- Records - Class in org.neo4j.driver
-
Static utility methods for retaining records
- Records() - Constructor for class org.neo4j.driver.Records
-
- records() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
- relationship() - Method in interface org.neo4j.driver.types.Path.Segment
-
- Relationship - Interface in org.neo4j.driver.types
-
The Relationship interface describes the characteristics of a relationship from a Neo4j graph.
- RELATIONSHIP() - Method in interface org.neo4j.driver.types.TypeSystem
-
- relationships() - Method in interface org.neo4j.driver.types.Path
-
Create an iterable over the relationships in this path.
- relationshipsCreated() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
- relationshipsDeleted() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
- requiresRevocationChecking(RevocationCheckingStrategy) - Static method in enum org.neo4j.driver.RevocationCheckingStrategy
-
- reset() - Method in interface org.neo4j.driver.Session
-
- resolve(ServerAddress) - Method in interface org.neo4j.driver.net.ServerAddressResolver
-
Resolve the given address to a set of other addresses.
- resolver() - Method in class org.neo4j.driver.Config
-
Server address resolver.
- Resource - Interface in org.neo4j.driver.util
-
- Result - Interface in org.neo4j.driver
-
The result of running a Cypher query, conceptually a stream of
records
.
- resultAvailableAfter(TimeUnit) - Method in interface org.neo4j.driver.summary.ResultSummary
-
The time it took the server to make the result available for consumption.
- resultConsumedAfter(TimeUnit) - Method in interface org.neo4j.driver.summary.ResultSummary
-
The time it took the server to consume the result.
- ResultConsumedException - Exception in org.neo4j.driver.exceptions
-
A user is trying to access resources that are no longer valid due to
the resources have already been consumed or
the
QueryRunner
where the resources are created has already been closed.
- ResultConsumedException(String) - Constructor for exception org.neo4j.driver.exceptions.ResultConsumedException
-
- ResultCursor - Interface in org.neo4j.driver.async
-
The result of asynchronous execution of a Cypher query, conceptually an asynchronous stream of
records
.
- ResultSummary - Interface in org.neo4j.driver.summary
-
The result summary of running a query.
- revocationCheckingStrategy() - Method in class org.neo4j.driver.Config.TrustStrategy
-
The revocation strategy used for verifying certificates.
- RevocationCheckingStrategy - Enum in org.neo4j.driver
-
Defines strategy for revocation checks.
- revocationStrategy() - Method in class org.neo4j.driver.Config.TrustStrategy
-
- rollback() - Method in interface org.neo4j.driver.reactive.RxTransaction
-
Rolls back the transaction.
- rollback() - Method in interface org.neo4j.driver.Transaction
-
Roll back this current transaction.
- rollbackAsync() - Method in interface org.neo4j.driver.async.AsyncTransaction
-
Rollback this transaction in asynchronous fashion.
- routingDriver(Iterable<URI>, AuthToken, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
- run(String, Value) - Method in interface org.neo4j.driver.QueryRunner
-
Run a query and return a result stream.
- run(String, Map<String, Object>) - Method in interface org.neo4j.driver.QueryRunner
-
Run a query and return a result stream.
- run(String, Record) - Method in interface org.neo4j.driver.QueryRunner
-
Run a query and return a result stream.
- run(String) - Method in interface org.neo4j.driver.QueryRunner
-
Run a query and return a result stream.
- run(Query) - Method in interface org.neo4j.driver.QueryRunner
-
Run a query and return a result stream.
- run(String, Value) - Method in interface org.neo4j.driver.reactive.RxQueryRunner
-
Register running of a query and return a reactive result stream.
- run(String, Map<String, Object>) - Method in interface org.neo4j.driver.reactive.RxQueryRunner
-
Register running of a query and return a reactive result stream.
- run(String, Record) - Method in interface org.neo4j.driver.reactive.RxQueryRunner
-
Register running of a query and return a reactive result stream.
- run(String) - Method in interface org.neo4j.driver.reactive.RxQueryRunner
-
Register running of a query and return a reactive result stream.
- run(Query) - Method in interface org.neo4j.driver.reactive.RxQueryRunner
-
Register running of a query and return a reactive result stream.
- run(String, TransactionConfig) - Method in interface org.neo4j.driver.reactive.RxSession
-
Run a query with parameters in an auto-commit transaction with specified
TransactionConfig
and return a reactive result stream.
- run(String, Map<String, Object>, TransactionConfig) - Method in interface org.neo4j.driver.reactive.RxSession
-
Run a query with parameters in an auto-commit transaction with specified
TransactionConfig
and return a reactive result stream.
- run(Query, TransactionConfig) - Method in interface org.neo4j.driver.reactive.RxSession
-
Run a query in an auto-commit transaction with specified
configuration
and return a reactive result stream.
- run(String, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Run a query in a managed auto-commit transaction with the specified
configuration
, and return a result stream.
- run(String, Map<String, Object>, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Run a query with parameters in a managed auto-commit transaction with the
specified
configuration
, and return a result stream.
- run(Query, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Run a query in a managed auto-commit transaction with the specified
configuration
, and return a result stream.
- runAsync(String, Value) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStage
with a
result cursor.
- runAsync(String, Map<String, Object>) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStage
with a
result cursor.
- runAsync(String, Record) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStage
with a
result cursor.
- runAsync(String) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStage
with a
result cursor.
- runAsync(Query) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStage
with a
result cursor.
- runAsync(String, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Run a query asynchronously in an auto-commit transaction with the specified
configuration
and return a
CompletionStage
with a result cursor.
- runAsync(String, Map<String, Object>, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Run a query asynchronously in an auto-commit transaction with the specified
configuration
and return a
CompletionStage
with a result cursor.
- runAsync(Query, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Run a query asynchronously in an auto-commit transaction with the specified
configuration
and return a
CompletionStage
with a result cursor.
- RxQueryRunner - Interface in org.neo4j.driver.reactive
-
Common interface for components that can execute Neo4j queries using Reactive API.
- RxResult - Interface in org.neo4j.driver.reactive
-
A reactive result provides a reactive way to execute query on the server and receives records back.
- rxSession() - Method in interface org.neo4j.driver.Driver
-
- rxSession(SessionConfig) - Method in interface org.neo4j.driver.Driver
-
- RxSession - Interface in org.neo4j.driver.reactive
-
A reactive session is the same as
Session
except it provides a reactive API.
- RxTransaction - Interface in org.neo4j.driver.reactive
-
Same as
Transaction
except this reactive transaction exposes a reactive API.
- RxTransactionWork<T> - Interface in org.neo4j.driver.reactive
-
- seconds() - Method in interface org.neo4j.driver.types.IsoDuration
-
Retrieve amount of seconds in this duration.
- SecurityException - Exception in org.neo4j.driver.exceptions
-
Failed to communicate with the server due to security errors.
- SecurityException(String, String) - Constructor for exception org.neo4j.driver.exceptions.SecurityException
-
- SecurityException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.SecurityException
-
- server() - Method in interface org.neo4j.driver.summary.ResultSummary
-
The basic information of the server where the result is obtained from
- ServerAddress - Interface in org.neo4j.driver.net
-
Represents a host and port.
- ServerAddressResolver - Interface in org.neo4j.driver.net
-
A resolver function used by the routing driver to resolve the initial address used to create the driver.
- ServerInfo - Interface in org.neo4j.driver.summary
-
Provides some basic information of the server where the result is obtained from.
- ServiceUnavailableException - Exception in org.neo4j.driver.exceptions
-
An ServiceUnavailableException indicates that the driver cannot communicate with the cluster.
- ServiceUnavailableException(String) - Constructor for exception org.neo4j.driver.exceptions.ServiceUnavailableException
-
- ServiceUnavailableException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.ServiceUnavailableException
-
- session() - Method in interface org.neo4j.driver.Driver
-
- session(SessionConfig) - Method in interface org.neo4j.driver.Driver
-
- Session - Interface in org.neo4j.driver
-
Provides a context of work for database interactions.
- SessionConfig - Class in org.neo4j.driver
-
The session configurations used to configure a session.
- SessionConfig.Builder - Class in org.neo4j.driver
-
Builder used to configure
SessionConfig
which will be used to create a session.
- SessionExpiredException - Exception in org.neo4j.driver.exceptions
-
A SessionExpiredException indicates that the session can no longer satisfy the criteria under which it
was acquired, e.g.
- SessionExpiredException(String) - Constructor for exception org.neo4j.driver.exceptions.SessionExpiredException
-
- SessionExpiredException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.SessionExpiredException
-
- severity() - Method in interface org.neo4j.driver.summary.Notification
-
The severity level of the notification.
- single() - Method in interface org.neo4j.driver.Result
-
Return the first record in the result, failing if there is not exactly
one record left in the stream
Calling this method always exhausts the result, even when
NoSuchRecordException
is thrown.
- singleAsync() - Method in interface org.neo4j.driver.async.ResultCursor
-
Asynchronously return the first record in the result, failing if there is not exactly
one record left in the stream.
- size() - Method in interface org.neo4j.driver.types.MapAccessor
-
Retrieve the number of entries in this map
- size() - Method in interface org.neo4j.driver.Value
-
If the underlying value is a collection type, return the number of values in the collection.
- slf4j() - Static method in interface org.neo4j.driver.Logging
-
Create logging implementation that uses SLF4J.
- srid() - Method in interface org.neo4j.driver.types.Point
-
Retrieve identifier of the coordinate reference system for this point.
- start() - Method in interface org.neo4j.driver.types.Path.Segment
-
The node that this segment starts at.
- start() - Method in interface org.neo4j.driver.types.Path
-
- startNodeId() - Method in interface org.neo4j.driver.types.Relationship
-
Id of the node where this relationship starts.
- strategy() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Return the strategy type desired.
- stream() - Method in interface org.neo4j.driver.Result
-
Convert this result to a sequential
Stream
of records.
- STRING() - Method in interface org.neo4j.driver.types.TypeSystem
-
- SummaryCounters - Interface in org.neo4j.driver.summary
-
Contains counters for various operations that a query triggered.
- supportsMultiDb() - Method in interface org.neo4j.driver.Driver
-
Returns true if the server or cluster the driver connects to supports multi-databases, otherwise false.
- supportsMultiDbAsync() - Method in interface org.neo4j.driver.Driver
-
Asynchronous check if the server or cluster the driver connects to supports multi-databases.
- systemUpdates() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
- text() - Method in class org.neo4j.driver.Query
-
- time() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
- TIME() - Method in interface org.neo4j.driver.types.TypeSystem
-
- timedOutToAcquire() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
- timeout() - Method in class org.neo4j.driver.TransactionConfig
-
Get the configured transaction timeout.
- title() - Method in interface org.neo4j.driver.summary.Notification
-
Returns a short summary of the notification.
- TokenExpiredException - Exception in org.neo4j.driver.exceptions
-
The provided token has expired.
- TokenExpiredException(String, String) - Constructor for exception org.neo4j.driver.exceptions.TokenExpiredException
-
- toString() - Method in class org.neo4j.driver.Query
-
- toString() - Method in class org.neo4j.driver.SessionConfig
-
- toString() - Method in class org.neo4j.driver.TransactionConfig
-
- toString() - Method in interface org.neo4j.driver.Value
-
- totalAcquisitionTime() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record the total acquisition time in milliseconds of all connection acquisition requests since the pool is created.
- totalConnectionTime() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record the total time in milliseconds spent to establishing new socket connections since the pool is created.
- totalInUseCount() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The total amount of connections that are borrowed outside the pool since the pool is created.
- totalInUseTime() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record the total time in milliseconds connections are borrowed out of the pool,
such as the time spent in user's application code to run cypher queries.
- trace(String, Object...) - Method in interface org.neo4j.driver.Logger
-
Logs binary sent and received by this driver.
- Transaction - Interface in org.neo4j.driver
-
Logical container for an atomic unit of work.
- TransactionConfig - Class in org.neo4j.driver
-
Configuration object containing settings for transactions.
- TransactionConfig.Builder - Class in org.neo4j.driver
-
- TransactionNestingException - Exception in org.neo4j.driver.exceptions
-
This exception indicates a user is nesting new transaction with an on-going transaction (unmanaged and/or auto-commit).
- TransactionNestingException(String) - Constructor for exception org.neo4j.driver.exceptions.TransactionNestingException
-
- TransactionWork<T> - Interface in org.neo4j.driver
-
Callback that executes operations against a given
Transaction
.
- TransientException - Exception in org.neo4j.driver.exceptions
-
A TransientException signals a temporary fault that may be worked around by retrying.
- TransientException(String, String) - Constructor for exception org.neo4j.driver.exceptions.TransientException
-
- trustAllCertificates() - Static method in class org.neo4j.driver.Config.TrustStrategy
-
Trust strategy for certificates that trust all certificates blindly.
- trustCustomCertificateSignedBy(File...) - Static method in class org.neo4j.driver.Config.TrustStrategy
-
Only encrypted connections to Neo4j instances with certificates signed by a trusted certificate will be accepted.
- trustStrategy() - Method in class org.neo4j.driver.Config
-
- trustSystemCertificates() - Static method in class org.neo4j.driver.Config.TrustStrategy
-
Trust strategy for certificates that can be verified through the local system store.
- type() - Method in interface org.neo4j.driver.types.Relationship
-
Return the type of this relationship.
- Type - Interface in org.neo4j.driver.types
-
The type of a
Value
as defined by the Cypher language
- type() - Method in interface org.neo4j.driver.Value
-
- TypeSystem - Interface in org.neo4j.driver.types
-
A listing of all database types this driver can handle.
- value() - Method in interface org.neo4j.driver.util.Pair
-
- Value - Interface in org.neo4j.driver
-
A unit of data that adheres to the Neo4j type system.
- value(Object) - Static method in class org.neo4j.driver.Values
-
- value(Value...) - Static method in class org.neo4j.driver.Values
-
- value(byte...) - Static method in class org.neo4j.driver.Values
-
- value(String...) - Static method in class org.neo4j.driver.Values
-
- value(boolean...) - Static method in class org.neo4j.driver.Values
-
- value(char...) - Static method in class org.neo4j.driver.Values
-
- value(long...) - Static method in class org.neo4j.driver.Values
-
- value(short...) - Static method in class org.neo4j.driver.Values
-
- value(int...) - Static method in class org.neo4j.driver.Values
-
- value(double...) - Static method in class org.neo4j.driver.Values
-
- value(float...) - Static method in class org.neo4j.driver.Values
-
- value(List<Object>) - Static method in class org.neo4j.driver.Values
-
- value(Iterable<Object>) - Static method in class org.neo4j.driver.Values
-
- value(Iterator<Object>) - Static method in class org.neo4j.driver.Values
-
- value(Stream<Object>) - Static method in class org.neo4j.driver.Values
-
- value(char) - Static method in class org.neo4j.driver.Values
-
- value(String) - Static method in class org.neo4j.driver.Values
-
- value(long) - Static method in class org.neo4j.driver.Values
-
- value(int) - Static method in class org.neo4j.driver.Values
-
- value(double) - Static method in class org.neo4j.driver.Values
-
- value(boolean) - Static method in class org.neo4j.driver.Values
-
- value(Map<String, Object>) - Static method in class org.neo4j.driver.Values
-
- value(LocalDate) - Static method in class org.neo4j.driver.Values
-
- value(OffsetTime) - Static method in class org.neo4j.driver.Values
-
- value(LocalTime) - Static method in class org.neo4j.driver.Values
-
- value(LocalDateTime) - Static method in class org.neo4j.driver.Values
-
- value(OffsetDateTime) - Static method in class org.neo4j.driver.Values
-
- value(ZonedDateTime) - Static method in class org.neo4j.driver.Values
-
- value(Period) - Static method in class org.neo4j.driver.Values
-
- value(Duration) - Static method in class org.neo4j.driver.Values
-
- ValueException - Exception in org.neo4j.driver.exceptions.value
-
A ValueException indicates that the client has carried out an operation on values incorrectly.
- ValueException(String) - Constructor for exception org.neo4j.driver.exceptions.value.ValueException
-
- valueOf(String) - Static method in enum org.neo4j.driver.AccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.driver.Config.TrustStrategy.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.driver.MetricsAdapter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.driver.RevocationCheckingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.driver.summary.QueryType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.driver.AccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.neo4j.driver.Bookmark
-
Returns a read-only set of bookmark strings that this bookmark instance identifies.
- values() - Static method in enum org.neo4j.driver.Config.TrustStrategy.Strategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.driver.MetricsAdapter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.neo4j.driver.Record
-
Retrieve the values of the underlying map
- values() - Static method in enum org.neo4j.driver.RevocationCheckingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.driver.summary.QueryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.neo4j.driver.types.MapAccessor
-
Retrieve all values of the underlying collection
- values(Function<Value, T>) - Method in interface org.neo4j.driver.types.MapAccessor
-
Map and retrieve all values of the underlying collection
- Values - Class in org.neo4j.driver
-
Utility for wrapping regular Java types and exposing them as
Value
objects, and vice versa.
- values(Object...) - Static method in class org.neo4j.driver.Values
-
- verifyConnectivity() - Method in interface org.neo4j.driver.Driver
-
This verifies if the driver can connect to a remote server or a cluster
by establishing a network connection with the remote and possibly exchanging a few data before closing the connection.
- verifyConnectivityAsync() - Method in interface org.neo4j.driver.Driver
-
This verifies if the driver can connect to a remote server or cluster
by establishing a network connection with the remote and possibly exchanging a few data before closing the connection.
- version() - Method in interface org.neo4j.driver.summary.ServerInfo
-
- warn(String, Object...) - Method in interface org.neo4j.driver.Logger
-
Logs warnings that happened when using the driver.
- warn(String, Throwable) - Method in interface org.neo4j.driver.Logger
-
Logs warnings that happened during using the driver
- withBookmarks(Bookmark...) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Set the initial bookmarks to be used in a session.
- withBookmarks(Iterable<Bookmark>) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Set the initial bookmarks to be used in a session.
- withConnectionAcquisitionTimeout(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Configure maximum amount of time connection acquisition will attempt to acquire a connection from the
connection pool.
- withConnectionLivenessCheckTimeout(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Pooled connections that have been idle in the pool for longer than this timeout
will be tested before they are used again, to ensure they are still live.
- withConnectionTimeout(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Specify socket connection timeout.
- withDatabase(String) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Sets target database name for queries executed within session.
- withDefaultAccessMode(AccessMode) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Set the type of access required by units of work in this session,
e.g.
- withDriverMetrics() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Enable driver metrics backed by internal basic implementation.
- withEncryption() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Set to use encrypted traffic.
- withEventLoopThreads(int) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Configure the event loop thread count.
- withFetchSize(long) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Specify how many records to fetch in each batch.
- withFetchSize(long) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Specify how many records to fetch in each batch for this session.
- withHostnameVerification() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Enable hostname verification for this trust strategy.
- withImpersonatedUser(String) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Set the impersonated user that the newly created session is going to use for query execution.
- withLeakedSessionsLogging() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Enable logging of leaked sessions.
- withLogging(Logging) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Provide a logging implementation for the driver to use.
- withMaxConnectionLifetime(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Pooled connections older than this threshold will be closed and removed from the pool.
- withMaxConnectionPoolSize(int) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Configure maximum amount of connections in the connection pool towards a single database.
- withMaxTransactionRetryTime(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
- withMetadata(Map<String, Object>) - Method in class org.neo4j.driver.TransactionConfig.Builder
-
Set the transaction metadata.
- withMetricsAdapter(MetricsAdapter) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
- withoutCertificateRevocationChecks() - Method in class org.neo4j.driver.Config.TrustStrategy
-
- withoutDriverMetrics() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Disable driver metrics.
- withoutEncryption() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Set to use unencrypted traffic.
- withoutHostnameVerification() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Disable hostname verification for this trust strategy.
- withParameters(Value) - Method in class org.neo4j.driver.Query
-
- withParameters(Map<String, Object>) - Method in class org.neo4j.driver.Query
-
- withResolver(ServerAddressResolver) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Specify a custom server address resolver used by the routing driver to resolve the initial address used to create the driver.
- withRoutingFailureLimit(int) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
- withRoutingRetryDelay(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
- withRoutingTablePurgeDelay(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Specify how long to wait before purging stale routing tables.
- withStrictRevocationChecks() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Configures the
Config.TrustStrategy
to carry out strict OCSP revocation checks for revocation status that
are stapled to the certificate.
- withText(String) - Method in class org.neo4j.driver.Query
-
- withTimeout(Duration) - Method in class org.neo4j.driver.TransactionConfig.Builder
-
Set the transaction timeout.
- withTrustStrategy(Config.TrustStrategy) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Specify how to determine the authenticity of an encryption certificate provided by the Neo4j instance we are connecting to.
- withUpdatedParameters(Value) - Method in class org.neo4j.driver.Query
-
Create a new query with new parameters derived by updating this'
query's parameters using the given updates.
- withUserAgent(String) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Configure the user_agent field sent to the server to identify the connected client.
- withVerifyIfPresentRevocationChecks() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Configures the
Config.TrustStrategy
to carry out OCSP revocation checks when the revocation status is
stapled to the certificate.
- writeTransaction(RxTransactionWork<? extends Publisher<T>>) - Method in interface org.neo4j.driver.reactive.RxSession
-
Execute given unit of reactive work in a
write
reactive transaction.
- writeTransaction(RxTransactionWork<? extends Publisher<T>>, TransactionConfig) - Method in interface org.neo4j.driver.reactive.RxSession
-
Execute given unit of reactive work in a
write
reactive transaction with
the specified
configuration
.
- writeTransaction(TransactionWork<T>) - Method in interface org.neo4j.driver.Session
-
Execute a unit of work in a managed
write
transaction.
- writeTransaction(TransactionWork<T>, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
- writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>>) - Method in interface org.neo4j.driver.async.AsyncSession
-
Execute given unit of asynchronous work in a
write
asynchronous transaction.
- writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>>, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Execute given unit of asynchronous work in a
write
asynchronous transaction with
the specified
configuration
.