Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSENT_QUERY_ID - Static variable in class org.neo4j.driver.internal.util.MetadataExtractor
- AbstractReactiveSession<S> - Class in org.neo4j.driver.internal.reactive
- AbstractReactiveSession(NetworkSession) - Constructor for class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- AbstractReactiveTransaction - Class in org.neo4j.driver.internal.reactive
- AbstractReactiveTransaction(UnmanagedTransaction) - Constructor for class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- AbstractRecordStateResponseHandler - Class in org.neo4j.driver.internal.cursor
- AbstractRecordStateResponseHandler() - Constructor for class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler
- AbstractRecordStateResponseHandler.RecordState - Enum Class in org.neo4j.driver.internal.cursor
- AccessMode - Enum Class 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.
- acknowledge() - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- acknowledged() - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
-
Returns the value of the
acknowledgedrecord component. - AdaptingDriverBoltConnectionSource - Class in org.neo4j.driver.internal.adaptedbolt
- AdaptingDriverBoltConnectionSource(BoltConnectionSource<RoutedBoltConnectionParameters>, ErrorMapper, BoltValueFactory, boolean, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.adaptedbolt.AdaptingDriverBoltConnectionSource
- add(String) - Method in class org.neo4j.driver.internal.util.QueryKeys
- address() - Method in class org.neo4j.driver.internal.summary.InternalServerInfo
- address() - Method in interface org.neo4j.driver.summary.ServerInfo
-
Returns a string telling the address of the server the query was executed.
- addSuppressed(Throwable, Throwable) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- agent() - Method in class org.neo4j.driver.internal.summary.InternalServerInfo
- agent() - Method in interface org.neo4j.driver.summary.ServerInfo
-
Returns server agent string by which the remote server identifies itself.
- ANY - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- ANY() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- ANY() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing any type. - ApiTelemetryWork - Record Class in org.neo4j.driver.internal.telemetry
- ApiTelemetryWork(TelemetryApi) - Constructor for record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- ApiTelemetryWork(TelemetryApi, AtomicBoolean, AtomicBoolean) - Constructor for record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
-
Creates an instance of a
ApiTelemetryWorkrecord class. - applyTo(BlockHound.Builder) - Method in class org.neo4j.driver.internal.blockhound.Neo4jDriverBlockHoundIntegration
- arguments() - Method in class org.neo4j.driver.internal.summary.InternalPlan
- arguments() - Method in interface org.neo4j.driver.summary.Plan
-
Many
operatorshave arguments defining their specific behavior. - as(Class<T>) - Method in class org.neo4j.driver.internal.value.BytesValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.DateTimeValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.DateValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.DurationValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.FloatValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.IntegerValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.ListValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.LocalDateTimeValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.LocalTimeValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.MapValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.NodeValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.NullValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.PathValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.PointValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.RelationshipValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.StringValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.TimeValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.UnsupportedTypeValue
- as(Class<T>) - Method in class org.neo4j.driver.internal.value.VectorValue
- as(Class<T>) - Method in interface org.neo4j.driver.Record
-
Maps values of this record to properties of the given type providing that is it supported.
- as(Class<T>) - Method in interface org.neo4j.driver.Value
-
Maps this value to the given type providing that is it supported.
- as(ParameterizedType) - Method in interface org.neo4j.driver.internal.value.InternalValue
- as(ParameterizedType) - Method in class org.neo4j.driver.internal.value.ListValue
- as(ParameterizedType) - Method in class org.neo4j.driver.internal.value.MapValue
- as(ParameterizedType) - Method in class org.neo4j.driver.internal.value.NullValue
- as(Type) - Method in interface org.neo4j.driver.internal.value.InternalValue
- asBoltIsoDuration() - Method in interface org.neo4j.driver.internal.value.InternalValue
- asBoltMap() - Method in interface org.neo4j.driver.internal.value.InternalValue
- asBoltMap() - Method in class org.neo4j.driver.internal.value.MapValue
- asBoltPoint() - Method in interface org.neo4j.driver.internal.value.InternalValue
- asBoltVector() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asBoltVector() - Method in class org.neo4j.driver.internal.value.VectorValue
- asBoolean() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asBoolean() - Method in interface org.neo4j.driver.Value
-
Returns the value as a Java boolean, if possible.
- asBoolean(boolean) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asBoolean(boolean) - Method in interface org.neo4j.driver.Value
-
Returns the value as a Java boolean, if possible.
- asByteArray() - Method in class org.neo4j.driver.internal.value.BytesValue
- asByteArray() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asByteArray() - Method in interface org.neo4j.driver.Value
-
Returns the value as a Java byte array, if possible.
- asByteArray(byte[]) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asByteArray(byte[]) - Method in interface org.neo4j.driver.Value
-
Returns the value as a Java byte array, if possible.
- asCompletionException(Throwable) - Static method in class org.neo4j.driver.internal.util.Futures
-
Helped method to turn given exception into a
CompletionException. - asDouble() - Method in class org.neo4j.driver.internal.value.FloatValue
- asDouble() - Method in class org.neo4j.driver.internal.value.IntegerValue
- asDouble() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asDouble() - Method in interface org.neo4j.driver.Value
-
Returns a Java double if no precision is lost in the conversion.
- asDouble(double) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asDouble(double) - Method in interface org.neo4j.driver.Value
-
Returns a Java double if no precision is lost in the conversion.
- asEntity() - Method in class org.neo4j.driver.internal.value.EntityValueAdapter
- asEntity() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asEntity() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
Entity, if possible. - asFloat() - Method in class org.neo4j.driver.internal.value.FloatValue
- asFloat() - Method in class org.neo4j.driver.internal.value.IntegerValue
- asFloat() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asFloat() - Method in interface org.neo4j.driver.Value
-
Returns a Java float if no precision is lost in the conversion.
- asFloat(float) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asFloat(float) - Method in interface org.neo4j.driver.Value
-
Returns a Java float if no precision is lost in the conversion.
- asInt() - Method in class org.neo4j.driver.internal.value.FloatValue
- asInt() - Method in class org.neo4j.driver.internal.value.IntegerValue
- asInt() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asInt() - Method in interface org.neo4j.driver.Value
-
Returns a Java int if no precision is lost in the conversion.
- asInt(int) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asInt(int) - Method in interface org.neo4j.driver.Value
-
Returns a Java int if no precision is lost in the conversion.
- asIsoDuration() - Method in class org.neo4j.driver.internal.value.DurationValue
- asIsoDuration() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asIsoDuration() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
IsoDuration, if possible. - asIsoDuration(IsoDuration) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asIsoDuration(IsoDuration) - Method in interface org.neo4j.driver.Value
-
Returns the value as a
IsoDuration, if possible. - asList() - Method in class org.neo4j.driver.internal.value.ListValue
- asList() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- 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(Iterable<T>) - Static method in class org.neo4j.driver.internal.util.Iterables
- asList(Function<Value, T>) - Method in class org.neo4j.driver.internal.value.ListValue
- asList(Function<Value, T>) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asList(Function<Value, T>) - Method in interface org.neo4j.driver.Value
-
Returns the value as a list of T obtained by mapping from the list elements, if possible.
- asList(Function<Value, T>, List<T>) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asList(Function<Value, T>, List<T>) - Method in interface org.neo4j.driver.Value
-
Returns the value as a list of T obtained by mapping from the list elements, if possible.
- asList(List<Object>) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- 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(). - asLocalDate() - Method in class org.neo4j.driver.internal.value.DateValue
- asLocalDate() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLocalDate() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
LocalDate, if possible. - asLocalDate(LocalDate) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLocalDate(LocalDate) - Method in interface org.neo4j.driver.Value
-
Returns the value as a
LocalDate, if possible. - asLocalDateTime() - Method in class org.neo4j.driver.internal.value.LocalDateTimeValue
- asLocalDateTime() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLocalDateTime() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
LocalDateTime, if possible. - asLocalDateTime(LocalDateTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLocalDateTime(LocalDateTime) - Method in interface org.neo4j.driver.Value
-
Returns the value as a
LocalDateTime, if possible. - asLocalTime() - Method in class org.neo4j.driver.internal.value.LocalTimeValue
- asLocalTime() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLocalTime() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
LocalTime, if possible. - asLocalTime(LocalTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLocalTime(LocalTime) - Method in interface org.neo4j.driver.Value
-
Returns the value as a
LocalTime, if possible. - asLong() - Method in class org.neo4j.driver.internal.value.FloatValue
- asLong() - Method in class org.neo4j.driver.internal.value.IntegerValue
- asLong() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLong() - Method in interface org.neo4j.driver.Value
-
Returns a Java long if no precision is lost in the conversion.
- asLong(long) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLong(long) - Method in interface org.neo4j.driver.Value
-
Returns a Java long if no precision is lost in the conversion.
- asMap() - Method in class org.neo4j.driver.internal.value.EntityValueAdapter
- asMap() - Method in class org.neo4j.driver.internal.value.MapValue
- asMap() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- 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 class org.neo4j.driver.internal.value.EntityValueAdapter
- asMap(Function<Value, T>) - Method in class org.neo4j.driver.internal.value.MapValue
- asMap(Function<Value, T>) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asMap(Function<Value, T>) - Method in interface org.neo4j.driver.types.MapAccessor
-
Return the underlying map as a map of string keys and values converted using the supplied function.
- asMap(Function<Value, T>, Map<String, T>) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asMap(Function<Value, T>, Map<String, T>) - Method in interface org.neo4j.driver.Value
-
Returns the value as a map from string keys to values of type T obtained from mapping he original map values, if possible.
- asMap(Map<String, Object>) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asMap(Map<String, Object>) - Method in interface org.neo4j.driver.Value
-
Return as a map of string keys and values converted using
Value.asObject(). - asMapped(Class<T>) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asNode() - Method in class org.neo4j.driver.internal.value.NodeValue
- asNode() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asNode() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
Node, if possible. - asNumber() - Method in class org.neo4j.driver.internal.value.FloatValue
- asNumber() - Method in class org.neo4j.driver.internal.value.IntegerValue
- asNumber() - Method in class org.neo4j.driver.internal.value.NumberValueAdapter
- asNumber() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asNumber() - Method in interface org.neo4j.driver.Value
-
Returns the value as a Java Number, if possible.
- asObject() - Method in class org.neo4j.driver.internal.value.BooleanValue
- asObject() - Method in class org.neo4j.driver.internal.value.BytesValue
- asObject() - Method in class org.neo4j.driver.internal.value.ListValue
- asObject() - Method in class org.neo4j.driver.internal.value.MapValue
- asObject() - Method in class org.neo4j.driver.internal.value.NullValue
- asObject() - Method in class org.neo4j.driver.internal.value.NumberValueAdapter
- asObject() - Method in class org.neo4j.driver.internal.value.ObjectValueAdapter
- asObject() - Method in class org.neo4j.driver.internal.value.StringValue
- asObject() - Method in class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- asObject() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- 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 class org.neo4j.driver.internal.value.DateTimeValue
- asOffsetDateTime() - Method in class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- asOffsetDateTime() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asOffsetDateTime() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
OffsetDateTime, if possible. - asOffsetDateTime(OffsetDateTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asOffsetDateTime(OffsetDateTime) - Method in interface org.neo4j.driver.Value
-
Returns the value as a
OffsetDateTime, if possible. - asOffsetTime() - Method in class org.neo4j.driver.internal.value.TimeValue
- asOffsetTime() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asOffsetTime() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
OffsetTime, if possible. - asOffsetTime(OffsetTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asOffsetTime(OffsetTime) - Method in interface org.neo4j.driver.Value
-
Returns the value as a
OffsetTime, if possible. - asPath() - Method in class org.neo4j.driver.internal.value.PathValue
- asPath() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asPath() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
Path, if possible. - asPoint() - Method in class org.neo4j.driver.internal.value.PointValue
- asPoint() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asPoint() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
Point, if possible. - asPoint(Point) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asPoint(Point) - Method in interface org.neo4j.driver.Value
-
Returns the value as a
Point, if possible. - asRelationship() - Method in class org.neo4j.driver.internal.value.RelationshipValue
- asRelationship() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asRelationship() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
Relationship, if possible. - assertNotInEventLoopThread() - Static method in class org.neo4j.driver.internal.util.Futures
-
Assert that current thread is not an event loop used for async IO operations.
- assertParameter(Object) - Static method in class org.neo4j.driver.internal.util.Extract
- asString() - Method in class org.neo4j.driver.internal.value.NullValue
- asString() - Method in class org.neo4j.driver.internal.value.StringValue
- asString() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asString() - Method in interface org.neo4j.driver.Value
-
Returns the value as a Java String, if possible.
- asString(String) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asString(String) - Method in interface org.neo4j.driver.Value
-
Returns the value as a Java String, if possible.
- asUnsupportedType() - Method in class org.neo4j.driver.internal.value.UnsupportedTypeValue
- asUnsupportedType() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asUnsupportedType() - Method in interface org.neo4j.driver.Value
-
Returns the value as an
UnsupportedType, if possible. - asValue() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asVector() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asVector() - Method in class org.neo4j.driver.internal.value.VectorValue
- asVector() - Method in interface org.neo4j.driver.Value
-
Returns the value as an
Vector, if possible. - AsyncAbstractQueryRunner - Class in org.neo4j.driver.internal.async
- AsyncAbstractQueryRunner() - Constructor for class org.neo4j.driver.internal.async.AsyncAbstractQueryRunner
- Asynchronous API - Search tag in interface org.neo4j.driver.async.AsyncQueryRunner
- Section
- 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.
- AsyncTransaction - Interface in org.neo4j.driver.async
-
Logical container for an atomic unit of work.
- AsyncTransactionCallback<T> - Interface in org.neo4j.driver.async
-
Callback that executes operations against a given
AsyncTransactionContext. - AsyncTransactionContext - Interface in org.neo4j.driver.async
-
A context for running queries within transaction.
- asZonedDateTime() - Method in class org.neo4j.driver.internal.value.DateTimeValue
- asZonedDateTime() - Method in class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- asZonedDateTime() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asZonedDateTime() - Method in interface org.neo4j.driver.Value
-
Returns the value as a
ZonedDateTime, if possible. - asZonedDateTime(ZonedDateTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asZonedDateTime(ZonedDateTime) - Method in interface org.neo4j.driver.Value
-
Returns the value as a
ZonedDateTime, if possible. - authData() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- authData() - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- AuthenticationException - Exception Class in org.neo4j.driver.exceptions
-
Failed to authenticate the driver to the server due to bad credentials provided.
- AuthenticationException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.AuthenticationException
-
Creates a new instance.
- AuthenticationException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.AuthenticationException
-
Creates a new instance.
- AuthorizationExpiredException - Exception Class in org.neo4j.driver.exceptions
-
The authorization info maintained on the server has expired.
- AuthorizationExpiredException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.AuthorizationExpiredException
-
Creates a new instance.
- AuthorizationExpiredException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.AuthorizationExpiredException
-
Creates a new instance.
- authToken() - Method in interface org.neo4j.driver.AuthTokenAndExpiration
-
Returns the
AuthToken. - authToken() - Method in record class org.neo4j.driver.internal.security.InternalAuthTokenAndExpiration
-
Returns the value of the
authTokenrecord component. - AuthToken - Interface in org.neo4j.driver
-
Token for holding authentication details, such as user name and password.
- AuthTokenAndExpiration - Interface in org.neo4j.driver
-
A container used by the expiration based
AuthTokenManagerimplementation provided by the driver, it contains anAuthTokenand its UTC expiration timestamp. - AuthTokenManager - Interface in org.neo4j.driver
-
A manager of
AuthTokeninstances used by the driver. - AuthTokenManagerExecutionException - Exception Class in org.neo4j.driver.exceptions
-
The
AuthTokenManagerexecution has lead to an unexpected result. - AuthTokenManagerExecutionException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.AuthTokenManagerExecutionException
-
Constructs a new instance.
- AuthTokenManagers - Class in org.neo4j.driver
-
Implementations of
AuthTokenManager. - AuthTokens - Class in org.neo4j.driver
-
This is a listing of the various methods of authentication supported by this driver.
B
- BaseSession - Interface in org.neo4j.driver
-
A base interface for sessions, used by
Driver.session(Class)andDriver.session(Class, SessionConfig). - basic(String, String) - Static method in class org.neo4j.driver.AuthTokens
-
The basic authentication scheme, using a username and a password.
- basic(String, String, String) - Static method in class org.neo4j.driver.AuthTokens
-
The basic authentication scheme, using a username and a password.
- basic(Supplier<AuthToken>) - Static method in class org.neo4j.driver.AuthTokenManagers
-
Returns an
AuthTokenManagerthat manages basicAuthTokeninstances. - basicAsync(Supplier<CompletionStage<AuthToken>>) - Static method in class org.neo4j.driver.AuthTokenManagers
-
Returns an
AuthTokenManagerthat manages basicAuthTokeninstances. - BasicResponseHandler - Class in org.neo4j.driver.internal.adaptedbolt
- BasicResponseHandler() - Constructor for class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- BasicResponseHandler.Summaries - Record Class in org.neo4j.driver.internal.adaptedbolt
- bearer(String) - Static method in class org.neo4j.driver.AuthTokens
-
The bearer authentication scheme, using a base64 encoded token.
- bearer(Supplier<AuthTokenAndExpiration>) - Static method in class org.neo4j.driver.AuthTokenManagers
-
Returns an
AuthTokenManagerthat manages bearerAuthTokeninstances with UTC expiration timestamp. - bearerAsync(Supplier<CompletionStage<AuthTokenAndExpiration>>) - Static method in class org.neo4j.driver.AuthTokenManagers
-
Returns an
AuthTokenManagerthat manages bearerAuthTokeninstances with UTC expiration timestamp. - beginAsync(Set<Bookmark>, TransactionConfig, String, boolean, Observation) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- beginSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
beginSummaryrecord component. - beginTransaction() - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Begin a new unmanaged transaction.
- beginTransaction() - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Begin a new unmanaged transaction.
- beginTransaction() - Method in interface org.neo4j.driver.Session
-
Begin a new unmanaged transaction.
- beginTransaction(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- beginTransaction(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- beginTransaction(TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- beginTransaction(TransactionConfig) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- beginTransaction(TransactionConfig) - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Begin a new unmanaged transaction with the specified
configuration. - beginTransaction(TransactionConfig) - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Begin a new unmanaged transaction with the specified
configuration. - beginTransaction(TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Begin a new unmanaged transaction with the specified
configuration. - beginTransaction(TransactionConfig, String, ApiTelemetryWork) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- beginTransaction(TransactionConfig, String, ApiTelemetryWork, Observation) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- beginTransactionAsync() - Method in interface org.neo4j.driver.async.AsyncSession
-
Begin a new unmanaged transaction.
- beginTransactionAsync() - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- beginTransactionAsync(AccessMode, TransactionConfig, String, ApiTelemetryWork, boolean, Observation) - Method in class org.neo4j.driver.internal.async.NetworkSession
- beginTransactionAsync(AccessMode, TransactionConfig, ApiTelemetryWork, Observation) - Method in class org.neo4j.driver.internal.async.NetworkSession
- beginTransactionAsync(TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Begin a new unmanaged transaction with the specified
configuration. - beginTransactionAsync(TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- beginTransactionAsync(TransactionConfig, String, ApiTelemetryWork, Observation) - Method in class org.neo4j.driver.internal.async.NetworkSession
- beginTransactionAsync(TransactionConfig, ApiTelemetryWork, Observation) - Method in class org.neo4j.driver.internal.async.NetworkSession
- blockingGet(CompletionStage<V>) - Static method in class org.neo4j.driver.internal.util.Futures
- blockingGet(CompletionStage<V>, Runnable) - Static method in class org.neo4j.driver.internal.util.Futures
- boltAgent() - Static method in class org.neo4j.driver.internal.util.DriverInfoUtil
- BoltAuthTokenManager - Class in org.neo4j.driver.internal.adaptedbolt
- BoltAuthTokenManager(AuthTokenManager, BoltValueFactory, ErrorMapper) - Constructor for class org.neo4j.driver.internal.adaptedbolt.BoltAuthTokenManager
- BoltConnectionListener - Interface in org.neo4j.driver.internal.boltlistener
- BoltConnectionProviderFactoryLoader - Class in org.neo4j.driver.internal.adaptedbolt
- BoltConnectionProviderFactoryLoader(Logging, URI) - Constructor for class org.neo4j.driver.internal.adaptedbolt.BoltConnectionProviderFactoryLoader
- boltExchange(String, int, BoltProtocolVersion, BiConsumer<String, String>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- boltExchange(String, int, BoltProtocolVersion, BiConsumer<String, String>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- boltExchange(ImmutableObservation, String, int, BoltProtocolVersion, BiConsumer<String, String>) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- BoltExchangeObservation - Interface in org.neo4j.driver.internal.observation
- boltHandle(List<String>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- boltHandle(List<String>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- BoltHandleObservation - Interface in org.neo4j.driver.internal.observation
- BoltObservationProvider - Class in org.neo4j.driver.internal.adaptedbolt
- BoltObservationProvider(DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- BoltSecurityPlanManager - Interface in org.neo4j.driver.internal.security
- BoltValueFactory - Class in org.neo4j.driver.internal.value
- boltValues() - Method in interface org.neo4j.driver.internal.value.InternalValue
- boltValues() - Method in class org.neo4j.driver.internal.value.ListValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.BooleanValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.BytesValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.DateTimeValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.DateValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.DurationValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.FloatValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.IntegerValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.ListValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.LocalDateTimeValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.LocalTimeValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.MapValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.NodeValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.NullValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.PathValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.PointValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.RelationshipValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.StringValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.TimeValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.UnsupportedTypeValue
- boltValueType() - Method in class org.neo4j.driver.internal.value.VectorValue
- Bookmark - Interface in org.neo4j.driver
-
Causal chaining is carried out by passing bookmarks between transactions.
- bookmarkManager() - Method in class org.neo4j.driver.SessionConfig
-
A
BookmarkManagerimplementation for the session to use. - bookmarkManager(BookmarkManager) - Method in class org.neo4j.driver.QueryConfig
-
Returns bookmark manager for the query.
- BookmarkManager - Interface in org.neo4j.driver
-
Keeps track of bookmarks and is used by the driver to ensure causal consistency between sessions and query executions.
- BookmarkManagerConfig - Class in org.neo4j.driver
-
Bookmark configuration used to configure bookmark manager supplied by
BookmarkManagers.defaultManager(BookmarkManagerConfig). - BookmarkManagerConfig.BookmarkManagerConfigBuilder - Class in org.neo4j.driver
-
Builder used to configure
BookmarkManagerConfigwhich will be used to create a bookmark manager. - BookmarkManagers - Class in org.neo4j.driver
-
Setups new instances of
BookmarkManager. - bookmarks() - Method in class org.neo4j.driver.SessionConfig
-
Returns the initial bookmarks.
- bookmarksConsumer() - Method in class org.neo4j.driver.BookmarkManagerConfig
-
Returns bookmarks consumer that will be notified when bookmarks are updated.
- bookmarksSupplier() - Method in class org.neo4j.driver.BookmarkManagerConfig
-
Returns bookmarks supplier that will be used by the bookmark manager when getting bookmarks.
- BOOLEAN - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- BOOLEAN() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- BOOLEAN() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing boolean. - BooleanValue - Class in org.neo4j.driver.internal.value
- build() - Method in class org.neo4j.driver.BookmarkManagerConfig.BookmarkManagerConfigBuilder
-
Builds an instance of
BookmarkManagerConfig. - build() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Create a config instance from this builder.
- build() - Method in class org.neo4j.driver.QueryConfig.Builder
-
Create a config instance from this builder.
- build() - Method in class org.neo4j.driver.SessionConfig.Builder
-
Builds the
SessionConfig. - build() - Method in class org.neo4j.driver.TransactionConfig.Builder
-
Build the transaction configuration object using the specified settings.
- builder() - Static method in class org.neo4j.driver.BookmarkManagerConfig
-
Creates a new
BookmarkManagerConfig.BookmarkManagerConfigBuilderused to construct a configuration object. - builder() - Static method in class org.neo4j.driver.Config
-
Start building a
Configobject using a newly created builder. - builder() - Static method in class org.neo4j.driver.QueryConfig
-
Creates a new
QueryConfig.Builderused to construct a configuration object with default implementation returningEagerResult. - builder() - Static method in class org.neo4j.driver.SessionConfig
-
Creates a new
SessionConfig.Builderused to construct a configuration object. - builder() - Static method in class org.neo4j.driver.TransactionConfig
-
Create new
TransactionConfig.Builderused to construct a configuration object. - BYTES - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- BYTES() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- BYTES() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing bytes. - BytesValue - Class in org.neo4j.driver.internal.value
- BytesValue(byte[]) - Constructor for class org.neo4j.driver.internal.value.BytesValue
C
- cancel() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- canRetryOn(Throwable) - Method in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- CANT_COMMIT_COMMITTED_MSG - Static variable in class org.neo4j.driver.internal.async.UnmanagedTransaction
- CANT_COMMIT_ROLLED_BACK_MSG - Static variable in class org.neo4j.driver.internal.async.UnmanagedTransaction
- CANT_COMMIT_ROLLING_BACK_MSG - Static variable in class org.neo4j.driver.internal.async.UnmanagedTransaction
- CANT_ROLLBACK_COMMITTED_MSG - Static variable in class org.neo4j.driver.internal.async.UnmanagedTransaction
- CANT_ROLLBACK_COMMITTING_MSG - Static variable in class org.neo4j.driver.internal.async.UnmanagedTransaction
- CANT_ROLLBACK_ROLLED_BACK_MSG - Static variable in class org.neo4j.driver.internal.async.UnmanagedTransaction
- category() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- category() - Method in interface org.neo4j.driver.summary.Notification
-
Deprecated.Returns the category of the notification.
- certFiles() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Return the configured certificate files.
- checkArgument(boolean, String) - Static method in class org.neo4j.driver.internal.util.Preconditions
-
Assert that given expression is true.
- checkArgument(Object, Class<?>) - Static method in class org.neo4j.driver.internal.util.Preconditions
-
Assert that given argument is of expected type.
- checkAvailability() - Static method in class org.neo4j.driver.internal.logging.Slf4jLogging
- children() - Method in class org.neo4j.driver.internal.summary.InternalPlan
- 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
- classification() - Method in exception class org.neo4j.driver.exceptions.Neo4jException
-
Returns the error classification as a
GqlStatusErrorClassificationenum value. - classification() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- classification() - Method in interface org.neo4j.driver.summary.GqlNotification
-
Returns
NotificationClassificationderived from the diagnostic record. - CLIENT_ERROR - Enum constant in enum class org.neo4j.driver.exceptions.GqlStatusErrorClassification
-
Client error.
- ClientCertificate - Interface in org.neo4j.driver
-
An opaque container for client certificate used for mTLS.
- ClientCertificateManager - Interface in org.neo4j.driver
-
A manager of
ClientCertificateinstances used by the driver for mTLS. - ClientCertificateManagers - Class in org.neo4j.driver
-
Implementations of
ClientCertificateManager. - ClientCertificates - Class in org.neo4j.driver
-
Creates new instances of
ClientCertificate. - ClientException - Exception Class in org.neo4j.driver.exceptions
-
A ClientException indicates that the client has carried out an operation incorrectly.
- ClientException(String) - Constructor for exception class org.neo4j.driver.exceptions.ClientException
-
Creates a new instance.
- ClientException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.ClientException
-
Creates a new instance.
- ClientException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.ClientException
-
Creates a new instance.
- ClientException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.ClientException
-
Creates a new instance.
- 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 class org.neo4j.driver.internal.adaptedbolt.AdaptingDriverBoltConnectionSource
- close() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- close() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnectionSource
- close() - Method in class org.neo4j.driver.internal.adaptedbolt.SingleRoutedBoltConnectionSource
- close() - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- close() - Method in class org.neo4j.driver.internal.observation.NoopObservation.NoopScope
- close() - Method in interface org.neo4j.driver.internal.observation.Observation.Scope
- close() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- close() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- close() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- close() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- close() - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Signal that you are done using this session.
- close() - Method in interface org.neo4j.driver.reactive.ReactiveTransaction
-
Close the transaction.
- close() - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Signal that you are done using this session.
- close() - Method in interface org.neo4j.driver.reactivestreams.ReactiveTransaction
-
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.
- close() - Method in interface org.neo4j.driver.util.Resource
- close(boolean, Observation) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- 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.
- closeAsync() - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- closeAsync() - Method in class org.neo4j.driver.internal.async.InternalAsyncTransaction
- closeAsync(boolean, Observation) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- closeAsync(Observation) - Method in class org.neo4j.driver.internal.async.NetworkSession
- closeAsync(Observation) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- closeTransaction(ReactiveTransaction, boolean, Observation) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- closeTransaction(ReactiveTransaction, boolean, Observation) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- closeTransaction(S, boolean, Observation) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- code() - Method in exception class org.neo4j.driver.exceptions.Neo4jException
-
Access the status code for this exception.
- code() - Method in exception class org.neo4j.driver.exceptions.SecurityRetryableException
- code() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- code() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- code() - Method in interface org.neo4j.driver.summary.Notification
-
Deprecated.Returns a notification code for the discovered issue.
- column() - Method in record class org.neo4j.driver.internal.summary.InternalInputPosition
-
Returns the value of the
columnrecord component. - column() - Method in interface org.neo4j.driver.summary.InputPosition
-
The column number referred to by the position; column numbers start at 1.
- column(int) - Static method in class org.neo4j.driver.Records
-
Returns a function mapping record to a value from a given index.
- column(int, Function<Value, T>) - Static method in class org.neo4j.driver.Records
-
Returns a function mapping record to a value of a target type from a given index.
- column(String) - Static method in class org.neo4j.driver.Records
-
Returns a function mapping record to a value from a given key.
- column(String, Function<Value, T>) - Static method in class org.neo4j.driver.Records
-
Returns a function mapping record to a value of a target type from a given key.
- combineErrors(Throwable, Throwable) - Static method in class org.neo4j.driver.internal.util.Futures
-
Combine given errors into a single
CompletionExceptionto be rethrown from inside aCompletionStagechain. - commit() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- commit() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- commit() - Method in interface org.neo4j.driver.reactive.ReactiveTransaction
-
Commits the transaction.
- commit() - Method in interface org.neo4j.driver.reactivestreams.ReactiveTransaction
-
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.
- commitAsync() - Method in class org.neo4j.driver.internal.async.InternalAsyncTransaction
- commitAsync(Observation) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- commitSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
commitSummaryrecord component. - completedWithNull() - Static method in class org.neo4j.driver.internal.util.Futures
- completionExceptionCause(Throwable) - Static method in class org.neo4j.driver.internal.util.Futures
-
Helper method to extract cause of a
CompletionException. - computeOrDefault(Function<Value, T>, T) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- computeOrDefault(Function<Value, T>, T) - Method in interface org.neo4j.driver.Value
- 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 Class in org.neo4j.driver
-
The trust strategy that the driver supports
- connection() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- connectionAcquisitionTimeoutMillis() - Method in class org.neo4j.driver.Config
-
Returns the connection acquisition timeout in milliseconds.
- connectionAsync() - Method in class org.neo4j.driver.internal.async.NetworkSession
- ConnectionContext - Interface in org.neo4j.driver.internal.async
- connectionPoolClose(String, URI) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- connectionPoolClose(String, URI) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- connectionPoolClose(String, URI) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- connectionPoolCreate(String, URI, int) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- connectionPoolCreate(String, URI, int) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- connectionPoolCreate(String, URI, int) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- ConnectionReadTimeoutException - Exception Class 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_secondsconfiguration hint. - ConnectionReadTimeoutException(String) - Constructor for exception class org.neo4j.driver.exceptions.ConnectionReadTimeoutException
-
Deprecated.
- connectionTimeoutMillis() - Method in class org.neo4j.driver.Config
-
Returns the configured connection timeout value in milliseconds.
- console(Level) - Static method in interface org.neo4j.driver.Logging
-
Deprecated.Create logging implementation that uses
java.util.loggingto log toSystem.err. - ConsoleLogger(String, Level) - Constructor for class org.neo4j.driver.internal.logging.ConsoleLogging.ConsoleLogger
- ConsoleLogging - Class in org.neo4j.driver.internal.logging
-
Internal implementation of the console logging.
- ConsoleLogging(Level) - Constructor for class org.neo4j.driver.internal.logging.ConsoleLogging
- ConsoleLogging.ConsoleLogger - Class in org.neo4j.driver.internal.logging
- constraintsAdded() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
constraintsAddedrecord component. - constraintsAdded() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of constraints added to the schema.
- constraintsRemoved() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
constraintsRemovedrecord component. - constraintsRemoved() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of constraints removed from the schema.
- constructor() - Method in class org.neo4j.driver.internal.types.TypeRepresentation
- consume() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveResult
- consume() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveResult
- consume() - Method in interface org.neo4j.driver.reactive.ReactiveResult
-
Returns a cold publisher of result summary which arrives after all records.
- consume() - Method in interface org.neo4j.driver.reactivestreams.ReactiveResult
-
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.
- consumeAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- consumeAsync() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- consumed() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- consumed() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- consumed() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- contains(String) - Method in class org.neo4j.driver.internal.util.QueryKeys
- contains(Node) - Method in interface org.neo4j.driver.types.Path
-
Returns
trueif the specified node is contained in this path. - contains(Relationship) - Method in interface org.neo4j.driver.types.Path
-
Returns
trueif the specified relationship is contained in this path. - containsGqlStatus(String) - Method in exception class org.neo4j.driver.exceptions.Neo4jException
-
Returns whether there is an error with the given GQLSTATUS in this GQL error chain, beginning the search from this exception.
- containsKey(String) - Method in interface org.neo4j.driver.internal.value.InternalValue
- containsKey(String) - Method in class org.neo4j.driver.internal.value.MapValue
- containsKey(String) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- containsKey(String) - Method in interface org.neo4j.driver.types.MapAccessor
-
Check if the list of keys contains the given key
- containsSystemUpdates() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
- 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 record class org.neo4j.driver.internal.summary.InternalSummaryCounters
- containsUpdates() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Whether there were any updates at all, e.g.
- count(Iterable<?>) - Static method in class org.neo4j.driver.internal.util.Iterables
- counters() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- counters() - Method in interface org.neo4j.driver.summary.ResultSummary
-
Returns the counters for operations the query triggered.
- covers(Value) - Method in enum class org.neo4j.driver.internal.types.TypeConstructor
- createEmptyPublisher(Supplier<CompletionStage<Void>>) - Static method in class org.neo4j.driver.internal.reactive.RxUtils
-
The publisher created by this method will either succeed without publishing anything or fail with an error.
- createSecurityPlan(SecuritySettings, String, ClientCertificateManager, Logging) - Static method in class org.neo4j.driver.internal.security.SecurityPlans
- createSingleItemPublisher(Supplier<CompletionStage<T>>, Supplier<Throwable>, Consumer<T>) - Static method in class org.neo4j.driver.internal.reactive.RxUtils
-
The publisher created by this method will either succeed with exactly one item or fail with an error.
- createTransaction(UnmanagedTransaction) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- createTransaction(UnmanagedTransaction) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- createTransaction(UnmanagedTransaction) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- CREDENTIALS_KEY - Static variable in class org.neo4j.driver.internal.security.InternalAuthToken
- currentConnectionIsOpen() - Method in class org.neo4j.driver.internal.async.NetworkSession
- 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.
D
- database() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- database() - Method in class org.neo4j.driver.QueryConfig
-
Returns target database for the query.
- 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
- DATABASE_ERROR - Enum constant in enum class org.neo4j.driver.exceptions.GqlStatusErrorClassification
-
Database error.
- DatabaseException - Exception Class in org.neo4j.driver.exceptions
-
A DatabaseException indicates that there is a problem within the underlying database.
- DatabaseException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.DatabaseException
-
Creates a new instance.
- DatabaseException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.DatabaseException
-
Creates a new instance.
- DatabaseInfo - Interface in org.neo4j.driver.summary
-
Provides basic information about where a
ResultSummaryis obtained from. - databaseNameFuture() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- DATE - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- DATE() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- DATE() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing date. - DATE_TIME - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- DATE_TIME() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- DATE_TIME() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing date time. - DateTimeValue - Class in org.neo4j.driver.internal.value
- DateTimeValue(ZonedDateTime) - Constructor for class org.neo4j.driver.internal.value.DateTimeValue
- DateValue - Class in org.neo4j.driver.internal.value
- DateValue(LocalDate) - Constructor for class org.neo4j.driver.internal.value.DateValue
- days() - Method in interface org.neo4j.driver.types.IsoDuration
-
Retrieve amount of days in this duration.
- dbHits() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- dbHits() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
Returns the number of times this part of the plan touched the underlying data stores.
- debug(String, Object...) - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- debug(String, Object...) - Method in class org.neo4j.driver.internal.logging.JULogger
- debug(String, Object...) - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- debug(String, Object...) - Method in interface org.neo4j.driver.Logger
-
Deprecated.Logs bolt messages sent and received by this driver.
- debug(String, Throwable) - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- debug(String, Throwable) - Method in class org.neo4j.driver.internal.logging.JULogger
- debug(String, Throwable) - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- debug(String, Throwable) - Method in interface org.neo4j.driver.Logger
-
Deprecated.Logs debug message with throwable.
- DEFAULT - Static variable in record class org.neo4j.driver.internal.retry.RetrySettings
- DEFAULT_DATABASE_INFO - Static variable in record class org.neo4j.driver.internal.summary.InternalDatabaseInfo
- DEFAULT_MAX_RETRY_TIME_MS - Static variable in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- 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
-
Returns the config with all default settings.
- defaultConfig() - Static method in interface org.neo4j.driver.NotificationConfig
-
Deprecated.Returns a default notification configuration.
- defaultConfig() - Static method in class org.neo4j.driver.QueryConfig
-
Returns default config value.
- defaultConfig() - Static method in class org.neo4j.driver.SessionConfig
-
Returns a static
SessionConfigwith default values for a general purpose session. - defaultManager(BookmarkManagerConfig) - Static method in class org.neo4j.driver.BookmarkManagers
-
Setups a new instance of bookmark manager that can be used in
SessionConfig.Builder.withBookmarkManager(BookmarkManager). - delegate - Variable in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- delegate() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- DelegatingBoltConnection - Class in org.neo4j.driver.internal.async
- DelegatingBoltConnection(DriverBoltConnection) - Constructor for class org.neo4j.driver.internal.async.DelegatingBoltConnection
- DelegatingReactiveTransactionContext - Class in org.neo4j.driver.internal.reactivestreams
- DelegatingReactiveTransactionContext(ReactiveTransaction) - Constructor for class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
- DEPRECATION - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A deprecation category.
- DEPRECATION - Static variable in interface org.neo4j.driver.NotificationCategory
-
Deprecated.A deprecation category.
- description() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- description() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- description() - Method in interface org.neo4j.driver.summary.Notification
-
Deprecated.Returns a longer description of the notification.
- DESCRIPTION - Static variable in exception class org.neo4j.driver.exceptions.AuthorizationExpiredException
-
The description for
AuthorizationExpiredException. - DEV_NULL_LOGGER - Static variable in class org.neo4j.driver.internal.logging.DevNullLogger
- DEV_NULL_LOGGING - Static variable in class org.neo4j.driver.internal.logging.DevNullLogging
- DevNullLogger - Class in org.neo4j.driver.internal.logging
- DevNullLogging - Class in org.neo4j.driver.internal.logging
- diagnosticRecord - Variable in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- diagnosticRecord() - Method in exception class org.neo4j.driver.exceptions.Neo4jException
-
Returns the GQL diagnostic record.
- diagnosticRecord() - Method in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- diagnosticRecord() - Method in interface org.neo4j.driver.summary.GqlStatusObject
-
Returns the diagnostic record.
- disableAllConfig() - Static method in interface org.neo4j.driver.NotificationConfig
-
Deprecated.A config that disables all notifications.
- disableCategories(Set<NotificationCategory>) - Method in interface org.neo4j.driver.NotificationConfig
-
Deprecated.Returns a config that disables a set of notification categories.
- disabledNotificationClassifications() - Method in class org.neo4j.driver.Config
-
Returns a set of disabled notification classifications.
- disabledNotificationClassifications() - Method in class org.neo4j.driver.SessionConfig
-
Returns a set of disabled notification classifications.
- discardAllFailureAsync(Observation) - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- discardAllFailureAsync(Observation) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- discardAllFailureAsync(Observation) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- discardSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
discardSummaryrecord component. - DiscardSummary - Interface in org.neo4j.driver.internal.adaptedbolt.summary
- DiscoveryException - Exception Class in org.neo4j.driver.exceptions
-
An error has happened while getting routing table with a remote server.
- DiscoveryException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.DiscoveryException
-
Creates a new instance.
- DisposableResultCursorImpl - Class in org.neo4j.driver.internal.cursor
- DisposableResultCursorImpl(ResultCursorImpl) - Constructor for class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- doBeginTransaction(TransactionConfig, String, ApiTelemetryWork, Observation) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- doClose(Observation) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- doClose(Observation) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- doCommit(Observation) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- doIsOpen() - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- doRollback(Observation) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- driver(String) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(String, AuthToken) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(String, AuthTokenManager) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the default configuration settings and the provided
AuthTokenManager. - driver(String, AuthTokenManager, ClientCertificateManager) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthTokenManagerandClientCertificateManager. - driver(String, AuthTokenManager, ClientCertificateManager, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthTokenManager,ClientCertificateManagerand driverConfig. - driver(String, AuthTokenManager, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthTokenManagerand custom configuration. - driver(String, AuthToken, ClientCertificateManager) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthTokenandClientCertificateManager. - driver(String, AuthToken, ClientCertificateManager, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthToken,ClientCertificateManagerand driverConfig. - driver(String, AuthToken, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- driver(String, ClientCertificateManager) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
ClientCertificateManager. - driver(String, ClientCertificateManager, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
ClientCertificateManagerand driverConfig. - driver(String, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- driver(URI) - 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(URI, AuthTokenManager) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the default configuration settings and the provided
AuthTokenManager. - driver(URI, AuthTokenManager, ClientCertificateManager) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthTokenManagerandClientCertificateManager. - driver(URI, AuthTokenManager, ClientCertificateManager, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthTokenManager,ClientCertificateManagerand driverConfig. - driver(URI, AuthTokenManager, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthTokenManagerand custom configuration. - driver(URI, AuthToken, ClientCertificateManager) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthTokenandClientCertificateManager. - driver(URI, AuthToken, ClientCertificateManager, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
AuthToken,ClientCertificateManagerand driverConfig. - driver(URI, AuthToken, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- driver(URI, ClientCertificateManager) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
ClientCertificateManager. - driver(URI, ClientCertificateManager, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Returns a driver for a Neo4j instance with the provided
ClientCertificateManagerand driverConfig. - driver(URI, Config) - Static method in class org.neo4j.driver.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- Driver - Interface in org.neo4j.driver
-
Accessor for a specific Neo4j graph database.
- DriverBoltConnection - Interface in org.neo4j.driver.internal.adaptedbolt
- DriverBoltConnectionSource - Interface in org.neo4j.driver.internal.adaptedbolt
- DriverInfoUtil - Class in org.neo4j.driver.internal.util
- DriverInfoUtil() - Constructor for class org.neo4j.driver.internal.util.DriverInfoUtil
- DriverObservationProvider - Interface in org.neo4j.driver.internal.observation
- DriverResponseHandler - Interface in org.neo4j.driver.internal.adaptedbolt
- driverVersion() - Static method in class org.neo4j.driver.internal.util.DriverInfoUtil
-
Extracts the driver version from the driver jar MANIFEST.MF file.
- DURATION - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- DURATION() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- DURATION() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing duration. - DurationValue - Class in org.neo4j.driver.internal.value
- DurationValue(IsoDuration) - Constructor for class org.neo4j.driver.internal.value.DurationValue
E
- EagerResult - Interface in org.neo4j.driver
-
An in-memory result of executing a Cypher query that has been consumed in full.
- elementId() - Method in interface org.neo4j.driver.types.Entity
-
A unique id for this Entity.
- elementType() - Method in interface org.neo4j.driver.types.Vector
-
Returns the element type.
- empty() - Static method in class org.neo4j.driver.internal.util.QueryKeys
- empty() - Static method in class org.neo4j.driver.TransactionConfig
-
Get a configuration object that does not have any values configures.
- EMPTY_STATS - Static variable in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
- EmptyMap - Static variable in class org.neo4j.driver.Values
-
The value instance of an empty map.
- emptyQueue() - Static method in class org.neo4j.driver.internal.util.Iterables
- enabled() - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
-
Returns the value of the
enabledrecord component. - enableMinimumSeverity(NotificationSeverity) - Method in interface org.neo4j.driver.NotificationConfig
-
Deprecated.Returns a config that sets a minimum severity level for notifications.
- encrypted() - Method in class org.neo4j.driver.Config
-
Returns indicator for encrypted communication.
- end() - Method in interface org.neo4j.driver.types.Path
-
Returns the end node of this path.
- end() - Method in interface org.neo4j.driver.types.Path.Segment
-
The node that this segment ends at.
- endNodeElementId() - Method in interface org.neo4j.driver.types.Relationship
-
The id of the node where this relationship ends.
- endNodeId() - Method in interface org.neo4j.driver.types.Relationship
-
Deprecated.superseded by
Relationship.endNodeElementId() - Entity - Interface in org.neo4j.driver.types
-
A uniquely identifiable property container that can form part of a Neo4j graph.
- EntityValueAdapter<V> - Class in org.neo4j.driver.internal.value
- EntityValueAdapter(V) - Constructor for class org.neo4j.driver.internal.value.EntityValueAdapter
- equals(Object) - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.retry.RetrySettings
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.security.InternalAuthToken
- equals(Object) - Method in record class org.neo4j.driver.internal.security.InternalAuthTokenAndExpiration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.summary.InternalDatabaseInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- equals(Object) - Method in record class org.neo4j.driver.internal.summary.InternalInputPosition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalPlan
- equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalServerInfo
- equals(Object) - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.types.TypeRepresentation
- equals(Object) - Method in class org.neo4j.driver.internal.util.QueryKeys
- equals(Object) - Method in class org.neo4j.driver.internal.value.BytesValue
- equals(Object) - Method in class org.neo4j.driver.internal.value.FloatValue
- equals(Object) - Method in class org.neo4j.driver.internal.value.IntegerValue
- equals(Object) - Method in class org.neo4j.driver.internal.value.ListValue
- equals(Object) - Method in class org.neo4j.driver.internal.value.MapValue
- equals(Object) - Method in class org.neo4j.driver.internal.value.NullValue
- equals(Object) - Method in class org.neo4j.driver.internal.value.ObjectValueAdapter
- equals(Object) - Method in class org.neo4j.driver.internal.value.StringValue
- equals(Object) - Method in class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- equals(Object) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- equals(Object) - Method in class org.neo4j.driver.Query
- equals(Object) - Method in class org.neo4j.driver.QueryConfig
- equals(Object) - Method in class org.neo4j.driver.SessionConfig
- equals(Object) - Method in class org.neo4j.driver.TransactionConfig
- equals(Object) - Method in interface org.neo4j.driver.Value
- error(String, Throwable) - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- error(String, Throwable) - Method in class org.neo4j.driver.internal.logging.JULogger
- error(String, Throwable) - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- error(String, Throwable) - Method in interface org.neo4j.driver.Logger
-
Deprecated.Logs errors from this driver.
- error(Throwable) - Method in interface org.neo4j.driver.internal.observation.BoltExchangeObservation
- error(Throwable) - Method in interface org.neo4j.driver.internal.observation.BoltHandleObservation
- error(Throwable) - Method in interface org.neo4j.driver.internal.observation.HttpExchangeObservation
- error(Throwable) - Method in class org.neo4j.driver.internal.observation.NoopBoltExchangeObservation
- error(Throwable) - Method in class org.neo4j.driver.internal.observation.NoopBoltHandleObservation
- error(Throwable) - Method in class org.neo4j.driver.internal.observation.NoopHttpExchangeObservation
- error(Throwable) - Method in class org.neo4j.driver.internal.observation.NoopObservation
- error(Throwable) - Method in interface org.neo4j.driver.internal.observation.Observation
- ErrorMapper - Class in org.neo4j.driver.internal.adaptedbolt
- ErrorMapper() - Constructor for class org.neo4j.driver.internal.adaptedbolt.ErrorMapper
- ErrorUtil - Class in org.neo4j.driver.internal.util
- eventLoopThreads() - Method in class org.neo4j.driver.Config
-
Returns the number of EventLoop threads.
- Example - Search tag in Overview
- Section
- Example - Search tag in org.neo4j.driver.Session.run(Query, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.Session.run(String, Map<String, Object>, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.SimpleQueryRunner.run(Query)
- Section
- Example - Search tag in org.neo4j.driver.SimpleQueryRunner.run(String, Map<String, Object>)
- Section
- Example - Search tag in org.neo4j.driver.SimpleQueryRunner.run(String, Value)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncQueryRunner.runAsync(Query)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncQueryRunner.runAsync(Query)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncQueryRunner.runAsync(Query)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncQueryRunner.runAsync(String, Map<String, Object>)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncQueryRunner.runAsync(String, Map<String, Object>)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncQueryRunner.runAsync(String, Value)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncQueryRunner.runAsync(String, Value)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncSession.runAsync(Query, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncSession.runAsync(Query, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncSession.runAsync(String, Map<String, Object>, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.async.AsyncSession.runAsync(String, Map<String, Object>, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.reactive.ReactiveSession.run(Query, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.reactive.ReactiveSession.run(Query, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.reactive.ReactiveSession.run(String, Map<String, Object>, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.reactivestreams.ReactiveSession.run(Query, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.reactivestreams.ReactiveSession.run(Query, TransactionConfig)
- Section
- Example - Search tag in org.neo4j.driver.reactivestreams.ReactiveSession.run(String, Map<String, Object>, TransactionConfig)
- Section
- executableQuery(String) - Method in interface org.neo4j.driver.Driver
-
Creates a new
ExecutableQueryinstance that executes a query in a managed transaction with automatic retries on retryable errors. - ExecutableQuery - Interface in org.neo4j.driver
-
An executable query that executes a query in a managed transaction with automatic retries on retryable errors.
- ExecutableQuery.ResultFinisher<S,
T> - Interface in org.neo4j.driver -
A function accepting the
Result.keys(), collected result andResultSummaryvalues to produce a final result value. - executableQueryBookmarkManager() - Method in interface org.neo4j.driver.Driver
-
Returns an instance of
BookmarkManagerused byExecutableQueryinstances by default. - execute() - Method in interface org.neo4j.driver.ExecutableQuery
-
Executes query, collects all results eagerly and returns a result.
- execute(Function<Throwable, T>) - Method in interface org.neo4j.driver.internal.async.TerminationAwareStateLockingExecutor
-
Locks the state and executes the supplied
Consumerwith a cause of termination if the state is terminated. - execute(Function<Throwable, T>) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- execute(Collector<Record, ?, T>) - Method in interface org.neo4j.driver.ExecutableQuery
- execute(Collector<Record, A, R>, ExecutableQuery.ResultFinisher<R, T>) - Method in interface org.neo4j.driver.ExecutableQuery
-
Executes query, collects
Recordvalues using the providedCollectorand produces a final result by invoking the providedBiFunctionwith the collected result andResultSummaryvalues. - execute(AsyncTransactionContext) - Method in interface org.neo4j.driver.async.AsyncTransactionCallback
-
Executes all given operations against the same transaction context.
- execute(ReactiveTransactionContext) - Method in interface org.neo4j.driver.reactive.ReactiveTransactionCallback
-
Executes all given operations against the same transaction context.
- execute(ReactiveTransactionContext) - Method in interface org.neo4j.driver.reactivestreams.ReactiveTransactionCallback
-
Executes all given operations against the same transaction context.
- execute(TransactionContext) - Method in interface org.neo4j.driver.TransactionCallback
-
Executes all given operations in the same transaction context.
- executeRead(ReactiveTransactionCallback<? extends Flow.Publisher<T>>) - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Execute a unit of work as a single, managed transaction with
readaccess mode and retry behaviour. - executeRead(ReactiveTransactionCallback<? extends Flow.Publisher<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- executeRead(ReactiveTransactionCallback<? extends Flow.Publisher<T>>, TransactionConfig) - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Execute a unit of work as a single, managed transaction with
readaccess mode and retry behaviour. - executeRead(ReactiveTransactionCallback<? extends Publisher<T>>) - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Execute a unit of work as a single, managed transaction with
readaccess mode and retry behaviour. - executeRead(ReactiveTransactionCallback<? extends Publisher<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- executeRead(ReactiveTransactionCallback<? extends Publisher<T>>, TransactionConfig) - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Execute a unit of work as a single, managed transaction with
readaccess mode and retry behaviour. - executeRead(TransactionCallback<T>) - Method in interface org.neo4j.driver.Session
-
Execute a unit of work as a single, managed transaction with
readaccess mode and retry behaviour. - executeRead(TransactionCallback<T>, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Execute a unit of work as a single, managed transaction with
readaccess mode and retry behaviour. - executeReadAsync(AsyncTransactionCallback<CompletionStage<T>>) - Method in interface org.neo4j.driver.async.AsyncSession
-
Execute a unit of work as a single, managed transaction with
readaccess mode and retry behaviour. - executeReadAsync(AsyncTransactionCallback<CompletionStage<T>>, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Execute a unit of work as a single, managed transaction with
readaccess mode and retry behaviour. - executeReadAsync(AsyncTransactionCallback<CompletionStage<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- executeWithLock(Lock, Runnable) - Static method in class org.neo4j.driver.internal.util.LockUtil
- executeWithLock(Lock, Supplier<T>) - Static method in class org.neo4j.driver.internal.util.LockUtil
- executeWrite(ReactiveTransactionCallback<? extends Flow.Publisher<T>>) - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - executeWrite(ReactiveTransactionCallback<? extends Flow.Publisher<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- executeWrite(ReactiveTransactionCallback<? extends Flow.Publisher<T>>, TransactionConfig) - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - executeWrite(ReactiveTransactionCallback<? extends Publisher<T>>) - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - executeWrite(ReactiveTransactionCallback<? extends Publisher<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- executeWrite(ReactiveTransactionCallback<? extends Publisher<T>>, TransactionConfig) - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - executeWrite(TransactionCallback<T>) - Method in interface org.neo4j.driver.Session
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - executeWrite(TransactionCallback<T>, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - executeWriteAsync(AsyncTransactionCallback<CompletionStage<T>>) - Method in interface org.neo4j.driver.async.AsyncSession
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - executeWriteAsync(AsyncTransactionCallback<CompletionStage<T>>, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - executeWriteAsync(AsyncTransactionCallback<CompletionStage<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- executeWriteWithoutResult(Consumer<TransactionContext>) - Method in interface org.neo4j.driver.Session
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - executeWriteWithoutResult(Consumer<TransactionContext>, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Execute a unit of work as a single, managed transaction with
writeaccess mode and retry behaviour. - Experimental - Annotation Interface in org.neo4j.driver.util
-
Annotated elements are experimental and may change without deprecation across driver releases.
- ExpirationBasedAuthTokenManager - Class in org.neo4j.driver.internal.security
- ExpirationBasedAuthTokenManager(Supplier<CompletionStage<AuthTokenAndExpiration>>, Set<Class<? extends SecurityException>>, Clock) - Constructor for class org.neo4j.driver.internal.security.ExpirationBasedAuthTokenManager
- expirationTimestamp() - Method in interface org.neo4j.driver.AuthTokenAndExpiration
-
Returns the token's UTC expiration timestamp.
- expirationTimestamp() - Method in record class org.neo4j.driver.internal.security.InternalAuthTokenAndExpiration
-
Returns the value of the
expirationTimestamprecord component. - expiringAt(long) - Method in interface org.neo4j.driver.AuthToken
-
Returns a new instance of a type holding both the token and its UTC expiration timestamp.
- EXPLAIN_PLAN_FROM_VALUE - Static variable in class org.neo4j.driver.internal.summary.InternalPlan
-
Builds a regular plan without profiling information - eg.
- EXPLICITLY_TERMINATED_MSG - Static variable in class org.neo4j.driver.internal.async.UnmanagedTransaction
- ExponentialBackoffRetryLogic - Class in org.neo4j.driver.internal.retry
- ExponentialBackoffRetryLogic(long, ScheduledExecutorService, Clock, Logging) - Constructor for class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- ExponentialBackoffRetryLogic(long, ScheduledExecutorService, Clock, Logging, ExponentialBackoffRetryLogic.SleepTask) - Constructor for class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- ExponentialBackoffRetryLogic.SleepTask - Interface in org.neo4j.driver.internal.retry
- Extract - Class in org.neo4j.driver.internal.util
-
Utility class for extracting data.
- extractSummary(Query, DriverBoltConnection, long, Map<String, Value>, boolean, GqlStatusObject) - Method in class org.neo4j.driver.internal.util.MetadataExtractor
F
- FALSE - Static variable in class org.neo4j.driver.internal.value.BooleanValue
- FatalDiscoveryException - Exception Class in org.neo4j.driver.exceptions
-
This error indicate a fatal problem to obtain routing tables such as the routing table for a specified database does not exist.
- FatalDiscoveryException(String) - Constructor for exception class org.neo4j.driver.exceptions.FatalDiscoveryException
-
Creates a new instance.
- FatalDiscoveryException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.FatalDiscoveryException
-
Deprecated.
- FatalDiscoveryException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.FatalDiscoveryException
-
Creates a new instance.
- fetchSize() - Method in class org.neo4j.driver.Config
-
Returns the fetch size.
- fetchSize() - Method in class org.neo4j.driver.SessionConfig
-
This value if set, overrides the default fetch size set on
Config.fetchSize(). - fields() - Method in interface org.neo4j.driver.Record
-
Retrieve all record fields
- fields(Record, Function<Value, V>) - Static method in class org.neo4j.driver.internal.util.Extract
- finalize() - Method in class org.neo4j.driver.internal.async.LeakLoggingNetworkSession
- findByGqlStatus(String) - Method in exception class org.neo4j.driver.exceptions.Neo4jException
-
Finds the first
Neo4jExceptionthat has the given GQLSTATUS in this GQL error chain, beginning the search from this exception. - finish(List<String>, S, ResultSummary) - Method in interface org.neo4j.driver.ExecutableQuery.ResultFinisher
-
Accepts the
Result.keys(), collected result andResultSummaryvalues to produce the final result value. - FLOAT - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- FLOAT() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- FLOAT() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing float. - Float32Vector - Interface in org.neo4j.driver.types
-
Represents Neo4j Vector type that holds a sequence of
floatvalues. - Float64Vector - Interface in org.neo4j.driver.types
-
Represents Neo4j Vector type that holds a sequence of
doublevalues. - FloatValue - Class in org.neo4j.driver.internal.value
- FloatValue(double) - Constructor for class org.neo4j.driver.internal.value.FloatValue
- forAllCertificates(boolean, RevocationCheckingStrategy, ClientCertificateManager, Logging) - Static method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- forceClose(String) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- forceClose(String) - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- forCustomCASignedCertificates(List<File>, boolean, RevocationCheckingStrategy, ClientCertificateManager, Logging) - Static method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- forDatabase(String) - Static method in class org.neo4j.driver.SessionConfig
-
Returns a
SessionConfigfor the specified database - forEachAsync(Consumer<Record>) - Method in interface org.neo4j.driver.async.ResultCursor
-
Asynchronously apply the given
actionto every record in the result, yielding a summary of it. - forEachAsync(Consumer<Record>) - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- forEachAsync(Consumer<Record>) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- Format - Class in org.neo4j.driver.internal.util
- formatPairs(Map<String, V>) - Static method in class org.neo4j.driver.internal.util.Format
- forSystemCASignedCertificates(boolean, RevocationCheckingStrategy, ClientCertificateManager, Logging) - Static method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- from(String) - Static method in interface org.neo4j.driver.Bookmark
-
Reconstruct bookmark from bookmark string value.
- from(SecurityPlan) - Static method in interface org.neo4j.driver.internal.security.BoltSecurityPlanManager
- fromBoolean(boolean) - Static method in class org.neo4j.driver.internal.value.BooleanValue
- fromCode(String) - Static method in enum class org.neo4j.driver.summary.QueryType
-
Creates a query type from a
Stringvalue. - fromCode(String, Function<String, ? extends Neo4jException>) - Static method in enum class org.neo4j.driver.summary.QueryType
-
Creates a query type from a
Stringvalue and exception function. - futureCompletingConsumer(CompletableFuture<T>) - Static method in class org.neo4j.driver.internal.util.Futures
- Futures - Class in org.neo4j.driver.internal.util
G
- generateGqlStatusObject(List<String>) - Method in class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler
- GENERIC - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A generic category.
- GENERIC - Static variable in interface org.neo4j.driver.NotificationCategory
-
Deprecated.A generic category.
- get(int) - Method in class org.neo4j.driver.internal.value.ListValue
- get(int) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- get(int) - Method in interface org.neo4j.driver.Record
-
Retrieve the value at the given field index
- get(int) - Method in interface org.neo4j.driver.Value
-
Retrieve the value at the given index
- get(String) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String) - Method in class org.neo4j.driver.internal.value.EntityValueAdapter
- get(String) - Method in class org.neo4j.driver.internal.value.MapValue
- get(String) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- get(String) - Method in interface org.neo4j.driver.types.MapAccessor
-
Retrieve the value of the property with the given key
- get(String, boolean) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, boolean) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java boolean with the given key.
- get(String, double) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, double) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java double number with the given key.
- get(String, float) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, float) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java float number with the given key.
- get(String, int) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, int) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java integer with the given key.
- get(String, long) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, long) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java long number with the given key.
- get(String, Number) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, Number) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the number with the given key.
- get(String, Object) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, Object) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the object with the given key.
- get(String, String) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, String) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the java string with the given key.
- get(String, List<Object>) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- 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 class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- 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 class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- 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 class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- 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, Entity) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, Entity) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the entity with the given key.
- get(String, Node) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, Node) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the node with the given key.
- get(String, Path) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, Path) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the path with the given key.
- get(String, Relationship) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, Relationship) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the value with the given key.
- get(String, Value) - Method in class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- get(String, Value) - Method in interface org.neo4j.driver.types.MapAccessorWithDefaultValue
-
Retrieve the value with the given key.
- get(KeyManager[]) - Method in interface org.neo4j.driver.internal.security.SecurityPlan.SSLContextSupplier
- get(HomeDatabaseCacheKey) - Method in interface org.neo4j.driver.internal.homedb.HomeDatabaseCache
- getBoltValue(String) - Method in interface org.neo4j.driver.internal.value.InternalValue
- getBookmarks() - Method in interface org.neo4j.driver.BookmarkManager
-
Gets an immutable set of bookmarks.
- getClientCertificate() - Method in interface org.neo4j.driver.ClientCertificateManager
-
Returns a
CompletionStageof a newClientCertificate. - getConnection() - Method in class org.neo4j.driver.internal.adaptedbolt.SingleRoutedBoltConnectionSource
- getConnection(RoutedBoltConnectionParameters) - Method in class org.neo4j.driver.internal.adaptedbolt.SingleRoutedBoltConnectionSource
- getConnection(RoutedBoltConnectionParameters, Observation) - Method in class org.neo4j.driver.internal.adaptedbolt.AdaptingDriverBoltConnectionSource
- getConnection(RoutedBoltConnectionParameters, Observation) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnectionSource
- getDefault() - Static method in interface org.neo4j.driver.types.TypeSystem
-
Returns an instance of type system.
- getInstance() - Static method in class org.neo4j.driver.internal.adaptedbolt.ErrorMapper
- getInstance() - Static method in class org.neo4j.driver.internal.observation.NoopBoltExchangeObservation
- getInstance() - Static method in class org.neo4j.driver.internal.observation.NoopBoltHandleObservation
- getInstance() - Static method in class org.neo4j.driver.internal.observation.NoopHttpExchangeObservation
- getInstance() - Static method in class org.neo4j.driver.internal.observation.NoopObservation
- getInstance() - Static method in class org.neo4j.driver.internal.observation.NoopObservation.NoopScope
- getInstance() - Static method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- getInstance() - Static method in class org.neo4j.driver.internal.value.BoltValueFactory
- getLog(Class<?>) - Method in class org.neo4j.driver.internal.logging.SystemLogging
- getLog(Class<?>) - Method in interface org.neo4j.driver.Logging
-
Deprecated.Obtain a
Loggerinstance by class, its name will be the fully qualified name of the class. - getLog(String) - Method in class org.neo4j.driver.internal.logging.ConsoleLogging
- getLog(String) - Method in class org.neo4j.driver.internal.logging.DevNullLogging
- getLog(String) - Method in class org.neo4j.driver.internal.logging.JULogging
- getLog(String) - Method in class org.neo4j.driver.internal.logging.Slf4jLogging
- getLog(String) - Method in class org.neo4j.driver.internal.logging.SystemLogging
- getLog(String) - Method in interface org.neo4j.driver.Logging
-
Deprecated.Obtain a
Loggerinstance by name. - getMessage() - Method in exception class org.neo4j.driver.exceptions.SecurityRetryableException
- getNow(CompletionStage<T>) - Static method in class org.neo4j.driver.internal.util.Futures
- getPrivateKey(String) - Method in class org.neo4j.driver.internal.pki.PemParser
- getPublicKey() - Method in class org.neo4j.driver.internal.pki.PemParser
- getRunError() - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- getRunError() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- getTelemetryMessageIfEnabled(DriverBoltConnection) - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- getToken() - Method in interface org.neo4j.driver.AuthTokenManager
-
Returns a
CompletionStagefor a validAuthToken. - getToken() - Method in class org.neo4j.driver.internal.adaptedbolt.BoltAuthTokenManager
- getToken() - Method in class org.neo4j.driver.internal.security.ExpirationBasedAuthTokenManager
- getToken() - Method in class org.neo4j.driver.internal.security.StaticAuthTokenManager
- getToken() - Method in class org.neo4j.driver.internal.security.ValidatingAuthTokenManager
- gqlCause() - Method in exception class org.neo4j.driver.exceptions.Neo4jException
-
Returns the GQL error cause.
- GqlNotification - Interface in org.neo4j.driver.summary
-
A notification subtype of the
GqlStatusObject. - gqlStatus - Variable in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- gqlStatus() - Method in exception class org.neo4j.driver.exceptions.Neo4jException
-
Returns the GQLSTATUS as defined by the GQL standard.
- gqlStatus() - Method in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- gqlStatus() - Method in interface org.neo4j.driver.summary.GqlStatusObject
-
Returns the GQLSTATUS as defined by the GQL standard.
- GqlStatusErrorClassification - Enum Class in org.neo4j.driver.exceptions
-
The GQLSTATUS error classification.
- GqlStatusObject - Interface in org.neo4j.driver.summary
-
The GQL-status object as defined by the GQL standard.
- gqlStatusObjects() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- gqlStatusObjects() - Method in interface org.neo4j.driver.summary.ResultSummary
-
Returns a sequenced set of GQL-status objects resulting from the request execution.
- GraphDatabase - Class in org.neo4j.driver
-
Creates
drivers, optionally letting youGraphDatabase.driver(URI, Config)to configure them.
H
- HAD_RECORD - Enum constant in enum class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler.RecordState
- handleBoltFailureException(AuthToken, BoltFailureException) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltAuthTokenManager
- handleSecurityException(AuthToken, SecurityException) - Method in interface org.neo4j.driver.AuthTokenManager
-
Handles
SecurityExceptionthat is created based on the server's security error response by determining if the given error may be resolved upon nextAuthTokenManager.getToken()invokation. - handleSecurityException(AuthToken, SecurityException) - Method in class org.neo4j.driver.internal.security.ExpirationBasedAuthTokenManager
- handleSecurityException(AuthToken, SecurityException) - Method in class org.neo4j.driver.internal.security.StaticAuthTokenManager
- handleSecurityException(AuthToken, SecurityException) - Method in class org.neo4j.driver.internal.security.ValidatingAuthTokenManager
- hashCode() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.retry.RetrySettings
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.security.InternalAuthToken
- hashCode() - Method in record class org.neo4j.driver.internal.security.InternalAuthTokenAndExpiration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.summary.InternalDatabaseInfo
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- hashCode() - Method in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- hashCode() - Method in record class org.neo4j.driver.internal.summary.InternalInputPosition
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.summary.InternalPlan
- hashCode() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- hashCode() - Method in class org.neo4j.driver.internal.summary.InternalServerInfo
- hashCode() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.types.TypeRepresentation
- hashCode() - Method in class org.neo4j.driver.internal.util.QueryKeys
- hashCode() - Method in class org.neo4j.driver.internal.value.BooleanValue
- hashCode() - Method in class org.neo4j.driver.internal.value.BytesValue
- hashCode() - Method in class org.neo4j.driver.internal.value.FloatValue
- hashCode() - Method in class org.neo4j.driver.internal.value.IntegerValue
- hashCode() - Method in class org.neo4j.driver.internal.value.ListValue
- hashCode() - Method in class org.neo4j.driver.internal.value.MapValue
- hashCode() - Method in class org.neo4j.driver.internal.value.NullValue
- hashCode() - Method in class org.neo4j.driver.internal.value.ObjectValueAdapter
- hashCode() - Method in class org.neo4j.driver.internal.value.StringValue
- hashCode() - Method in class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- hashCode() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- hashCode() - Method in class org.neo4j.driver.Query
- hashCode() - Method in class org.neo4j.driver.QueryConfig
- hashCode() - Method in class org.neo4j.driver.SessionConfig
- hashCode() - Method in class org.neo4j.driver.TransactionConfig
- hashCode() - Method in interface org.neo4j.driver.Value
- hasLabel(String) - Method in interface org.neo4j.driver.types.Node
-
Test if this node has a given label
- hasMore() - Method in interface org.neo4j.driver.internal.adaptedbolt.summary.PullSummary
- hasNext() - Method in interface org.neo4j.driver.Result
-
Test if there is another record we can navigate to in this result.
- hasPageCacheStats() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- hasPageCacheStats() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
Returns whether the number page cache hits and misses and the ratio was recorded.
- hasPlan() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- hasPlan() - Method in interface org.neo4j.driver.summary.ResultSummary
-
Returns
trueif the result contained a query plan, i.e. - hasProfile() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- hasProfile() - Method in interface org.neo4j.driver.summary.ResultSummary
-
Returns
trueif the result contained profiling information, i.e. - hasType(String) - Method in interface org.neo4j.driver.types.Relationship
-
Test if this relationship has the given type
- hasType(Type) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- hasType(Type) - Method in interface org.neo4j.driver.Value
-
Test if this value is a value of the given type.
- headers() - Method in interface org.neo4j.driver.internal.observation.HttpExchangeObservation.Response
- HINT - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A hint category.
- HINT - Static variable in interface org.neo4j.driver.NotificationCategory
-
Deprecated.A hint category.
- HomeDatabaseCache - Interface in org.neo4j.driver.internal.homedb
- HomeDatabaseCacheKey - Interface in org.neo4j.driver.internal.homedb
- host() - Method in interface org.neo4j.driver.net.ServerAddress
-
Retrieve the host portion of this
ServerAddress. - httpExchange(URI, String, String, BiConsumer<String, String>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- httpExchange(URI, String, String, BiConsumer<String, String>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- httpExchange(ImmutableObservation, URI, String, String, BiConsumer<String, String>) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- HttpExchangeObservation - Interface in org.neo4j.driver.internal.observation
- HttpExchangeObservation.Response - Interface in org.neo4j.driver.internal.observation
- httpVersion() - Method in interface org.neo4j.driver.internal.observation.HttpExchangeObservation.Response
I
- id() - Method in interface org.neo4j.driver.types.Entity
-
Deprecated.superseded by
Entity.elementId() - identifiers() - Method in class org.neo4j.driver.internal.summary.InternalPlan
- identifiers() - Method in interface org.neo4j.driver.summary.Plan
-
Identifiers used by this part of the plan.
- 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.
- ignored() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
ignoredrecord component. - Immutable - Annotation Interface in org.neo4j.driver.util
-
Indicates that instances of the annotated class or of its subclasses are immutable, i.e.
- impersonatedUser() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- impersonatedUser() - Method in class org.neo4j.driver.QueryConfig
-
Returns impersonated user for the query.
- impersonatedUser() - Method in class org.neo4j.driver.SessionConfig
-
The impersonated user the session is going to use for query execution.
- Important note on semantics - Search tag in interface org.neo4j.driver.Result
- Section
- Important note on semantics - Search tag in interface org.neo4j.driver.async.ResultCursor
- Section
- Important notes on semantics - Search tag in interface org.neo4j.driver.SimpleQueryRunner
- Section
- Important notes on semantics - Search tag in interface org.neo4j.driver.async.AsyncQueryRunner
- Section
- index(String) - Method in interface org.neo4j.driver.Record
-
Retrieve the index of the field with the given key
- indexesAdded() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
indexesAddedrecord component. - indexesAdded() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of indexes added to the schema.
- indexesRemoved() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
indexesRemovedrecord component. - indexesRemoved() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of indexes removed from the schema.
- indexOf(String) - Method in class org.neo4j.driver.internal.util.QueryKeys
- info(String, Object...) - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- info(String, Object...) - Method in class org.neo4j.driver.internal.logging.JULogger
- info(String, Object...) - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- info(String, Object...) - Method in interface org.neo4j.driver.Logger
-
Deprecated.Logs information from the driver.
- INFORMATION - Static variable in interface org.neo4j.driver.NotificationSeverity
-
An information severity level.
- initialBookmarks() - Method in class org.neo4j.driver.BookmarkManagerConfig
-
Returns the map of bookmarks used to initialise the bookmark manager.
- InputPosition - Interface in org.neo4j.driver.summary
-
An input position refers to a specific character in a query.
- insecure() - Static method in interface org.neo4j.driver.internal.security.BoltSecurityPlanManager
- insecure() - Static method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- installRecordConsumer(BiConsumer<Record, Throwable>, Observation) - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- installRecordConsumer(BiConsumer<Record, Throwable>, Observation) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- INSTANCE - Static variable in exception class org.neo4j.driver.exceptions.ConnectionReadTimeoutException
-
An instance of
ConnectionReadTimeoutException. - INSTANCE - Static variable in class org.neo4j.driver.internal.logging.SystemLogging
- Int16Vector - Interface in org.neo4j.driver.types
-
Represents Neo4j Vector type that holds a sequence of
shortvalues. - Int32Vector - Interface in org.neo4j.driver.types
-
Represents Neo4j Vector type that holds a sequence of
intvalues. - Int64Vector - Interface in org.neo4j.driver.types
-
Represents Neo4j Vector type that holds a sequence of
longvalues. - Int8Vector - Interface in org.neo4j.driver.types
-
Represents Neo4j Vector type that holds a sequence of
bytevalues. - INTEGER - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- INTEGER() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- INTEGER() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing integer. - IntegerValue - Class in org.neo4j.driver.internal.value
- IntegerValue(long) - Constructor for class org.neo4j.driver.internal.value.IntegerValue
- InternalAsyncSession - Class in org.neo4j.driver.internal.async
- InternalAsyncSession(NetworkSession, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.async.InternalAsyncSession
- InternalAsyncTransaction - Class in org.neo4j.driver.internal.async
- InternalAsyncTransaction(UnmanagedTransaction, DriverObservationProvider, Observation) - Constructor for class org.neo4j.driver.internal.async.InternalAsyncTransaction
- InternalAuthToken - Class in org.neo4j.driver.internal.security
-
A simple common token for authentication schemes that easily convert to an auth token map
- InternalAuthToken(Map<String, Value>) - Constructor for class org.neo4j.driver.internal.security.InternalAuthToken
- InternalAuthTokenAndExpiration - Record Class in org.neo4j.driver.internal.security
- InternalAuthTokenAndExpiration(AuthToken, long) - Constructor for record class org.neo4j.driver.internal.security.InternalAuthTokenAndExpiration
-
Creates an instance of a
InternalAuthTokenAndExpirationrecord class. - InternalBoltSecurityPlanManager - Class in org.neo4j.driver.internal.security
- InternalDatabaseInfo - Record Class in org.neo4j.driver.internal.summary
- InternalDatabaseInfo(String) - Constructor for record class org.neo4j.driver.internal.summary.InternalDatabaseInfo
-
Creates an instance of a
InternalDatabaseInforecord class. - InternalGqlNotification - Class in org.neo4j.driver.internal.summary
- InternalGqlNotification(String, String, Map<String, Value>, InputPosition, NotificationSeverity, String, NotificationClassification, String, String, String, String) - Constructor for class org.neo4j.driver.internal.summary.InternalGqlNotification
- InternalGqlStatusObject - Class in org.neo4j.driver.internal.summary
- InternalGqlStatusObject(String, String, Map<String, Value>) - Constructor for class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- InternalInputPosition - Record Class in org.neo4j.driver.internal.summary
-
An input position refers to a specific point in a query string.
- InternalInputPosition(int, int, int) - Constructor for record class org.neo4j.driver.internal.summary.InternalInputPosition
-
Creating a position from and offset, line number and a column number.
- InternalMapAccessorWithDefaultValue - Class in org.neo4j.driver.internal.types
- InternalMapAccessorWithDefaultValue() - Constructor for class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
- InternalNotification - Class in org.neo4j.driver.internal.summary
- InternalNotification(String, String, String, NotificationSeverity, String, NotificationCategory, String, InputPosition) - Constructor for class org.neo4j.driver.internal.summary.InternalNotification
- InternalPlan<T> - Class in org.neo4j.driver.internal.summary
- InternalPlan(String, Map<String, Value>, List<String>, List<T>) - Constructor for class org.neo4j.driver.internal.summary.InternalPlan
- InternalProfiledPlan - Class in org.neo4j.driver.internal.summary
- InternalProfiledPlan(String, Map<String, Value>, List<String>, List<ProfiledPlan>, long, long, long, long, double, long) - Constructor for class org.neo4j.driver.internal.summary.InternalProfiledPlan
- InternalReactiveResult - Class in org.neo4j.driver.internal.reactive
- InternalReactiveResult - Class in org.neo4j.driver.internal.reactivestreams
- InternalReactiveResult(RxResultCursor, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.reactive.InternalReactiveResult
- InternalReactiveResult(RxResultCursor, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.reactivestreams.InternalReactiveResult
- InternalReactiveSession - Class in org.neo4j.driver.internal.reactive
- InternalReactiveSession - Class in org.neo4j.driver.internal.reactivestreams
- InternalReactiveSession(NetworkSession, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.reactive.InternalReactiveSession
- InternalReactiveSession(NetworkSession, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- InternalReactiveTransaction - Class in org.neo4j.driver.internal.reactive
- InternalReactiveTransaction - Class in org.neo4j.driver.internal.reactivestreams
- InternalReactiveTransaction(UnmanagedTransaction, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- InternalReactiveTransaction(UnmanagedTransaction, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- InternalResultSummary - Class in org.neo4j.driver.internal.summary
- InternalResultSummary(Query, ServerInfo, DatabaseInfo, QueryType, SummaryCounters, Plan, ProfiledPlan, List<Notification>, Set<GqlStatusObject>, long, long) - Constructor for class org.neo4j.driver.internal.summary.InternalResultSummary
- InternalServerInfo - Class in org.neo4j.driver.internal.summary
- InternalServerInfo(String, BoltServerAddress, BoltProtocolVersion) - Constructor for class org.neo4j.driver.internal.summary.InternalServerInfo
- InternalSummaryCounters - Record Class in org.neo4j.driver.internal.summary
- InternalSummaryCounters(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Creates an instance of a
InternalSummaryCountersrecord class. - InternalTypeSystem - Class in org.neo4j.driver.internal.types
-
Utility class for determining and working with the Cypher types of values
- InternalValue - Interface in org.neo4j.driver.internal.value
- isCustomized(SecuritySettings) - Static method in class org.neo4j.driver.internal.security.SecurityPlans
- isDebugEnabled() - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- isDebugEnabled() - Method in class org.neo4j.driver.internal.logging.JULogger
- isDebugEnabled() - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- isDebugEnabled() - Method in interface org.neo4j.driver.Logger
-
Deprecated.Return true if the debug level is enabled.
- isDone() - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- isDone() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- isEmpty() - Method in class org.neo4j.driver.internal.value.BytesValue
- isEmpty() - Method in class org.neo4j.driver.internal.value.ListValue
- isEmpty() - Method in class org.neo4j.driver.internal.value.MapValue
- isEmpty() - Method in class org.neo4j.driver.internal.value.StringValue
- isEmpty() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- 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 encryption is used for this driver.
- isEventLoopThread(Thread) - Static method in class org.neo4j.driver.internal.util.Futures
-
Check if given thread is an event loop IO thread.
- isFalse() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- isFalse() - Method in interface org.neo4j.driver.Value
-
Returns
trueif the value is a Boolean value and has the value False. - isHostnameVerificationEnabled() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Check if hostname verification is enabled for this trust strategy.
- isNull() - Method in class org.neo4j.driver.internal.value.NullValue
- isNull() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- isNull() - Method in interface org.neo4j.driver.Value
-
Returns
trueif the value is a Null, otherwisefalse. - isoDuration(long, long, long, int) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- isoDuration(long, long, long, int) - Static method in class org.neo4j.driver.Values
-
Returns a value from month, day, seconds and nanoseconds values.
- IsoDuration - Interface in org.neo4j.driver.types
-
Represents temporal amount containing months, days, seconds and nanoseconds of the second.
- isOpen() - Method in class org.neo4j.driver.internal.async.InternalAsyncTransaction
- isOpen() - Method in class org.neo4j.driver.internal.async.NetworkSession
- isOpen() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- isOpen() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveResult
- isOpen() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- isOpen() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveResult
- isOpen() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- isOpen() - Method in interface org.neo4j.driver.reactive.ReactiveResult
-
Determine if result is open.
- isOpen() - Method in interface org.neo4j.driver.reactive.ReactiveTransaction
-
Determine if transaction is open.
- isOpen() - Method in interface org.neo4j.driver.reactivestreams.ReactiveResult
-
Determine if result is open.
- isOpen() - Method in interface org.neo4j.driver.reactivestreams.ReactiveTransaction
-
Determine if transaction is open.
- isOpen() - Method in interface org.neo4j.driver.Result
-
Determine if result is open.
- isOpen() - Method in interface org.neo4j.driver.util.Resource
-
Detect whether this resource is still open
- isOpenAsync() - Method in interface org.neo4j.driver.async.AsyncTransaction
-
Determine if transaction is open.
- isOpenAsync() - Method in interface org.neo4j.driver.async.ResultCursor
-
Determine if result is open.
- isOpenAsync() - Method in class org.neo4j.driver.internal.async.InternalAsyncTransaction
- isOpenAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- isOpenAsync() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- isTelemetryDisabled() - Method in class org.neo4j.driver.Config
-
Returns if the telemetry is disabled on the driver side.
- isTraceEnabled() - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- isTraceEnabled() - Method in class org.neo4j.driver.internal.logging.JULogger
- isTraceEnabled() - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- isTraceEnabled() - Method in interface org.neo4j.driver.Logger
-
Deprecated.Return true if the trace logging level is enabled.
- isTrue() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- isTrue() - Method in interface org.neo4j.driver.Value
-
Returns
trueif the value is a Boolean value and has the value True. - isTryTcpFastOpen() - Method in class org.neo4j.driver.Config
-
Returns whether the driver should try using TCP Fast Open if the runtime supports it.
- isTypeOf(Value) - Method in class org.neo4j.driver.internal.types.TypeRepresentation
- isTypeOf(Value) - Method in interface org.neo4j.driver.types.Type
-
Test if the given value has this type.
- Iterables - Class in org.neo4j.driver.internal.util
- Iterables() - Constructor for class org.neo4j.driver.internal.util.Iterables
J
- javaUtilLogging(Level) - Static method in interface org.neo4j.driver.Logging
-
Deprecated.Create logging implementation that uses
java.util.logging. - JULogger - Class in org.neo4j.driver.internal.logging
- JULogger(String, Level) - Constructor for class org.neo4j.driver.internal.logging.JULogger
- JULogging - Class in org.neo4j.driver.internal.logging
-
Internal implementation of the JUL.
- JULogging(Level) - Constructor for class org.neo4j.driver.internal.logging.JULogging
K
- kerberos(String) - Static method in class org.neo4j.driver.AuthTokens
-
The kerberos authentication scheme, using a base64 encoded ticket
- key() - Method in interface org.neo4j.driver.util.Pair
-
Returns the property key.
- keyIndex() - Method in class org.neo4j.driver.internal.util.QueryKeys
- keys() - Method in interface org.neo4j.driver.internal.value.InternalValue
- keys() - Method in interface org.neo4j.driver.async.ResultCursor
-
Retrieve the keys of the records this result cursor contains.
- keys() - Method in interface org.neo4j.driver.EagerResult
-
Returns the keys of the records this result contains.
- keys() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- keys() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- keys() - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- keys() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- keys() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveResult
- keys() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveResult
- keys() - Method in class org.neo4j.driver.internal.util.QueryKeys
- keys() - Method in class org.neo4j.driver.internal.value.EntityValueAdapter
- keys() - Method in class org.neo4j.driver.internal.value.MapValue
- keys() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- keys() - Method in interface org.neo4j.driver.reactive.ReactiveResult
-
Returns a list of keys.
- keys() - Method in interface org.neo4j.driver.reactivestreams.ReactiveResult
-
Returns a list of keys.
- keys() - Method in interface org.neo4j.driver.Record
-
Retrieve the keys of the underlying map
- keys() - Method in interface org.neo4j.driver.Result
-
Retrieve the keys of the records this result contains.
- keys() - Method in interface org.neo4j.driver.types.MapAccessor
-
Retrieve the keys of the underlying map
- keys() - Method in interface org.neo4j.driver.Value
-
If the underlying value supports
key-based indexing, return an iterable of the keys in the map, this applies tomap,nodeandTypeSystem.RELATIONSHIP()relationship} values.
L
- labels() - Method in interface org.neo4j.driver.types.Node
-
Return all labels.
- labelsAdded() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
labelsAddedrecord component. - labelsAdded() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of labels added to nodes.
- labelsRemoved() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
labelsRemovedrecord component. - labelsRemoved() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of labels removed from nodes.
- lastBookmarks() - Method in interface org.neo4j.driver.async.AsyncSession
-
Return a set of last bookmarks.
- lastBookmarks() - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- lastBookmarks() - Method in class org.neo4j.driver.internal.async.NetworkSession
- lastBookmarks() - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- lastBookmarks() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- lastBookmarks() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- lastBookmarks() - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Return a set of last bookmarks.
- lastBookmarks() - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Return a set of last bookmarks.
- lastBookmarks() - Method in interface org.neo4j.driver.Session
-
Return a set of last bookmarks.
- LeakLoggingNetworkSession - Class in org.neo4j.driver.internal.async
- LeakLoggingNetworkSession(DriverBoltConnectionSource, RetryLogic, DatabaseName, AccessMode, Set<Bookmark>, String, long, Logging, BookmarkManager, NotificationConfig, AuthToken, boolean, AuthTokenManager, HomeDatabaseCache, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.async.LeakLoggingNetworkSession
- length() - Method in interface org.neo4j.driver.types.Path
-
Returns the number of segments in this path, which will be the same as the number of relationships.
- length() - Method in interface org.neo4j.driver.types.Vector
-
Returns the length.
- line() - Method in record class org.neo4j.driver.internal.summary.InternalInputPosition
-
Returns the value of the
linerecord component. - line() - Method in interface org.neo4j.driver.summary.InputPosition
-
The line number referred to by the position; line numbers start at 1.
- list() - Method in interface org.neo4j.driver.Result
-
Retrieve and store the entire result stream.
- list(Function<Record, T>) - Method in interface org.neo4j.driver.Result
-
Retrieve and store a projection of the entire result.
- list(List<? extends Value>, Function<Value, T>) - Static method in class org.neo4j.driver.internal.util.Extract
- LIST - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- LIST() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- LIST() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing list. - listAsync() - Method in interface org.neo4j.driver.async.ResultCursor
-
Asynchronously retrieve and store the entire result stream.
- listAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- listAsync() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- listAsync(Function<Record, T>) - Method in interface org.neo4j.driver.async.ResultCursor
-
Asynchronously retrieve and store a projection of the entire result.
- listAsync(Function<Record, T>) - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- listAsync(Function<Record, T>) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- listeningBoltConnectionProvider(BoltConnectionProvider, BoltConnectionListener) - Static method in interface org.neo4j.driver.internal.boltlistener.BoltConnectionListener
- ListValue - Class in org.neo4j.driver.internal.value
- ListValue(List<? extends Value>) - Constructor for class org.neo4j.driver.internal.value.ListValue
- LOCAL_DATE_TIME - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- LOCAL_DATE_TIME() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- LOCAL_DATE_TIME() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing local date time. - LOCAL_TIME - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- LOCAL_TIME() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- LOCAL_TIME() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing local time. - LocalDateTimeValue - Class in org.neo4j.driver.internal.value
- LocalDateTimeValue(LocalDateTime) - Constructor for class org.neo4j.driver.internal.value.LocalDateTimeValue
- LocalTimeValue - Class in org.neo4j.driver.internal.value
- LocalTimeValue(LocalTime) - Constructor for class org.neo4j.driver.internal.value.LocalTimeValue
- LockUtil - Class in org.neo4j.driver.internal.util
- LockUtil() - Constructor for class org.neo4j.driver.internal.util.LockUtil
- log - Variable in class org.neo4j.driver.internal.async.NetworkSession
- Logger - Interface in org.neo4j.driver
-
Deprecated.the logging abstraction has been deprecated in favour of the
System.Logger - logging() - Method in class org.neo4j.driver.Config
-
Deprecated.the logging abstraction has been deprecated in favour of the
System.Loggerthat the driver uses by default - Logging - Interface in org.neo4j.driver
-
Deprecated.the logging abstraction has been deprecated in favour of the
System.Loggerthat the driver uses by default - logLeakedSessions() - Method in class org.neo4j.driver.Config
-
Check if leaked sessions logging is enabled.
- logoffSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
logoffSummaryrecord component. - logonSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
logonSummaryrecord component. - LossyCoercion - Exception Class in org.neo4j.driver.exceptions.value
-
A LossyCoercion exception indicates that the conversion cannot be achieved without losing precision.
- LossyCoercion(String, String) - Constructor for exception class org.neo4j.driver.exceptions.value.LossyCoercion
-
Creates a new instance.
M
- map(Iterable<A>, Function<A, B>) - Static method in class org.neo4j.driver.internal.util.Iterables
- map(Map<String, Value>, Function<Value, T>) - Static method in class org.neo4j.driver.internal.util.Extract
- map(Record, Function<Value, T>) - Static method in class org.neo4j.driver.internal.util.Extract
- map(MapAccessor, Class<T>) - Method in interface org.neo4j.driver.internal.value.mapping.MapAccessorMapper
- MAP - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- MAP() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- MAP() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing map. - MapAccessor - Interface in org.neo4j.driver.types
-
Access the keys, properties and values of an underlying unordered map by key
- MapAccessorMapper<T> - Interface in org.neo4j.driver.internal.value.mapping
- MapAccessorMapperProvider - Class in org.neo4j.driver.internal.value.mapping
- MapAccessorMapperProvider() - Constructor for class org.neo4j.driver.internal.value.mapping.MapAccessorMapperProvider
- MapAccessorWithDefaultValue - Interface in org.neo4j.driver.types
-
Provides methods to access the value of an underlying unordered map by key.
- mapBoltFailureException(BoltFailureException) - Method in class org.neo4j.driver.internal.adaptedbolt.ErrorMapper
- mapGqlCause(BoltGqlErrorException) - Method in class org.neo4j.driver.internal.adaptedbolt.ErrorMapper
- mapOfValues(Map<String, Object>) - Static method in class org.neo4j.driver.internal.util.Extract
- mapper(MapAccessor, Class<T>) - Static method in class org.neo4j.driver.internal.value.mapping.MapAccessorMapperProvider
- mapServiceUnavailable(BoltServiceUnavailableException) - Method in class org.neo4j.driver.internal.adaptedbolt.ErrorMapper
- MapValue - Class in org.neo4j.driver.internal.value
- MapValue(Map<String, Value>) - Constructor for class org.neo4j.driver.internal.value.MapValue
- markTerminated(Throwable) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- maxConnectionLifetimeMillis() - Method in class org.neo4j.driver.Config
-
Pooled connections older than this threshold will be closed and removed from the pool.
- maxConnectionPoolSize() - Method in class org.neo4j.driver.Config
-
Returns the maximum connection pool size.
- maxRetryTimeMs() - Method in record class org.neo4j.driver.internal.retry.RetrySettings
-
Returns the value of the
maxRetryTimeMsrecord component. - maxTransactionRetryTimeMillis() - Method in class org.neo4j.driver.Config
-
Returns managed transactions maximum retry time.
- message() - Method in interface org.neo4j.driver.types.UnsupportedType
-
An optional message.
- metadata() - Method in interface org.neo4j.driver.internal.adaptedbolt.summary.DiscardSummary
- metadata() - Method in interface org.neo4j.driver.internal.adaptedbolt.summary.PullSummary
- metadata() - Method in class org.neo4j.driver.QueryConfig
-
Get the configured transaction metadata.
- metadata() - Method in class org.neo4j.driver.TransactionConfig
-
Get the configured transaction metadata.
- METADATA_EXTRACTOR - Static variable in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- MetadataExtractor - Class in org.neo4j.driver.internal.util
- MetadataExtractor(String) - Constructor for class org.neo4j.driver.internal.util.MetadataExtractor
- minimumNotificationSeverity() - Method in class org.neo4j.driver.Config
-
Returns a minimum notification severity.
- minimumNotificationSeverity() - Method in class org.neo4j.driver.SessionConfig
-
Returns a minimum notification severity.
- minProtocolVersion() - Method in interface org.neo4j.driver.types.UnsupportedType
-
The minimum Bolt Protocol version needed to support this type.
- months() - Method in interface org.neo4j.driver.types.IsoDuration
-
Retrieve amount of months in this duration.
N
- name() - Method in record class org.neo4j.driver.internal.summary.InternalDatabaseInfo
-
Returns the value of the
namerecord component. - name() - Method in class org.neo4j.driver.internal.types.TypeRepresentation
- name() - Method in interface org.neo4j.driver.summary.DatabaseInfo
-
The name of the database where a
ResultSummaryis obtained from. - name() - Method in interface org.neo4j.driver.types.Type
-
Returns the name of the Cypher type (as defined by Cypher).
- name() - Method in interface org.neo4j.driver.types.UnsupportedType
-
Returns the type name.
- name() - Element in annotation interface org.neo4j.driver.util.Preview
-
The feature name or a reference.
- nanoseconds() - Method in interface org.neo4j.driver.types.IsoDuration
-
Retrieve amount of nanoseconds of the second in this duration.
- Navigating a tree structure - Search tag in interface org.neo4j.driver.Value
- Section
- Neo4jDriverBlockHoundIntegration - Class in org.neo4j.driver.internal.blockhound
- Neo4jDriverBlockHoundIntegration() - Constructor for class org.neo4j.driver.internal.blockhound.Neo4jDriverBlockHoundIntegration
- Neo4jException - Exception Class in org.neo4j.driver.exceptions
-
This is the base class for Neo4j exceptions.
- Neo4jException(String) - Constructor for exception class org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- Neo4jException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- Neo4jException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- Neo4jException(String, String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- Neo4jException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- NetworkSession - Class in org.neo4j.driver.internal.async
- NetworkSession(DriverBoltConnectionSource, RetryLogic, DatabaseName, AccessMode, Set<Bookmark>, String, long, Logging, BookmarkManager, NotificationConfig, AuthToken, boolean, AuthTokenManager, HomeDatabaseCache, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.async.NetworkSession
- NetworkSession.RunRxResponseHandler - Class in org.neo4j.driver.internal.async
- newConnectionTerminatedError() - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- newConnectionTerminatedError(String) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- newHashMapWithSize(int) - Static method in class org.neo4j.driver.internal.util.Iterables
- newInstance(boolean) - Static method in interface org.neo4j.driver.internal.homedb.HomeDatabaseCache
- newLinkedHashMapWithSize(int) - Static method in class org.neo4j.driver.internal.util.Iterables
- newResultConsumedError() - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- next() - Method in interface org.neo4j.driver.Result
-
Navigate to and retrieve the next
Recordin this result. - nextAsync() - Method in interface org.neo4j.driver.async.ResultCursor
-
Asynchronously navigate to and retrieve the next
Recordin this result. - nextAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- nextAsync() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- NO_CHECKS - Enum constant in enum class org.neo4j.driver.RevocationCheckingStrategy
-
Don't do any OCSP revocation checks, regardless whether there are stapled revocation statuses or not.
- NO_DATA - Static variable in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- NO_DATA_UNKNOWN - Static variable in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- NO_RECORD - Enum constant in enum class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler.RecordState
- node(long, String, Collection<String>, Map<String, Value>) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- Node - Interface in org.neo4j.driver.types
-
The Node interface describes the characteristics of a node from a Neo4j graph.
- NODE - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- NODE() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- NODE() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing node. - nodes() - Method in interface org.neo4j.driver.types.Path
-
Create an iterable over the nodes in this path, nodes will appear in the same order as they appear in the path.
- nodesCreated() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
nodesCreatedrecord component. - nodesCreated() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of nodes created.
- nodesDeleted() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
nodesDeletedrecord component. - nodesDeleted() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of nodes deleted.
- NodeValue - Class in org.neo4j.driver.internal.value
- NodeValue(Node) - Constructor for class org.neo4j.driver.internal.value.NodeValue
- none() - Static method in class org.neo4j.driver.AuthTokens
-
No authentication scheme.
- none() - Static method in interface org.neo4j.driver.Logging
-
Deprecated.Create logging implementation that discards all messages and logs nothing.
- NoopBoltExchangeObservation - Class in org.neo4j.driver.internal.observation
- NoopBoltHandleObservation - Class in org.neo4j.driver.internal.observation
- NoopHttpExchangeObservation - Class in org.neo4j.driver.internal.observation
- NoopObservation - Class in org.neo4j.driver.internal.observation
- NoopObservation() - Constructor for class org.neo4j.driver.internal.observation.NoopObservation
- NoopObservation.NoopScope - Class in org.neo4j.driver.internal.observation
- NoopObservationProvider - Class in org.neo4j.driver.internal.observation
- NoopObservationProvider() - Constructor for class org.neo4j.driver.internal.observation.NoopObservationProvider
- NoopScope() - Constructor for class org.neo4j.driver.internal.observation.NoopObservation.NoopScope
- NoSuchRecordException - Exception Class in org.neo4j.driver.exceptions
-
Thrown whenever a client expected to read a record that was not available (i.e.
- NoSuchRecordException(String) - Constructor for exception class org.neo4j.driver.exceptions.NoSuchRecordException
-
Creates a new instance.
- NOT_REQUESTED - Enum constant in enum class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler.RecordState
- Notification - Interface in org.neo4j.driver.summary
-
Deprecated.superseded by
GqlNotification. - NotificationCategory - Interface in org.neo4j.driver
-
Deprecated.superseded by
NotificationClassification. - NotificationClassification - Enum Class in org.neo4j.driver
-
Notification classification.
- notificationConfig() - Method in class org.neo4j.driver.Config
-
Deprecated.superseded by
Config.minimumNotificationSeverity()andConfig.disabledNotificationClassifications(). - notificationConfig() - Method in class org.neo4j.driver.SessionConfig
-
Deprecated.
- NotificationConfig - Interface in org.neo4j.driver
-
Deprecated.superseded by e org.neo4j.driver.summary.Notification
Config.ConfigBuilder.withMinimumNotificationSeverity(NotificationSeverity),Config.ConfigBuilder.withDisabledNotificationClassifications(Set),SessionConfig.Builder.withMinimumNotificationSeverity(NotificationSeverity)andSessionConfig.Builder.withDisabledNotificationClassifications(Set). - notifications() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- notifications() - Method in interface org.neo4j.driver.summary.ResultSummary
-
Deprecated.superseded by
ResultSummary.gqlStatusObjects(). - NotificationSeverity - Interface in org.neo4j.driver
-
Notification severity level.
- NotMultiValued - Exception Class in org.neo4j.driver.exceptions.value
-
A NotMultiValued exception indicates that the value does not consist of multiple values, a.k.a.
- NotMultiValued(String) - Constructor for exception class org.neo4j.driver.exceptions.value.NotMultiValued
-
Creates a new instance.
- NULL - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- NULL - Static variable in class org.neo4j.driver.internal.value.NullValue
- NULL - Static variable in class org.neo4j.driver.Values
-
The value instance of
NULL. - NULL() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- NULL() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing NULL. - NullValue - Class in org.neo4j.driver.internal.value
- NUMBER - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- NUMBER() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- NUMBER() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing number. - NumberValueAdapter<V> - Class in org.neo4j.driver.internal.value
- NumberValueAdapter() - Constructor for class org.neo4j.driver.internal.value.NumberValueAdapter
O
- ObjectValueAdapter<V> - Class in org.neo4j.driver.internal.value
- ObjectValueAdapter(V) - Constructor for class org.neo4j.driver.internal.value.ObjectValueAdapter
- Observation - Interface in org.neo4j.driver.internal.observation
- Observation.Scope - Interface in org.neo4j.driver.internal.observation
- observationProvider() - Method in class org.neo4j.driver.Config
-
Returns the
ObservationProviderif it is configured. - ObservationProvider - Interface in org.neo4j.driver.observation
-
An observation provider that is used by the driver to manage observations.
- ObservationUtil - Class in org.neo4j.driver.internal.observation.util
- ObservationUtil() - Constructor for class org.neo4j.driver.internal.observation.util.ObservationUtil
- observe(Observation, Runnable) - Static method in class org.neo4j.driver.internal.observation.util.ObservationUtil
- observe(Observation, Supplier<T>) - Static method in class org.neo4j.driver.internal.observation.util.ObservationUtil
- observeAsync(Observation, Supplier<CompletionStage<T>>) - Static method in class org.neo4j.driver.internal.observation.util.ObservationUtil
- observeAsyncStarted(Observation, Supplier<CompletionStage<T>>) - Static method in class org.neo4j.driver.internal.observation.util.ObservationUtil
- observeStreams(Observation, Publisher<T>) - Static method in class org.neo4j.driver.internal.observation.util.ObservationUtil
- observeStreams(Observation, Publisher<T>, boolean, boolean) - Static method in class org.neo4j.driver.internal.observation.util.ObservationUtil
- observeStreamsWithoutStart(Observation, Publisher<T>, boolean) - Static method in class org.neo4j.driver.internal.observation.util.ObservationUtil
- of(File, File) - Static method in class org.neo4j.driver.ClientCertificates
- of(File, File, String) - Static method in class org.neo4j.driver.ClientCertificates
-
Creates a new instance of
ClientCertificatewith certificateFile, private keyFileand key password. - of(String) - Static method in interface org.neo4j.driver.net.ServerAddress
-
Create a new address with the given host using the default bolt port.
- of(String, int) - Static method in interface org.neo4j.driver.net.ServerAddress
-
Create a new address with the given host and port.
- of(AuthToken, String) - Static method in interface org.neo4j.driver.internal.homedb.HomeDatabaseCacheKey
- ofBoolean() - Static method in class org.neo4j.driver.Values
-
Converts values to
Boolean. - ofDouble() - Static method in class org.neo4j.driver.Values
-
Converts values to
Double. - ofEntity() - Static method in class org.neo4j.driver.Values
-
Converts values to
Entity. - ofEntityElementId() - Static method in class org.neo4j.driver.Values
-
Converts values to
element id. - ofEntityId() - Static method in class org.neo4j.driver.Values
-
Deprecated.superseded by
Values.ofEntityElementId(). - OFF - Static variable in interface org.neo4j.driver.NotificationSeverity
-
A special severity level used in configuration to turn off all notifications.
- ofFloat() - Static method in class org.neo4j.driver.Values
-
Converts values to
Float. - offset() - Method in record class org.neo4j.driver.internal.summary.InternalInputPosition
-
Returns the value of the
offsetrecord component. - offset() - Method in interface org.neo4j.driver.summary.InputPosition
-
The character offset referred to by this position; offset numbers start at 0.
- ofInteger() - Static method in class org.neo4j.driver.Values
-
Converts values to
Integer. - ofIsoDuration() - Static method in class org.neo4j.driver.Values
-
Converts values to
IsoDuration. - ofList() - Static method in class org.neo4j.driver.Values
- ofList(Function<Value, T>) - Static method in class org.neo4j.driver.Values
-
Converts values to
ListofT. - ofLocalDate() - Static method in class org.neo4j.driver.Values
-
Converts values to
LocalDate. - ofLocalDateTime() - Static method in class org.neo4j.driver.Values
-
Converts values to
LocalDateTime. - ofLocalTime() - Static method in class org.neo4j.driver.Values
-
Converts values to
LocalTime. - ofLong() - Static method in class org.neo4j.driver.Values
-
Converts values to
Long. - ofMap() - Static method in class org.neo4j.driver.Values
-
Converts values to
Map. - ofMap(Function<Value, T>) - Static method in class org.neo4j.driver.Values
-
Converts values to
Map, with the map values further converted using the provided converter. - ofNode() - Static method in class org.neo4j.driver.Values
-
Converts values to
Node. - ofNumber() - Static method in class org.neo4j.driver.Values
-
Converts values to
Number. - ofObject() - Static method in class org.neo4j.driver.Values
-
Converts values to objects using
Value.asObject(). - ofOffsetDateTime() - Static method in class org.neo4j.driver.Values
-
Converts values to
OffsetDateTime. - ofOffsetTime() - Static method in class org.neo4j.driver.Values
-
Converts values to
OffsetTime. - ofPath() - Static method in class org.neo4j.driver.Values
-
Converts values to
Path. - ofPoint() - Static method in class org.neo4j.driver.Values
-
Converts values to
Point. - ofRelationship() - Static method in class org.neo4j.driver.Values
-
Converts values to
Relationship. - ofString() - Static method in class org.neo4j.driver.Values
-
Converts values to
String. - ofToString() - Static method in class org.neo4j.driver.Values
-
Converts values using
Value.toString(), a human-readable string description of any value. - ofValue() - Static method in class org.neo4j.driver.Values
-
The identity function for value conversion - returns the value untouched.
- ofZonedDateTime() - Static method in class org.neo4j.driver.Values
-
Converts values to
ZonedDateTime. - OMITTED_RESULT - Static variable in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- onBeginSummary(BeginSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onBeginSummary(BeginSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onBeginSummary(BeginSummary) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onClose(BoltConnection) - Method in interface org.neo4j.driver.internal.boltlistener.BoltConnectionListener
- onCommitSummary(CommitSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onCommitSummary(CommitSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onComplete() - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onComplete() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onComplete() - Method in class org.neo4j.driver.internal.async.NetworkSession.RunRxResponseHandler
- onComplete() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onComplete() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onDiscardSummary(DiscardSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onDiscardSummary(DiscardSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onDiscardSummary(DiscardSummary) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onDiscardSummary(DiscardSummary) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onError(Throwable) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onError(Throwable) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onError(Throwable) - Method in class org.neo4j.driver.internal.async.NetworkSession.RunRxResponseHandler
- onError(Throwable) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onError(Throwable) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onHeaders(Map<String, List<String>>) - Method in interface org.neo4j.driver.internal.observation.HttpExchangeObservation
- onHeaders(Map<String, List<String>>) - Method in class org.neo4j.driver.internal.observation.NoopHttpExchangeObservation
- onIgnored() - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onIgnored() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onIgnored() - Method in class org.neo4j.driver.internal.async.NetworkSession.RunRxResponseHandler
- onIgnored() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onIgnored() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onIgnored() - Method in interface org.neo4j.driver.internal.observation.BoltHandleObservation
- onIgnored() - Method in class org.neo4j.driver.internal.observation.NoopBoltHandleObservation
- onLogoffSummary(LogoffSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onLogoffSummary(LogoffSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onLogonSummary(LogonSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onLogonSummary(LogonSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onOpen(BoltConnection) - Method in interface org.neo4j.driver.internal.boltlistener.BoltConnectionListener
- onPullSummary(PullSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onPullSummary(PullSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onPullSummary(PullSummary) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onPullSummary(PullSummary) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onRecord() - Method in interface org.neo4j.driver.internal.observation.BoltExchangeObservation
- onRecord() - Method in class org.neo4j.driver.internal.observation.NoopBoltExchangeObservation
- onRecord(List<Value>) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onRecord(List<Value>) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onRecord(List<Value>) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onRecord(List<Value>) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onResetSummary(ResetSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onResetSummary(ResetSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onResponse(HttpExchangeObservation.Response) - Method in interface org.neo4j.driver.internal.observation.HttpExchangeObservation
- onResponse(HttpExchangeObservation.Response) - Method in class org.neo4j.driver.internal.observation.NoopHttpExchangeObservation
- onRollbackSummary(RollbackSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onRollbackSummary(RollbackSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onRouteSummary(RouteSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onRouteSummary(RouteSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onRunSummary(RunSummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onRunSummary(RunSummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onRunSummary(RunSummary) - Method in class org.neo4j.driver.internal.async.NetworkSession.RunRxResponseHandler
- onRunSummary(RunSummary) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onSummary(String) - Method in interface org.neo4j.driver.internal.observation.BoltExchangeObservation
- onSummary(String) - Method in interface org.neo4j.driver.internal.observation.BoltHandleObservation
- onSummary(String) - Method in class org.neo4j.driver.internal.observation.NoopBoltExchangeObservation
- onSummary(String) - Method in class org.neo4j.driver.internal.observation.NoopBoltHandleObservation
- onTelemetrySummary(TelemetrySummary) - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- onTelemetrySummary(TelemetrySummary) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverResponseHandler
- onTelemetrySummary(TelemetrySummary) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onWrite(String) - Method in interface org.neo4j.driver.internal.observation.BoltExchangeObservation
- onWrite(String) - Method in class org.neo4j.driver.internal.observation.NoopBoltExchangeObservation
- openScope() - Method in class org.neo4j.driver.internal.observation.NoopObservation
- openScope() - Method in interface org.neo4j.driver.internal.observation.Observation
- operatorType() - Method in class org.neo4j.driver.internal.summary.InternalPlan
- operatorType() - Method in interface org.neo4j.driver.summary.Plan
-
Returns the operation this plan is performing.
- org.neo4j.driver - module org.neo4j.driver
-
The Neo4j Java Driver module.
- org.neo4j.driver - package org.neo4j.driver
- org.neo4j.driver.async - package org.neo4j.driver.async
- org.neo4j.driver.exceptions - package org.neo4j.driver.exceptions
- org.neo4j.driver.exceptions.value - package org.neo4j.driver.exceptions.value
- org.neo4j.driver.internal.adaptedbolt - package org.neo4j.driver.internal.adaptedbolt
- org.neo4j.driver.internal.adaptedbolt.summary - package org.neo4j.driver.internal.adaptedbolt.summary
- org.neo4j.driver.internal.async - package org.neo4j.driver.internal.async
- org.neo4j.driver.internal.blockhound - package org.neo4j.driver.internal.blockhound
- org.neo4j.driver.internal.boltlistener - package org.neo4j.driver.internal.boltlistener
- org.neo4j.driver.internal.cursor - package org.neo4j.driver.internal.cursor
- org.neo4j.driver.internal.homedb - package org.neo4j.driver.internal.homedb
- org.neo4j.driver.internal.logging - package org.neo4j.driver.internal.logging
- org.neo4j.driver.internal.observation - package org.neo4j.driver.internal.observation
- org.neo4j.driver.internal.observation.util - package org.neo4j.driver.internal.observation.util
- org.neo4j.driver.internal.pki - package org.neo4j.driver.internal.pki
- org.neo4j.driver.internal.reactive - package org.neo4j.driver.internal.reactive
- org.neo4j.driver.internal.reactivestreams - package org.neo4j.driver.internal.reactivestreams
- org.neo4j.driver.internal.retry - package org.neo4j.driver.internal.retry
- org.neo4j.driver.internal.security - package org.neo4j.driver.internal.security
- org.neo4j.driver.internal.summary - package org.neo4j.driver.internal.summary
- org.neo4j.driver.internal.telemetry - package org.neo4j.driver.internal.telemetry
- org.neo4j.driver.internal.types - package org.neo4j.driver.internal.types
- org.neo4j.driver.internal.util - package org.neo4j.driver.internal.util
- org.neo4j.driver.internal.value - package org.neo4j.driver.internal.value
- org.neo4j.driver.internal.value.mapping - package org.neo4j.driver.internal.value.mapping
- org.neo4j.driver.mapping - package org.neo4j.driver.mapping
- org.neo4j.driver.net - package org.neo4j.driver.net
- org.neo4j.driver.observation - package org.neo4j.driver.observation
- org.neo4j.driver.reactive - package org.neo4j.driver.reactive
- org.neo4j.driver.reactivestreams - package org.neo4j.driver.reactivestreams
- org.neo4j.driver.summary - package org.neo4j.driver.summary
- org.neo4j.driver.types - package org.neo4j.driver.types
- org.neo4j.driver.util - package org.neo4j.driver.util
- overrideAuthToken() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
P
- pageCacheHitRatio() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- pageCacheHitRatio() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
Returns the ratio of page cache hits to total number of lookups or 0 if no data is available.
- pageCacheHits() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- pageCacheHits() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
Returns the number of page cache hits caused by executing the associated execution step.
- pageCacheMisses() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- pageCacheMisses() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
Returns the number of page cache misses caused by executing the associated execution step.
- Pair<K,
V> - Interface in org.neo4j.driver.util -
Immutable pair of a key and a value
- parameters() - Method in class org.neo4j.driver.Query
-
Returns the parameter map.
- parameters(Object...) - Static method in class org.neo4j.driver.Values
-
Helper function for creating a map of parameters, this can be used when you
runqueries. - PARAMETERS_KEY - Static variable in class org.neo4j.driver.internal.security.InternalAuthToken
- path(List<Segment>, List<Node>, List<Relationship>) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- Path - Interface in org.neo4j.driver.types
-
A Path is a directed sequence of relationships between two nodes.
- PATH - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- PATH() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- PATH() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing path. - Path.Segment - Interface in org.neo4j.driver.types
-
A segment combines a relationship in a path with a start and end node that describe the traversal direction for that relationship.
- PathValue - Class in org.neo4j.driver.internal.value
- PathValue(Path) - Constructor for class org.neo4j.driver.internal.value.PathValue
- peek() - Method in interface org.neo4j.driver.Result
-
Investigate the next upcoming record without moving forward in the result.
- peekAsync() - Method in interface org.neo4j.driver.async.ResultCursor
-
Asynchronously investigate the next upcoming
Recordwithout moving forward in the result. - peekAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- peekAsync() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- PemParser - Class in org.neo4j.driver.internal.pki
-
Parse a public or private key.
- PemParser(InputStream) - Constructor for class org.neo4j.driver.internal.pki.PemParser
- PERFORMANCE - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A performance category.
- PERFORMANCE - Static variable in interface org.neo4j.driver.NotificationCategory
-
Deprecated.A performance category.
- plan() - Method in interface org.neo4j.driver.internal.security.BoltSecurityPlanManager
- plan() - Method in class org.neo4j.driver.internal.security.InternalBoltSecurityPlanManager
- plan() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- plan() - Method in interface org.neo4j.driver.summary.ResultSummary
-
This describes how the database will execute your query.
- Plan - Interface in org.neo4j.driver.summary
-
This describes the plan that the database planner produced and used (or will use) to execute your query.
- point(int, double, double) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- point(int, double, double) - Static method in class org.neo4j.driver.Values
-
Returns a value from SRID, x and y values.
- point(int, double, double, double) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- point(int, double, double, double) - Static method in class org.neo4j.driver.Values
-
Returns a value from SRID, x ,y and z values.
- Point - Interface in org.neo4j.driver.types
-
Represents a single point in a particular coordinate reference system.
- POINT - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- POINT() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- POINT() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing point. - PointValue - Class in org.neo4j.driver.internal.value
- PointValue(Point) - Constructor for class org.neo4j.driver.internal.value.PointValue
- pooledConnectionAcquire(String, URI) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- pooledConnectionAcquire(String, URI) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- pooledConnectionAcquire(String, URI) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- pooledConnectionClose(String, URI) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- pooledConnectionClose(String, URI) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- pooledConnectionClose(String, URI) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- pooledConnectionCreate(String, URI) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- pooledConnectionCreate(String, URI) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- pooledConnectionCreate(String, URI) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- pooledConnectionInUse(String, URI) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- pooledConnectionInUse(String, URI) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- pooledConnectionInUse(ImmutableObservation, String, URI) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- port() - Method in interface org.neo4j.driver.net.ServerAddress
-
Retrieve the port portion of this
ServerAddress. - position() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- position() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- position() - Method in interface org.neo4j.driver.summary.GqlNotification
-
Returns a position in the query where this notification points to.
- position() - Method in interface org.neo4j.driver.summary.Notification
-
Deprecated.The position in the query where this notification points to.
- Preconditions - Class in org.neo4j.driver.internal.util
- PrefixedLogger - Class in org.neo4j.driver.internal.logging
- PrefixedLogger(String, Logger) - Constructor for class org.neo4j.driver.internal.logging.PrefixedLogger
- PrefixedLogger(Logger) - Constructor for class org.neo4j.driver.internal.logging.PrefixedLogger
- Preview - Annotation Interface in org.neo4j.driver.util
-
A marker annotation indicating that the annotated target belongs to a preview feature.
- PRINCIPAL_KEY - Static variable in class org.neo4j.driver.internal.security.InternalAuthToken
- profile() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- profile() - Method in interface org.neo4j.driver.summary.ResultSummary
-
This describes how the database did execute your query.
- PROFILED_PLAN_FROM_VALUE - Static variable in class org.neo4j.driver.internal.summary.InternalProfiledPlan
-
Builds a regular plan without profiling information - eg.
- ProfiledPlan - Interface in org.neo4j.driver.summary
-
This is the same as a regular
Plan- except this plan has been executed, meaning it also contains detailed information about how much work each step of the plan incurred on the database. - properties(MapAccessor, Function<Value, V>) - Static method in class org.neo4j.driver.internal.util.Extract
- propertiesSet() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
propertiesSetrecord component. - propertiesSet() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of properties (on both nodes and relationships) set.
- Property - Annotation Interface in org.neo4j.driver.mapping
-
Defines property name that should be mapped to the annotated parameter.
- ProtocolException - Exception Class in org.neo4j.driver.exceptions
-
A signal that the contract for client-server communication has broken down.
- ProtocolException(String) - Constructor for exception class org.neo4j.driver.exceptions.ProtocolException
-
Creates a new instance.
- ProtocolException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.ProtocolException
-
Creates a new instance.
- protocolVersion() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- protocolVersion() - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- protocolVersion() - Method in class org.neo4j.driver.internal.summary.InternalServerInfo
- protocolVersion() - Method in interface org.neo4j.driver.summary.ServerInfo
-
Returns Bolt protocol version with which the remote server communicates.
- providerFactory() - Method in class org.neo4j.driver.internal.adaptedbolt.BoltConnectionProviderFactoryLoader
- pullAllFailureAsync(Observation) - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- pullAllFailureAsync(Observation) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- pullAllFailureAsync(Observation) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- pullSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
pullSummaryrecord component. - PullSummary - Interface in org.neo4j.driver.internal.adaptedbolt.summary
- put(HomeDatabaseCacheKey, String) - Method in interface org.neo4j.driver.internal.homedb.HomeDatabaseCache
Q
- query() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- query() - Method in interface org.neo4j.driver.summary.ResultSummary
-
Returns the query that has been executed.
- Query - Class in org.neo4j.driver
-
The components of a Cypher query, containing the query text and parameter map.
- Query(String) - Constructor for class org.neo4j.driver.Query
-
Create a new query.
- Query(String, Map<String, Object>) - Constructor for class org.neo4j.driver.Query
-
Create a new query.
- Query(String, Value) - Constructor for class org.neo4j.driver.Query
-
Create a new query.
- QueryConfig - Class in org.neo4j.driver
-
Query configuration used by
Driver.executableQuery(String)and its variants. - QueryConfig.Builder - Class in org.neo4j.driver
-
Builder used to configure
QueryConfigwhich will be used to execute a query. - QueryKeys - Class in org.neo4j.driver.internal.util
- QueryKeys(int) - Constructor for class org.neo4j.driver.internal.util.QueryKeys
- QueryKeys(List<String>) - Constructor for class org.neo4j.driver.internal.util.QueryKeys
- QueryKeys(List<String>, Map<String, Integer>) - Constructor for class org.neo4j.driver.internal.util.QueryKeys
- QueryRunner - Interface in org.neo4j.driver
-
An
AutoCloseableextension of theSimpleQueryRunner. - queryType() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- queryType() - Method in interface org.neo4j.driver.summary.ResultSummary
-
Returns the type of query that has been executed.
- QueryType - Enum Class in org.neo4j.driver.summary
-
The type of query executed.
R
- rawCategory() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- rawCategory() - Method in interface org.neo4j.driver.summary.Notification
-
Deprecated.Returns the raw category of the notification as a String returned by the server.
- rawClassification() - Method in exception class org.neo4j.driver.exceptions.Neo4jException
-
Returns the error classification as a
Stringvalue. - rawClassification() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- rawClassification() - Method in interface org.neo4j.driver.summary.GqlNotification
-
Returns notification classification from the diagnostic record as a
Stringvalue retrieved directly from the diagnostic record. - rawSeverity() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- rawSeverity() - Method in interface org.neo4j.driver.summary.GqlNotification
-
Returns the raw severity level of the notification as a String value retrieved directly from the diagnostic record.
- rawSeverityLevel() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- rawSeverityLevel() - Method in interface org.neo4j.driver.summary.Notification
-
Deprecated.Returns the raw severity level of the notification as a String returned by the server.
- ReactiveQueryRunner - Interface in org.neo4j.driver.reactive
-
Common interface for components that can execute Neo4j queries using Reactive API.
- ReactiveQueryRunner - Interface in org.neo4j.driver.reactivestreams
-
Common interface for components that can execute Neo4j queries using Reactive API.
- ReactiveResult - Interface in org.neo4j.driver.reactive
-
A reactive result provides a reactive way to execute query on the server and receives records back.
- ReactiveResult - Interface in org.neo4j.driver.reactivestreams
-
A reactive result provides a reactive way to execute query on the server and receives records back.
- ReactiveSession - Interface in org.neo4j.driver.reactive
-
A reactive session is the same as
Sessionexcept it provides a reactive API. - ReactiveSession - Interface in org.neo4j.driver.reactivestreams
-
A reactive session is the same as
Sessionexcept it provides a reactive API. - ReactiveTransaction - Interface in org.neo4j.driver.reactive
-
Same as
Transactionexcept this reactive transaction exposes a reactive API. - ReactiveTransaction - Interface in org.neo4j.driver.reactivestreams
-
Same as
Transactionexcept this reactive transaction exposes a reactive API. - ReactiveTransactionCallback<T> - Interface in org.neo4j.driver.reactive
-
Callback that executes operations against a given
ReactiveTransactionContext. - ReactiveTransactionCallback<T> - Interface in org.neo4j.driver.reactivestreams
-
Callback that executes operations against a given
ReactiveTransactionContext. - ReactiveTransactionContext - Interface in org.neo4j.driver.reactive
-
A context for running queries within transaction.
- ReactiveTransactionContext - Interface in org.neo4j.driver.reactivestreams
-
A context for running queries within transaction.
- READ - Enum constant in enum class org.neo4j.driver.AccessMode
-
Use this for transactions that requires a read server in a cluster
- READ - Static variable in interface org.neo4j.driver.RoutingControl
-
Routes to the followers in the cluster.
- READ_ONLY - Enum constant in enum class org.neo4j.driver.summary.QueryType
-
Read only.
- READ_WRITE - Enum constant in enum class org.neo4j.driver.summary.QueryType
-
Read write.
- REALM_KEY - Static variable in class org.neo4j.driver.internal.security.InternalAuthToken
- Record - Interface in org.neo4j.driver
-
Container for Cypher result values.
- records() - Method in interface org.neo4j.driver.EagerResult
-
Returns the list of records this result contains.
- records() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveResult
- records() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveResult
- records() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- records() - Method in interface org.neo4j.driver.reactive.ReactiveResult
-
Returns a cold unicast publisher of records.
- records() - Method in interface org.neo4j.driver.reactivestreams.ReactiveResult
-
Returns a cold unicast publisher of records.
- records() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
Returns the number of records this part of the plan produced.
- Records - Class in org.neo4j.driver
-
Static utility methods for retaining records
- recordState - Variable in class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler
- rediscoveryBookmarks() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- reformat(String) - Method in class org.neo4j.driver.internal.logging.PrefixedLogger
- reformat(String) - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- ReformattedLogger - Class in org.neo4j.driver.internal.logging
- ReformattedLogger(Logger) - Constructor for class org.neo4j.driver.internal.logging.ReformattedLogger
- relationship() - Method in interface org.neo4j.driver.types.Path.Segment
-
Returns the relationship underlying this path segment.
- relationship(long, String, long, String, long, String, String, Map<String, Value>) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- Relationship - Interface in org.neo4j.driver.types
-
The Relationship interface describes the characteristics of a relationship from a Neo4j graph.
- RELATIONSHIP - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- RELATIONSHIP() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- RELATIONSHIP() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing relationship. - relationships() - Method in interface org.neo4j.driver.types.Path
-
Create an iterable over the relationships in this path.
- relationshipsCreated() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
relationshipsCreatedrecord component. - relationshipsCreated() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of relationships created.
- relationshipsDeleted() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
relationshipsDeletedrecord component. - relationshipsDeleted() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of relationships deleted.
- RelationshipValue - Class in org.neo4j.driver.internal.value
- RelationshipValue(Relationship) - Constructor for class org.neo4j.driver.internal.value.RelationshipValue
- releaseConnectionAsync() - Method in class org.neo4j.driver.internal.async.NetworkSession
- request(long) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- REQUESTED - Enum constant in enum class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler.RecordState
- requiresClientAuth() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
- requiresClientAuth() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- requiresEncryption() - Method in interface org.neo4j.driver.internal.security.BoltSecurityPlanManager
- requiresEncryption() - Method in class org.neo4j.driver.internal.security.InternalBoltSecurityPlanManager
- requiresEncryption() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
- requiresEncryption() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- requiresHostnameVerification() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
- requiresHostnameVerification() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- requiresRevocationChecking(RevocationCheckingStrategy) - Static method in enum class org.neo4j.driver.RevocationCheckingStrategy
-
Returns whether a given strategy requires revocation checking.
- resetAsync() - Method in class org.neo4j.driver.internal.async.NetworkSession
- resetSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
resetSummaryrecord component. - 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
-
A Resource is an
AutoCloseablethat allows introspecting if it already has been closed through itsResource.isOpen()method. - Result - Interface in org.neo4j.driver
-
The result of running a Cypher query, conceptually a stream of
records. - resultAvailableAfter(TimeUnit) - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- resultAvailableAfter(TimeUnit) - Method in interface org.neo4j.driver.summary.ResultSummary
-
The time it took the server to make the result available for consumption.
- resultConsume(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- resultConsume(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- resultConsumedAfter(TimeUnit) - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- resultConsumedAfter(TimeUnit) - Method in interface org.neo4j.driver.summary.ResultSummary
-
The time it took the server to consume the result.
- ResultConsumedException - Exception Class 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
QueryRunnerwhere the resources are created has already been closed. - ResultConsumedException(String) - Constructor for exception class org.neo4j.driver.exceptions.ResultConsumedException
-
Creates a new instance.
- resultCursor() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- ResultCursor - Interface in org.neo4j.driver.async
-
The result of asynchronous execution of a Cypher query, conceptually an asynchronous stream of
records. - ResultCursorImpl - Class in org.neo4j.driver.internal.cursor
- ResultCursorImpl(DriverBoltConnection, Query, long, Consumer<DatabaseBookmark>, boolean, CompletableFuture<UnmanagedTransaction>, Consumer<String>, ApiTelemetryWork, DriverObservationProvider, Class<?>) - Constructor for class org.neo4j.driver.internal.cursor.ResultCursorImpl
- ResultCursorsHolder - Class in org.neo4j.driver.internal.async
- ResultCursorsHolder() - Constructor for class org.neo4j.driver.internal.async.ResultCursorsHolder
- resultList(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- resultList(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- resultNext(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- resultNext(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- resultPeek(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- resultPeek(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- resultRecords(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- resultRecords(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- resultSingle(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- resultSingle(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- ResultSummary - Interface in org.neo4j.driver.summary
-
The result summary of running a query.
- rethrowAsyncException(ExecutionException) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- retry(Supplier<T>) - Method in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- retry(Supplier<T>) - Method in interface org.neo4j.driver.internal.retry.RetryLogic
- RetryableException - Interface in org.neo4j.driver.exceptions
-
A marker interface for retryable exceptions.
- retryAsync(Supplier<CompletionStage<T>>) - Method in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- retryAsync(Supplier<CompletionStage<T>>) - Method in interface org.neo4j.driver.internal.retry.RetryLogic
- retryLogic() - Method in class org.neo4j.driver.internal.async.NetworkSession
- RetryLogic - Interface in org.neo4j.driver.internal.retry
- retryRx(Publisher<T>) - Method in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- retryRx(Publisher<T>) - Method in interface org.neo4j.driver.internal.retry.RetryLogic
- RetrySettings - Record Class in org.neo4j.driver.internal.retry
- RetrySettings(long) - Constructor for record class org.neo4j.driver.internal.retry.RetrySettings
-
Creates an instance of a
RetrySettingsrecord class. - revocationCheckingStrategy() - Method in class org.neo4j.driver.Config.TrustStrategy
-
The revocation strategy used for verifying certificates.
- revocationCheckingStrategy() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
- revocationCheckingStrategy() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- RevocationCheckingStrategy - Enum Class in org.neo4j.driver
-
Defines strategy for revocation checks.
- rollback() - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
-
Rolls back this instance by releasing connection with RESET.
- rollback() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- rollback() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- rollback() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- rollback() - Method in interface org.neo4j.driver.reactive.ReactiveTransaction
-
Rolls back the transaction.
- rollback() - Method in interface org.neo4j.driver.reactivestreams.ReactiveTransaction
-
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.
- rollbackAsync() - Method in class org.neo4j.driver.internal.async.InternalAsyncTransaction
- rollbackAsync(Observation) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- rollbackSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
rollbackSummaryrecord component. - rotate(ClientCertificate) - Method in interface org.neo4j.driver.RotatingClientCertificateManager
-
Rotates the current
ClientCertificate. - rotating(ClientCertificate) - Static method in class org.neo4j.driver.ClientCertificateManagers
-
Returns a
RotatingClientCertificateManagerthat supports rotating itsClientCertificateusing theRotatingClientCertificateManager.rotate(ClientCertificate)method. - RotatingClientCertificateManager - Interface in org.neo4j.driver
-
A
ClientCertificateManagerthat supports rotating itsClientCertificate. - routeSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
routeSummaryrecord component. - routing() - Method in class org.neo4j.driver.QueryConfig
-
Returns routing mode for the query.
- RoutingControl - Interface in org.neo4j.driver
-
Defines routing mode for query.
- routingTablePurgeDelayMillis() - Method in class org.neo4j.driver.Config
-
Returns stale routing table purge delay.
- run(String) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- run(String) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- run(String) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- run(String) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- run(String) - Method in class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
- run(String) - Method in interface org.neo4j.driver.reactive.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(String) - Method in interface org.neo4j.driver.reactivestreams.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(String) - Method in interface org.neo4j.driver.SimpleQueryRunner
-
Run a query and return a result stream.
- run(String, Map<String, Object>) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- run(String, Map<String, Object>) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- run(String, Map<String, Object>) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- run(String, Map<String, Object>) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- run(String, Map<String, Object>) - Method in class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
- run(String, Map<String, Object>) - Method in interface org.neo4j.driver.reactive.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(String, Map<String, Object>) - Method in interface org.neo4j.driver.reactivestreams.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(String, Map<String, Object>) - Method in interface org.neo4j.driver.SimpleQueryRunner
-
Run a query and return a result stream.
- run(String, Map<String, Object>, TransactionConfig) - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Run a query with parameters in an auto-commit transaction with specified
TransactionConfigand return a publisher ofReactiveResult. - run(String, Map<String, Object>, TransactionConfig) - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Run a query with parameters in an auto-commit transaction with specified
TransactionConfigand return a publisher ofReactiveResult. - 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(String, Record) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- run(String, Record) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- run(String, Record) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- run(String, Record) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- run(String, Record) - Method in class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
- run(String, Record) - Method in interface org.neo4j.driver.reactive.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(String, Record) - Method in interface org.neo4j.driver.reactivestreams.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(String, Record) - Method in interface org.neo4j.driver.SimpleQueryRunner
-
Run a query and return a result stream.
- run(String, TransactionConfig) - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Run a query with parameters in an auto-commit transaction with specified
TransactionConfigand return a publisher ofReactiveResult. - run(String, TransactionConfig) - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Run a query with parameters in an auto-commit transaction with specified
TransactionConfigand return a publisher ofReactiveResult. - 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, Value) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- run(String, Value) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- run(String, Value) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- run(String, Value) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- run(String, Value) - Method in class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
- run(String, Value) - Method in interface org.neo4j.driver.reactive.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(String, Value) - Method in interface org.neo4j.driver.reactivestreams.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(String, Value) - Method in interface org.neo4j.driver.SimpleQueryRunner
-
Run a query and return a result stream.
- run(Query) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- run(Query) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- run(Query) - Method in class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
- run(Query) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- run(Query) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
- run(Query) - Method in interface org.neo4j.driver.reactive.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(Query) - Method in interface org.neo4j.driver.reactivestreams.ReactiveQueryRunner
-
Register running of a query and return a publisher of
ReactiveResult. - run(Query) - Method in interface org.neo4j.driver.SimpleQueryRunner
-
Run a query and return a result stream.
- run(Query, TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- run(Query, TransactionConfig) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- run(Query, TransactionConfig) - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Run a query in an auto-commit transaction with specified
configurationand return a publisher ofReactiveResult. - run(Query, TransactionConfig) - Method in interface org.neo4j.driver.reactivestreams.ReactiveSession
-
Run a query in an auto-commit transaction with specified
configurationand return a publisher ofReactiveResult. - 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. - run(Query, TransactionConfig, Function<RxResultCursor, T>, Observation) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- runAsync(String) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStagewith a result cursor. - runAsync(String) - Method in class org.neo4j.driver.internal.async.AsyncAbstractQueryRunner
- runAsync(String, Map<String, Object>) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStagewith a result cursor. - runAsync(String, Map<String, Object>) - Method in class org.neo4j.driver.internal.async.AsyncAbstractQueryRunner
- 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
configurationand return aCompletionStagewith a result cursor. - runAsync(String, Map<String, Object>, TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- runAsync(String, Record) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStagewith a result cursor. - runAsync(String, Record) - Method in class org.neo4j.driver.internal.async.AsyncAbstractQueryRunner
- runAsync(String, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Run a query asynchronously in an auto-commit transaction with the specified
configurationand return aCompletionStagewith a result cursor. - runAsync(String, TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- runAsync(String, Value) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStagewith a result cursor. - runAsync(String, Value) - Method in class org.neo4j.driver.internal.async.AsyncAbstractQueryRunner
- runAsync(Query) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
-
Run a query asynchronously and return a
CompletionStagewith a result cursor. - runAsync(Query) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- runAsync(Query) - Method in class org.neo4j.driver.internal.async.InternalAsyncTransaction
- runAsync(Query, Observation, Class<?>) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- runAsync(Query, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Run a query asynchronously in an auto-commit transaction with the specified
configurationand return aCompletionStagewith a result cursor. - runAsync(Query, TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
- runAsync(Query, TransactionConfig, Observation, Class<?>) - Method in class org.neo4j.driver.internal.async.NetworkSession
- runRx(Query, Observation) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- runRx(Query, TransactionConfig, CompletionStage<RxResultCursor>, Observation) - Method in class org.neo4j.driver.internal.async.NetworkSession
- RunRxResponseHandler(Logging, DriverBoltConnection, Query, Consumer<DatabaseBookmark>, AtomicBoolean, Consumer<String>) - Constructor for class org.neo4j.driver.internal.async.NetworkSession.RunRxResponseHandler
- runSummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
runSummaryrecord component. - runTransaction(AccessMode, Function<S, ? extends Publisher<T>>, TransactionConfig, Class<? extends BaseSession>, DriverObservationProvider) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- RxResultCursor - Interface in org.neo4j.driver.internal.cursor
- RxResultCursorImpl - Class in org.neo4j.driver.internal.cursor
- RxResultCursorImpl(DriverBoltConnection, Query, RunSummary, Throwable, Consumer<DatabaseBookmark>, boolean, Logging) - Constructor for class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- RxUtils - Class in org.neo4j.driver.internal.reactive
- RxUtils() - Constructor for class org.neo4j.driver.internal.reactive.RxUtils
S
- SCHEMA - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A schema category.
- SCHEMA - Static variable in interface org.neo4j.driver.NotificationCategory
-
Deprecated.A schema category.
- SCHEMA_WRITE - Enum constant in enum class org.neo4j.driver.summary.QueryType
-
Schema write.
- scheme() - Method in class org.neo4j.driver.internal.adaptedbolt.BoltConnectionProviderFactoryLoader
- SCHEME_KEY - Static variable in class org.neo4j.driver.internal.security.InternalAuthToken
- scoped(DriverObservationProvider, Observation, Supplier<T>) - Static method in class org.neo4j.driver.internal.observation.util.ObservationUtil
- scopedObservation() - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- scopedObservation() - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- scopedObservation() - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- seconds() - Method in interface org.neo4j.driver.types.IsoDuration
-
Retrieve amount of seconds in this duration.
- SECURITY - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A security category.
- SECURITY - Static variable in interface org.neo4j.driver.NotificationCategory
-
Deprecated.A security category.
- securityException() - Method in exception class org.neo4j.driver.exceptions.SecurityRetryableException
-
Returns the original security exception.
- SecurityException - Exception Class in org.neo4j.driver.exceptions
-
Failed to communicate with the server due to security errors.
- SecurityException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.SecurityException
-
Creates a new instance.
- SecurityException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.SecurityException
-
Creates a new instance.
- SecurityException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.SecurityException
-
Creates a new instance.
- SecurityPlan - Interface in org.neo4j.driver.internal.security
-
A SecurityPlan consists of encryption and trust details.
- SecurityPlan.SSLContextSupplier - Interface in org.neo4j.driver.internal.security
- SecurityPlanImpl - Class in org.neo4j.driver.internal.security
-
A SecurityPlan consists of encryption and trust details.
- SecurityPlans - Class in org.neo4j.driver.internal.security
- SecurityPlans() - Constructor for class org.neo4j.driver.internal.security.SecurityPlans
- SecurityRetryableException - Exception Class in org.neo4j.driver.exceptions
-
Indicates that the contained
SecurityExceptionis aRetryableException, which is determined by theAuthTokenManager.handleSecurityException(AuthToken, SecurityException)method. - SecurityRetryableException(SecurityException) - Constructor for exception class org.neo4j.driver.exceptions.SecurityRetryableException
-
Creates a new instance.
- segment(Node, Relationship, Node) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- server() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- server() - Method in interface org.neo4j.driver.summary.ResultSummary
-
The basic information of the server where the result is obtained from
- serverAddress() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- serverAddress() - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- 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.
- serverAgent() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- serverAgent() - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- ServerInfo - Interface in org.neo4j.driver.summary
-
Provides some basic information of the server where the result is obtained from.
- serverSideRoutingEnabled() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- serverSideRoutingEnabled() - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- ServiceUnavailableException - Exception Class in org.neo4j.driver.exceptions
-
An ServiceUnavailableException indicates that the driver cannot communicate with the cluster.
- ServiceUnavailableException(String) - Constructor for exception class org.neo4j.driver.exceptions.ServiceUnavailableException
-
Creates a new instance.
- ServiceUnavailableException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.ServiceUnavailableException
-
Creates a new instance.
- session - Variable in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- session() - Method in interface org.neo4j.driver.Driver
-
Create a new general purpose
Sessionwith defaultsession configuration. - session(Class<T>) - Method in interface org.neo4j.driver.Driver
-
Instantiate a new session of supported type with default
session configuration. - session(Class<T>, AuthToken) - Method in interface org.neo4j.driver.Driver
-
Instantiate a new session of a supported type with the supplied
AuthToken. - session(Class<T>, SessionConfig) - Method in interface org.neo4j.driver.Driver
-
Create a new session of supported type with a specified
session configuration. - session(Class<T>, SessionConfig, AuthToken) - Method in interface org.neo4j.driver.Driver
-
Instantiate a new session of a supported type with the supplied
session configurationandAuthToken. - session(SessionConfig) - Method in interface org.neo4j.driver.Driver
-
Instantiate a new
Sessionwith a specifiedsession configuration. - Session - Interface in org.neo4j.driver
-
Provides a context of work for database interactions.
- sessionClose(Class<? extends BaseSession>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- sessionClose(Class<? extends BaseSession>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- 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
SessionConfigwhich will be used to create a session. - sessionExecute(Class<? extends BaseSession>, AccessMode) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- sessionExecute(Class<? extends BaseSession>, AccessMode) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- SessionExpiredException - Exception Class 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 class org.neo4j.driver.exceptions.SessionExpiredException
-
Creates a new instance.
- SessionExpiredException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.SessionExpiredException
-
Creates a new instance.
- sessionRun(Class<? extends BaseSession>, String, MapAccessor) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- sessionRun(Class<? extends BaseSession>, String, MapAccessor) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- setEnabled(boolean) - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- severity() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- severity() - Method in interface org.neo4j.driver.summary.GqlNotification
-
Returns the severity level of the notification derived from the diagnostic record.
- severityLevel() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- severityLevel() - Method in interface org.neo4j.driver.summary.Notification
-
Deprecated.Returns the severity level of the notification.
- SimpleQueryRunner - Interface in org.neo4j.driver
-
Common interface for components that can execute Neo4j queries.
- 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
- single(Iterable<T>) - Static method in class org.neo4j.driver.internal.util.Iterables
- 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.
- singleAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- singleAsync() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- SingleRoutedBoltConnectionSource - Class in org.neo4j.driver.internal.adaptedbolt
- SingleRoutedBoltConnectionSource(BoltConnectionSource<BoltConnectionParameters>) - Constructor for class org.neo4j.driver.internal.adaptedbolt.SingleRoutedBoltConnectionSource
- size() - Method in interface org.neo4j.driver.internal.value.InternalValue
- size() - Method in class org.neo4j.driver.internal.value.BytesValue
- size() - Method in class org.neo4j.driver.internal.value.EntityValueAdapter
- size() - Method in class org.neo4j.driver.internal.value.ListValue
- size() - Method in class org.neo4j.driver.internal.value.MapValue
- size() - Method in class org.neo4j.driver.internal.value.PathValue
- size() - Method in class org.neo4j.driver.internal.value.StringValue
- size() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- 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.
- sleep(long) - Method in interface org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic.SleepTask
- slf4j() - Static method in interface org.neo4j.driver.Logging
-
Deprecated.Create logging implementation that uses SLF4J.
- Slf4jLogging - Class in org.neo4j.driver.internal.logging
-
Internal implementation of the SLF4J logging.
- Slf4jLogging() - Constructor for class org.neo4j.driver.internal.logging.Slf4jLogging
- srid() - Method in interface org.neo4j.driver.types.Point
-
Retrieve identifier of the coordinate reference system for this point.
- sslContext() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
- sslContext() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- start() - Method in interface org.neo4j.driver.internal.observation.BoltExchangeObservation
- start() - Method in interface org.neo4j.driver.internal.observation.BoltHandleObservation
- start() - Method in interface org.neo4j.driver.internal.observation.HttpExchangeObservation
- start() - Method in class org.neo4j.driver.internal.observation.NoopBoltExchangeObservation
- start() - Method in class org.neo4j.driver.internal.observation.NoopBoltHandleObservation
- start() - Method in class org.neo4j.driver.internal.observation.NoopHttpExchangeObservation
- start() - Method in class org.neo4j.driver.internal.observation.NoopObservation
- start() - Method in interface org.neo4j.driver.internal.observation.Observation
- 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
-
Returns the start node of this path.
- startNodeElementId() - Method in interface org.neo4j.driver.types.Relationship
-
The id of the node where this relationship starts.
- startNodeId() - Method in interface org.neo4j.driver.types.Relationship
-
Deprecated.superseded by
Relationship.startNodeElementId() - StaticAuthTokenManager - Class in org.neo4j.driver.internal.security
- StaticAuthTokenManager(AuthToken) - Constructor for class org.neo4j.driver.internal.security.StaticAuthTokenManager
- statusCode() - Method in interface org.neo4j.driver.internal.observation.HttpExchangeObservation.Response
- statusDescription - Variable in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- statusDescription() - Method in exception class org.neo4j.driver.exceptions.Neo4jException
-
Returns the GQLSTATUS description.
- statusDescription() - Method in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- statusDescription() - Method in interface org.neo4j.driver.summary.GqlStatusObject
-
The GQLSTATUS description.
- stop() - Method in class org.neo4j.driver.internal.observation.NoopObservation
- stop() - Method in interface org.neo4j.driver.internal.observation.Observation
- 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
Streamof records. - STRICT - Enum constant in enum class org.neo4j.driver.RevocationCheckingStrategy
-
Require stapled revocation status and verify OCSP revocation checks, fail if no revocation status is stapled to the certificate.
- STRING - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- STRING() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- STRING() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing string. - StringValue - Class in org.neo4j.driver.internal.value
- StringValue(String) - Constructor for class org.neo4j.driver.internal.value.StringValue
- SUCCESS - Static variable in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- summaries() - Method in class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler
- Summaries(BeginSummary, RunSummary, List<List<Value>>, PullSummary, DiscardSummary, CommitSummary, RollbackSummary, ResetSummary, RouteSummary, LogoffSummary, LogonSummary, TelemetrySummary, int) - Constructor for record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Creates an instance of a
Summariesrecord class. - summary() - Method in interface org.neo4j.driver.EagerResult
-
Returns the result summary.
- summaryAsync(Observation) - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- summaryAsync(Observation) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- SummaryCounters - Interface in org.neo4j.driver.summary
-
Contains counters for various operations that a query triggered.
- supplyInScope(ImmutableObservation, Supplier<T>) - Method in class org.neo4j.driver.internal.adaptedbolt.BoltObservationProvider
- supports(MapAccessor, Class<?>) - Method in interface org.neo4j.driver.internal.value.mapping.MapAccessorMapper
- supportsMultiDb() - Method in interface org.neo4j.driver.Driver
-
Returns true if the server or cluster the driver connects to supports multi-databases, otherwise false.
- supportsMultiDb() - Method in class org.neo4j.driver.internal.adaptedbolt.AdaptingDriverBoltConnectionSource
- supportsMultiDb() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnectionSource
- supportsMultiDb() - Method in class org.neo4j.driver.internal.adaptedbolt.SingleRoutedBoltConnectionSource
- supportsMultiDbAsync() - Method in interface org.neo4j.driver.Driver
-
Asynchronous check if the server or cluster the driver connects to supports multi-databases.
- supportsSessionAuth() - Method in interface org.neo4j.driver.Driver
-
Checks if session auth is supported.
- supportsSessionAuth() - Method in class org.neo4j.driver.internal.adaptedbolt.AdaptingDriverBoltConnectionSource
- supportsSessionAuth() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnectionSource
- supportsSessionAuth() - Method in class org.neo4j.driver.internal.adaptedbolt.SingleRoutedBoltConnectionSource
- systemLogging() - Static method in interface org.neo4j.driver.Logging
-
Deprecated.Returns logging implementation that uses
System.Logger. - SystemLogging - Class in org.neo4j.driver.internal.logging
- SystemLogging() - Constructor for class org.neo4j.driver.internal.logging.SystemLogging
- systemUpdates() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
systemUpdatesrecord component. - systemUpdates() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Returns the number of system updates performed by this query.
T
- telemetryApi() - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
-
Returns the value of the
telemetryApirecord component. - telemetrySummary() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
telemetrySummaryrecord component. - telemetrySupported() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- telemetrySupported() - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- terminate() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
-
THIS IS A PRIVATE API
- terminateAsync() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- TerminationAwareStateLockingExecutor - Interface in org.neo4j.driver.internal.async
- text() - Method in class org.neo4j.driver.Query
-
Returns the query text.
- time() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- time() - Method in interface org.neo4j.driver.summary.ProfiledPlan
-
Returns the amount of time spent in the associated execution step.
- TIME - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- TIME() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- TIME() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing time. - timeout() - Method in class org.neo4j.driver.QueryConfig
-
Get the configured transaction timeout.
- timeout() - Method in class org.neo4j.driver.TransactionConfig
-
Get the configured transaction timeout.
- TimeValue - Class in org.neo4j.driver.internal.value
- TimeValue(OffsetTime) - Constructor for class org.neo4j.driver.internal.value.TimeValue
- title() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- title() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- title() - Method in interface org.neo4j.driver.summary.Notification
-
Deprecated.Returns a short summary of the notification.
- toArray() - Method in interface org.neo4j.driver.types.Float32Vector
-
Returns array with vector elements.
- toArray() - Method in interface org.neo4j.driver.types.Float64Vector
-
Returns array with vector elements.
- toArray() - Method in interface org.neo4j.driver.types.Int16Vector
-
Returns array with vector elements.
- toArray() - Method in interface org.neo4j.driver.types.Int32Vector
-
Returns array with vector elements.
- toArray() - Method in interface org.neo4j.driver.types.Int64Vector
-
Returns array with vector elements.
- toArray() - Method in interface org.neo4j.driver.types.Int8Vector
-
Returns array with vector elements.
- toBoltMap(Map<String, Value>) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- toDriverList(List<Value>) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- toDriverMap(Map<String, Value>) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- TokenExpiredException - Exception Class in org.neo4j.driver.exceptions
-
The provided token has expired.
- TokenExpiredException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.TokenExpiredException
-
Creates a new instance.
- TokenExpiredException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.TokenExpiredException
-
Creates a new instance.
- toMap() - Method in class org.neo4j.driver.internal.security.InternalAuthToken
- TOPOLOGY - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A topology category.
- TOPOLOGY - Static variable in interface org.neo4j.driver.NotificationCategory
-
Deprecated.A topology category.
- toString() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.retry.RetrySettings
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.security.InternalAuthTokenAndExpiration
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.summary.InternalDatabaseInfo
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.summary.InternalGqlNotification
- toString() - Method in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- toString() - Method in record class org.neo4j.driver.internal.summary.InternalInputPosition
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- toString() - Method in class org.neo4j.driver.internal.summary.InternalPlan
- toString() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- toString() - Method in class org.neo4j.driver.internal.summary.InternalServerInfo
- toString() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.value.BytesValue
- toString() - Method in class org.neo4j.driver.internal.value.FloatValue
- toString() - Method in class org.neo4j.driver.internal.value.IntegerValue
- toString() - Method in class org.neo4j.driver.internal.value.ListValue
- toString() - Method in class org.neo4j.driver.internal.value.MapValue
- toString() - Method in class org.neo4j.driver.internal.value.NullValue
- toString() - Method in class org.neo4j.driver.internal.value.ObjectValueAdapter
- toString() - Method in class org.neo4j.driver.internal.value.StringValue
- toString() - Method in class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- toString() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- toString() - Method in class org.neo4j.driver.Query
- toString() - Method in class org.neo4j.driver.QueryConfig
- toString() - Method in class org.neo4j.driver.SessionConfig
- toString() - Method in class org.neo4j.driver.TransactionConfig
- toString() - Method in interface org.neo4j.driver.types.Float32Vector
-
Returns Neo4j Vector as a
String. - toString() - Method in interface org.neo4j.driver.types.Float64Vector
-
Returns Neo4j Vector as a
String. - toString() - Method in interface org.neo4j.driver.types.Int16Vector
-
Returns Neo4j Vector as a
String. - toString() - Method in interface org.neo4j.driver.types.Int32Vector
-
Returns Neo4j Vector as a
String. - toString() - Method in interface org.neo4j.driver.types.Int64Vector
-
Returns Neo4j Vector as a
String. - toString() - Method in interface org.neo4j.driver.types.Int8Vector
-
Returns Neo4j Vector as a
String. - toString() - Method in interface org.neo4j.driver.Value
- trace(String, Object...) - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- trace(String, Object...) - Method in class org.neo4j.driver.internal.logging.JULogger
- trace(String, Object...) - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- trace(String, Object...) - Method in interface org.neo4j.driver.Logger
-
Deprecated.Logs binary sent and received by this driver.
- Transaction - Interface in org.neo4j.driver
-
Logical container for an atomic unit of work.
- TransactionCallback<T> - Interface in org.neo4j.driver
-
Callback that executes operations in a given
TransactionContext. - transactionClose(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- transactionClose(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- transactionCommit(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- transactionCommit(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- TransactionConfig - Class in org.neo4j.driver
-
Configuration object containing settings for transactions.
- TransactionConfig.Builder - Class in org.neo4j.driver
-
Builder used to construct
transaction configurationobjects. - TransactionContext - Interface in org.neo4j.driver
-
A context for running queries within transaction.
- TransactionNestingException - Exception Class 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 class org.neo4j.driver.exceptions.TransactionNestingException
-
Creates a new instance.
- transactionRollback(Class<?>) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- transactionRollback(Class<?>) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- transactionRun(Class<?>, String, MapAccessor) - Method in interface org.neo4j.driver.internal.observation.DriverObservationProvider
- transactionRun(Class<?>, String, MapAccessor) - Method in class org.neo4j.driver.internal.observation.NoopObservationProvider
- TransactionTerminatedException - Exception Class in org.neo4j.driver.exceptions
-
Indicates that the transaction has been terminated.
- TransactionTerminatedException(String) - Constructor for exception class org.neo4j.driver.exceptions.TransactionTerminatedException
-
Creates a new instance.
- TransactionTerminatedException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.TransactionTerminatedException
-
Creates a new instance.
- TransactionTerminatedException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.TransactionTerminatedException
-
Creates a new instance.
- TransactionTerminatedException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.TransactionTerminatedException
-
Creates a new instance.
- TRANSIENT_ERROR - Enum constant in enum class org.neo4j.driver.exceptions.GqlStatusErrorClassification
-
Transient error.
- TransientException - Exception Class in org.neo4j.driver.exceptions
-
A TransientException signals a temporary fault that may be worked around by retrying.
- TransientException(String, String) - Constructor for exception class org.neo4j.driver.exceptions.TransientException
-
Creates a new instance.
- TransientException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.TransientException
-
Creates a new instance.
- TRUE - Static variable in class org.neo4j.driver.internal.value.BooleanValue
- TRUST_ALL_CERTIFICATES - Enum constant in enum class org.neo4j.driver.Config.TrustStrategy.Strategy
-
Trust all certificates.
- TRUST_CUSTOM_CA_SIGNED_CERTIFICATES - Enum constant in enum class org.neo4j.driver.Config.TrustStrategy.Strategy
-
Trust custom CA-signed certificates.
- TRUST_SYSTEM_CA_SIGNED_CERTIFICATES - Enum constant in enum class org.neo4j.driver.Config.TrustStrategy.Strategy
-
Trust system CA-signed certificates.
- 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
-
Returns the strategy to use to determine the authenticity of an encryption certificate provided by the Neo4j instance we are connecting to.
- trustSystemCertificates() - Static method in class org.neo4j.driver.Config.TrustStrategy
-
Trust strategy for certificates that can be verified through the local system store.
- tx - Variable in class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- type() - Method in class org.neo4j.driver.internal.value.BooleanValue
- type() - Method in class org.neo4j.driver.internal.value.BytesValue
- type() - Method in class org.neo4j.driver.internal.value.DateTimeValue
- type() - Method in class org.neo4j.driver.internal.value.DateValue
- type() - Method in class org.neo4j.driver.internal.value.DurationValue
- type() - Method in class org.neo4j.driver.internal.value.FloatValue
- type() - Method in class org.neo4j.driver.internal.value.IntegerValue
- type() - Method in class org.neo4j.driver.internal.value.ListValue
- type() - Method in class org.neo4j.driver.internal.value.LocalDateTimeValue
- type() - Method in class org.neo4j.driver.internal.value.LocalTimeValue
- type() - Method in class org.neo4j.driver.internal.value.MapValue
- type() - Method in class org.neo4j.driver.internal.value.NodeValue
- type() - Method in class org.neo4j.driver.internal.value.NullValue
- type() - Method in class org.neo4j.driver.internal.value.PathValue
- type() - Method in class org.neo4j.driver.internal.value.PointValue
- type() - Method in class org.neo4j.driver.internal.value.RelationshipValue
- type() - Method in class org.neo4j.driver.internal.value.StringValue
- type() - Method in class org.neo4j.driver.internal.value.TimeValue
- type() - Method in class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- type() - Method in class org.neo4j.driver.internal.value.UnsupportedTypeValue
- type() - Method in class org.neo4j.driver.internal.value.VectorValue
- type() - Method in interface org.neo4j.driver.types.Relationship
-
Return the type of this relationship.
- type() - Method in interface org.neo4j.driver.Value
-
Returns the type of this value as defined in the Neo4j type system.
- Type - Interface in org.neo4j.driver.types
-
The type of
Valueas defined by the Cypher language - TYPE_SYSTEM - Static variable in class org.neo4j.driver.internal.types.InternalTypeSystem
- typeConstructor() - Method in interface org.neo4j.driver.internal.value.InternalValue
- typeConstructor() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- TypeConstructor - Enum Class in org.neo4j.driver.internal.types
- TypeRepresentation - Class in org.neo4j.driver.internal.types
- TypeRepresentation(TypeConstructor) - Constructor for class org.neo4j.driver.internal.types.TypeRepresentation
- TypeSystem - Interface in org.neo4j.driver.types
-
A listing of all database types this driver can handle.
U
- Uncoercible - Exception Class in org.neo4j.driver.exceptions.value
-
A Uncoercible exception indicates that the conversion cannot be achieved.
- Uncoercible(String, String) - Constructor for exception class org.neo4j.driver.exceptions.value.Uncoercible
-
Creates a new instance.
- UnmanagedTransaction - Class in org.neo4j.driver.internal.async
- UnmanagedTransaction(DriverBoltConnection, DatabaseName, AccessMode, String, Consumer<DatabaseBookmark>, long, NotificationConfig, ApiTelemetryWork, Consumer<String>, Logging, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.async.UnmanagedTransaction
- UnmanagedTransaction(DriverBoltConnection, DatabaseName, AccessMode, String, Consumer<DatabaseBookmark>, long, ResultCursorsHolder, NotificationConfig, ApiTelemetryWork, Consumer<String>, Logging, DriverObservationProvider) - Constructor for class org.neo4j.driver.internal.async.UnmanagedTransaction
- UNRECOGNIZED - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
An unrecognized category.
- UNRECOGNIZED - Static variable in interface org.neo4j.driver.NotificationCategory
-
Deprecated.An unrecognized category.
- Unsizable - Exception Class in org.neo4j.driver.exceptions.value
-
An Unsizable exception indicates that the value does not have a size.
- Unsizable(String) - Constructor for exception class org.neo4j.driver.exceptions.value.Unsizable
-
Creates a new instance.
- UNSUPPORTED - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- UNSUPPORTED - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
An unsupported category.
- UNSUPPORTED - Static variable in interface org.neo4j.driver.NotificationCategory
-
Deprecated.An unsupported category.
- UNSUPPORTED() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- UNSUPPORTED() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing an unsupported type. - unsupportedDateTimeValue(DateTimeException) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- UnsupportedDateTimeValue - Class in org.neo4j.driver.internal.value
- UnsupportedDateTimeValue(DateTimeException) - Constructor for class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- UnsupportedFeatureException - Exception Class in org.neo4j.driver.exceptions
-
A feature is not supported in a given setup.
- UnsupportedFeatureException(String) - Constructor for exception class org.neo4j.driver.exceptions.UnsupportedFeatureException
-
Constructs a new instance.
- UnsupportedFeatureException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.UnsupportedFeatureException
-
Constructs a new instance.
- unsupportedType(String, BoltProtocolVersion, Map<String, Value>) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- UnsupportedType - Interface in org.neo4j.driver.types
-
An object instance of
TypeSystem.UNSUPPORTED()type. - UnsupportedTypeValue - Class in org.neo4j.driver.internal.value
- UnsupportedTypeValue(UnsupportedType) - Constructor for class org.neo4j.driver.internal.value.UnsupportedTypeValue
- UntrustedServerException - Exception Class in org.neo4j.driver.exceptions
-
Thrown if the remote server cannot be verified as Neo4j.
- UntrustedServerException(String) - Constructor for exception class org.neo4j.driver.exceptions.UntrustedServerException
-
Creates a new instance.
- updateBookmarks(Set<Bookmark>, Set<Bookmark>) - Method in interface org.neo4j.driver.BookmarkManager
-
Updates bookmarks by deleting the given previous bookmarks and adding the new bookmarks.
- updateRecordState(AbstractRecordStateResponseHandler.RecordState) - Method in class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler
- userAgent() - Method in class org.neo4j.driver.Config
-
Returns the user_agent configured for this driver.
V
- ValidatingAuthTokenManager - Class in org.neo4j.driver.internal.security
- ValidatingAuthTokenManager(AuthTokenManager, Logging) - Constructor for class org.neo4j.driver.internal.security.ValidatingAuthTokenManager
- value() - Method in interface org.neo4j.driver.Bookmark
-
Returns a string that this bookmark instance identifies.
- value() - Element in annotation interface org.neo4j.driver.mapping.Property
-
The property name that should be mapped to the annotated parameter.
- value() - Method in interface org.neo4j.driver.util.Pair
-
Returns the property value.
- value(boolean) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(boolean) - Static method in class org.neo4j.driver.Values
-
Returns a value from boolean.
- value(boolean...) - Static method in class org.neo4j.driver.Values
-
Returns a value from boolean vararg.
- value(byte[]) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(byte...) - Static method in class org.neo4j.driver.Values
-
Returns a value from byte vararg.
- value(char) - Static method in class org.neo4j.driver.Values
-
Returns a value from char.
- value(char...) - Static method in class org.neo4j.driver.Values
-
Returns a value from char vararg.
- value(double) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(double) - Static method in class org.neo4j.driver.Values
-
Returns a value from double.
- value(double...) - Static method in class org.neo4j.driver.Values
-
Returns a value from double vararg.
- value(float...) - Static method in class org.neo4j.driver.Values
-
Returns a value from float vararg.
- value(int) - Static method in class org.neo4j.driver.Values
-
Returns a value from int.
- value(int...) - Static method in class org.neo4j.driver.Values
-
Returns a value from int vararg.
- value(long) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(long) - Static method in class org.neo4j.driver.Values
-
Returns a value from long.
- value(long...) - Static method in class org.neo4j.driver.Values
-
Returns a value from long vararg.
- value(short...) - Static method in class org.neo4j.driver.Values
-
Returns a value from short vararg.
- value(Iterable<Object>) - Static method in class org.neo4j.driver.Values
-
Returns a value from iterable of objects.
- value(Object) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(Object) - Static method in class org.neo4j.driver.Values
-
Returns a value from object.
- value(Record) - Static method in class org.neo4j.driver.Values
- value(String) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(String) - Static method in class org.neo4j.driver.Values
-
Returns a value from string.
- value(String...) - Static method in class org.neo4j.driver.Values
-
Returns a value from string vararg.
- value(Duration) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(Duration) - Static method in class org.neo4j.driver.Values
-
Returns a value from duration.
- value(LocalDate) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(LocalDate) - Static method in class org.neo4j.driver.Values
-
Returns a value from local date.
- value(LocalDateTime) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(LocalDateTime) - Static method in class org.neo4j.driver.Values
-
Returns a value from local date time.
- value(LocalTime) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(LocalTime) - Static method in class org.neo4j.driver.Values
-
Returns a value from local time.
- value(OffsetDateTime) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(OffsetDateTime) - Static method in class org.neo4j.driver.Values
-
Returns a value from offset date time.
- value(OffsetTime) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(OffsetTime) - Static method in class org.neo4j.driver.Values
-
Returns a value from offset time.
- value(Period) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(Period) - Static method in class org.neo4j.driver.Values
-
Returns a value from period.
- value(ZonedDateTime) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(ZonedDateTime) - Static method in class org.neo4j.driver.Values
-
Returns a value from zoned date time.
- value(Iterator<Object>) - Static method in class org.neo4j.driver.Values
-
Returns a value from iterator of objects.
- value(List<Object>) - Static method in class org.neo4j.driver.Values
-
Returns a value from list of objects.
- value(List<Value>) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(Map<String, Object>) - Static method in class org.neo4j.driver.Values
-
Returns a value from string to object map.
- value(Map<String, Value>) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(Stream<Object>) - Static method in class org.neo4j.driver.Values
-
Returns a value from stream of objects.
- value(Node) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(Path) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(Relationship) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- value(Value...) - Static method in class org.neo4j.driver.Values
-
Returns a value from value vararg.
- Value - Interface in org.neo4j.driver
-
A unit of data that adheres to the Neo4j type system.
- ValueAdapter - Class in org.neo4j.driver.internal.value
- ValueAdapter() - Constructor for class org.neo4j.driver.internal.value.ValueAdapter
- ValueException - Exception Class 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 class org.neo4j.driver.exceptions.value.ValueException
-
Creates a new instance.
- ValueException(String, Throwable) - Constructor for exception class org.neo4j.driver.exceptions.value.ValueException
-
Creates a new instance.
- valueFactory() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- valueFactory() - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- valueOf(String) - Static method in enum class org.neo4j.driver.AccessMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.Config.TrustStrategy.Strategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.exceptions.GqlStatusErrorClassification
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler.RecordState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.neo4j.driver.internal.summary.InternalNotification
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.types.TypeConstructor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.NotificationClassification
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.RevocationCheckingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.summary.QueryType
-
Returns the enum constant of this class with the specified name.
- valueOrEmpty(String) - Static method in class org.neo4j.driver.internal.util.Format
-
Returns the submitted value if it is not null or an empty string if it is.
- values() - Static method in enum class org.neo4j.driver.AccessMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.driver.Config.TrustStrategy.Strategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.driver.exceptions.GqlStatusErrorClassification
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler.RecordState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.driver.internal.types.TypeConstructor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.neo4j.driver.internal.value.MapValue
- values() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- values() - Static method in enum class org.neo4j.driver.NotificationClassification
-
Returns an array containing the constants of this enum class, 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 class org.neo4j.driver.RevocationCheckingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.neo4j.driver.summary.QueryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface org.neo4j.driver.types.MapAccessor
-
Retrieve all values of the underlying collection
- values(Object...) - Static method in class org.neo4j.driver.Values
-
Returns an array of values from object vararg.
- values(Function<Value, T>) - Method in class org.neo4j.driver.internal.value.ListValue
- values(Function<Value, T>) - Method in class org.neo4j.driver.internal.value.MapValue
- values(Function<Value, T>) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- 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
Valueobjects, and vice versa. - valuesList() - Method in record class org.neo4j.driver.internal.adaptedbolt.BasicResponseHandler.Summaries
-
Returns the value of the
valuesListrecord component. - vector(byte[]) - Static method in class org.neo4j.driver.Values
-
Returns Neo4j Vector that holds a sequence of
bytevalues. - vector(double[]) - Static method in class org.neo4j.driver.Values
-
Returns Neo4j Vector that holds a sequence of
doublevalues. - vector(float[]) - Static method in class org.neo4j.driver.Values
-
Returns Neo4j Vector that holds a sequence of
floatvalues. - vector(int[]) - Static method in class org.neo4j.driver.Values
-
Returns Neo4j Vector that holds a sequence of
intvalues. - vector(long[]) - Static method in class org.neo4j.driver.Values
-
Returns Neo4j Vector that holds a sequence of
longvalues. - vector(short[]) - Static method in class org.neo4j.driver.Values
-
Returns Neo4j Vector that holds a sequence of
shortvalues. - vector(Class<?>, Object) - Method in class org.neo4j.driver.internal.value.BoltValueFactory
- Vector - Interface in org.neo4j.driver.types
-
Represents Neo4j Vector type.
- Vector - Annotation Interface in org.neo4j.driver.mapping
-
Marks the annotated array as Neo4j Vector.
- VECTOR - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- VECTOR() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- VECTOR() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing Neo4j Vector. - VectorValue - Class in org.neo4j.driver.internal.value
- VectorValue(Vector) - Constructor for class org.neo4j.driver.internal.value.VectorValue
- VERIFY_IF_PRESENT - Enum constant in enum class org.neo4j.driver.RevocationCheckingStrategy
-
Verify OCSP revocation checks when the revocation status is stapled to the certificate, continue if not.
- verifyAuthentication(AuthToken) - Method in interface org.neo4j.driver.Driver
-
Verifies if the given
AuthTokenis valid. - 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.
- verifyConnectivity() - Method in class org.neo4j.driver.internal.adaptedbolt.AdaptingDriverBoltConnectionSource
- verifyConnectivity() - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnectionSource
- verifyConnectivity() - Method in class org.neo4j.driver.internal.adaptedbolt.SingleRoutedBoltConnectionSource
- 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.
W
- warn(String, Object...) - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- warn(String, Object...) - Method in class org.neo4j.driver.internal.logging.JULogger
- warn(String, Object...) - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- warn(String, Object...) - Method in interface org.neo4j.driver.Logger
-
Deprecated.Logs warnings that happened when using the driver.
- warn(String, Throwable) - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- warn(String, Throwable) - Method in class org.neo4j.driver.internal.logging.JULogger
- warn(String, Throwable) - Method in class org.neo4j.driver.internal.logging.ReformattedLogger
- warn(String, Throwable) - Method in interface org.neo4j.driver.Logger
-
Deprecated.Logs warnings that happened during using the driver
- WARNING - Static variable in interface org.neo4j.driver.NotificationSeverity
-
A warning severity level.
- withAuthToken(AuthToken) - Method in interface org.neo4j.driver.ExecutableQuery
-
Sets an
AuthTokento be used for this query. - withBookmarkManager(BookmarkManager) - Method in class org.neo4j.driver.QueryConfig.Builder
-
Set bookmark manager for the query.
- withBookmarkManager(BookmarkManager) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Sets a
BookmarkManagerimplementation for the session to use. - withBookmarks(Iterable<Bookmark>) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Set the initial bookmarks to be used in a session.
- withBookmarks(Bookmark...) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Set the initial bookmarks to be used in a session.
- withBookmarksConsumer(Consumer<Set<Bookmark>>) - Method in class org.neo4j.driver.BookmarkManagerConfig.BookmarkManagerConfigBuilder
-
Provide bookmarks consumer.
- withBookmarksSupplier(Supplier<Set<Bookmark>>) - Method in class org.neo4j.driver.BookmarkManagerConfig.BookmarkManagerConfigBuilder
-
Provide bookmarks supplier.
- withConfig(QueryConfig) - Method in interface org.neo4j.driver.ExecutableQuery
-
Sets
QueryConfig. - withConnectionAcquisitionTimeout(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Sets the maximum amount of time the driver will wait to acquire a connection suitable for a given purpose.
- 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.QueryConfig.Builder
-
Set target database for the query.
- 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.
- withDefaultTimeout() - Method in class org.neo4j.driver.TransactionConfig.Builder
-
Set the transaction timeout to the server-side configured default timeout.
- withDisabledNotificationClassifications(Set<NotificationClassification>) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Sets a set of disabled classifications for notifications produced by the server.
- withDisabledNotificationClassifications(Set<NotificationClassification>) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Sets a set of disabled classifications for notifications produced by the server.
- 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.QueryConfig.Builder
-
Set impersonated user for the query.
- 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.
- withInitialBookmarks(Set<Bookmark>) - Method in class org.neo4j.driver.BookmarkManagerConfig.BookmarkManagerConfigBuilder
-
Provide a map of initial bookmarks to initialise the bookmark manager.
- withLeakedSessionsLogging() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Enable logging of leaked sessions.
- withLogging(Logging) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Deprecated.the logging abstraction has been deprecated in favour of the
System.Loggerthat the driver uses by default - 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
-
Specify the maximum time managed transactions are allowed to retry.
- withMetadata(Map<String, ?>) - Method in class org.neo4j.driver.TransactionConfig.Builder
-
Set the transaction metadata.
- withMetadata(Map<String, Serializable>) - Method in class org.neo4j.driver.QueryConfig.Builder
-
Set the transaction metadata.
- withMinimumNotificationSeverity(NotificationSeverity) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Sets a minimum severity for notifications produced by the server.
- withMinimumNotificationSeverity(NotificationSeverity) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Sets a minimum severity for notifications produced by the server.
- withNotificationConfig(NotificationConfig) - Method in class org.neo4j.driver.Config.ConfigBuilder
- withNotificationConfig(NotificationConfig) - Method in class org.neo4j.driver.SessionConfig.Builder
- withObservationProvider(ObservationProvider) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Sets the
ObservationProviderthat the driver should use. - withoutCertificateRevocationChecks() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Configures the
Config.TrustStrategyto not carry out OCSP revocation checks on certificates. - 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(Map<String, Object>) - Method in interface org.neo4j.driver.ExecutableQuery
-
Sets query parameters.
- withParameters(Map<String, Object>) - Method in class org.neo4j.driver.Query
-
Returns a new Query object with updated parameters.
- withParameters(Value) - Method in class org.neo4j.driver.Query
-
Returns a new Query object with updated parameters.
- 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.
- withRouting(RoutingControl) - Method in class org.neo4j.driver.QueryConfig.Builder
-
Set routing mode for the query.
- 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.TrustStrategyto carry out strict OCSP revocation checks for revocation status that are stapled to the certificate. - withTelemetryDisabled(boolean) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Sets if telemetry is disabled on the driver side.
- withText(String) - Method in class org.neo4j.driver.Query
-
Returns a new Query object with updated text.
- withTimeout(Duration) - Method in class org.neo4j.driver.QueryConfig.Builder
-
Set the transaction timeout.
- 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.
- withTryTcpFastOpen(boolean) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Sets whether the driver should try using TCP Fast Open if the runtime supports it.
- 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.TrustStrategyto carry out OCSP revocation checks when the revocation status is stapled to the certificate. - write(List<Message>) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- write(List<Message>) - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- WRITE - Enum constant in enum class org.neo4j.driver.AccessMode
-
Use this for transactions that requires a write server in a cluster
- WRITE - Static variable in interface org.neo4j.driver.RoutingControl
-
Routes to the leader of the cluster.
- WRITE_ONLY - Enum constant in enum class org.neo4j.driver.summary.QueryType
-
Write only.
- writeAndFlush(DriverResponseHandler, List<Message>, Observation) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- writeAndFlush(DriverResponseHandler, List<Message>, Observation) - Method in class org.neo4j.driver.internal.async.DelegatingBoltConnection
- writeAndFlush(DriverResponseHandler, Message, Observation) - Method in interface org.neo4j.driver.internal.adaptedbolt.DriverBoltConnection
- writeReactiveContext(Context) - Method in interface org.neo4j.driver.internal.observation.Observation
X
Y
Z
A B C D E F G H I J K L M N O P Q R S T U V W X Y ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ConnectionReadTimeoutException.INSTANCEvalue