Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSENT_QUERY_ID - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.util.MetadataExtractor
- ABSENT_QUERY_ID - Static variable in class org.neo4j.driver.internal.util.MetadataExtractor
- AbstractMessageWriter - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging
- AbstractMessageWriter(ValuePacker, Map<Byte, MessageEncoder>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.AbstractMessageWriter
- 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
- AbstractStreamingMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- 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.
- AccessMode - Enum Class in org.neo4j.driver.internal.bolt.api
- 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. - acquireConnection(BoltServerAddress, SecurityPlan, RoutingContext, String, Map<String, Value>, BoltAgent, String, AccessMode, int, String, CompletableFuture<Long>, NotificationConfig, MetricsListener) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.ConnectionProvider
- acquireConnection(BoltServerAddress, SecurityPlan, RoutingContext, String, Map<String, Value>, BoltAgent, String, AccessMode, int, String, CompletableFuture<Long>, NotificationConfig, MetricsListener) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyConnectionProvider
- acquired() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record how many connections have been acquired from the pool since the pool is created.
- acquiring() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The number of connection acquisition requests that are currently in progress.
- add(String) - Method in class org.neo4j.driver.internal.util.QueryKeys
- addBoltPatchesListener(Channel, BoltPatchesListener) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- 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
- afterAcquiredOrCreated(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
After acquiring or creating a new netty channel from pool successfully.
- afterAcquiredOrCreated(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterAcquiringOrCreating(String) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
After acquiring or creating a new netty channel from pool regardless it is successful or not.
- afterAcquiringOrCreating(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterClosed(String) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
After a netty channel is closed successfully.
- afterClosed(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterConnectionCreated(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
After acquiring or creating a new netty channel from pool successfully.
- afterConnectionCreated(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterConnectionReleased(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
After releasing a netty channel back to pool successfully.
- afterConnectionReleased(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterCreated(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
After a netty channel is created successfully.
- afterCreated(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterFailedToCreate(String) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
After a netty channel is created with a failure.
- afterFailedToCreate(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterFailure(Throwable) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseCompletionListener
- afterSuccess(Map<String, Value>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseCompletionListener
- afterTimedOutToAcquireOrCreate(String) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
After we failed to acquire a connection from pool within maximum connection acquisition timeout set by
Config.ConfigBuilder.withConnectionAcquisitionTimeout(long, TimeUnit). - afterTimedOutToAcquireOrCreate(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- 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.
- allServers() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistry
- allServers() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistryImpl
- 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. - api() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.TelemetryMessage
-
Returns the value of the
apirecord component. - 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. - asBoolean() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asBoolean() - Method in interface org.neo4j.driver.Value
- asBoolean(boolean) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asBoolean(boolean) - Method in interface org.neo4j.driver.Value
- 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
- asByteArray(byte[]) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asByteArray(byte[]) - Method in interface org.neo4j.driver.Value
- asCompletionException(Throwable) - Static method in class org.neo4j.driver.internal.bolt.routedimpl.util.FutureUtil
- 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
- 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
- asIsoDuration(IsoDuration) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asIsoDuration(IsoDuration) - Method in interface org.neo4j.driver.Value
- 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
- 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
- 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
- asLocalDate(LocalDate) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLocalDate(LocalDate) - Method in interface org.neo4j.driver.Value
- 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
- asLocalDateTime(LocalDateTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLocalDateTime(LocalDateTime) - Method in interface org.neo4j.driver.Value
- 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
- asLocalTime(LocalTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asLocalTime(LocalTime) - Method in interface org.neo4j.driver.Value
- 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
- 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
- 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(). - 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
- 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
- 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
- asOffsetDateTime(OffsetDateTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asOffsetDateTime(OffsetDateTime) - Method in interface org.neo4j.driver.Value
- 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
- asOffsetTime(OffsetTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asOffsetTime(OffsetTime) - Method in interface org.neo4j.driver.Value
- 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
- 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
- asPoint(Point) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asPoint(Point) - Method in interface org.neo4j.driver.Value
- 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
- assertEmptyDatabaseName(DatabaseName, BoltProtocolVersion) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.MultiDatabaseUtil
- assertNotInEventLoopThread() - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.EventLoopGroupFactory
-
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
- asString(String) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asString(String) - Method in interface org.neo4j.driver.Value
- asValue() - Method in class org.neo4j.driver.internal.value.ValueAdapter
- AsyncAbstractQueryRunner - Class in org.neo4j.driver.internal.async
- AsyncAbstractQueryRunner() - Constructor for class org.neo4j.driver.internal.async.AsyncAbstractQueryRunner
- AsyncQueryRunner - Interface in org.neo4j.driver.async
-
Asynchronous interface for components that can execute Neo4j queries.
- asyncSession() - Method in interface org.neo4j.driver.Driver
-
Deprecated.
- asyncSession(SessionConfig) - Method in interface org.neo4j.driver.Driver
-
Deprecated.superseded by
Driver.session(Class, SessionConfig) - 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.
- AsyncTransactionWork<T> - Interface in org.neo4j.driver.async
-
Deprecated.superseded by
AsyncTransactionCallback. - 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
- asZonedDateTime(ZonedDateTime) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- asZonedDateTime(ZonedDateTime) - Method in interface org.neo4j.driver.Value
- authAckMillis() - Method in interface org.neo4j.driver.internal.bolt.api.AuthData
- authData() - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- authData() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- authData() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- authData() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- authData() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- authData() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- AuthData - Interface in org.neo4j.driver.internal.bolt.api
- AuthenticationException - Exception in org.neo4j.driver.exceptions
-
Failed to authenticate the driver to the server due to bad credentials provided.
- AuthenticationException(String, String) - Constructor for exception org.neo4j.driver.exceptions.AuthenticationException
-
Creates a new instance.
- AuthenticationException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception org.neo4j.driver.exceptions.AuthenticationException
-
Creates a new instance.
- authMap() - Method in interface org.neo4j.driver.internal.bolt.api.AuthData
- AuthorizationExpiredException - Exception in org.neo4j.driver.exceptions
-
The authorization info maintained on the server has expired.
- AuthorizationExpiredException(String, String) - Constructor for exception org.neo4j.driver.exceptions.AuthorizationExpiredException
-
Creates a new instance.
- AuthorizationExpiredException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception org.neo4j.driver.exceptions.AuthorizationExpiredException
-
Creates a new instance.
- authorizationStateListener(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- AuthorizationStateListener - Interface in org.neo4j.driver.internal.bolt.basicimpl.async.connection
-
Listener for authorization info state maintained on the server side.
- 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 in org.neo4j.driver.exceptions
-
The
AuthTokenManagerexecution has lead to an unexpected result. - AuthTokenManagerExecutionException(String, Throwable) - Constructor for exception 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.
- AUTO_COMMIT_TRANSACTION - Enum constant in enum class org.neo4j.driver.internal.bolt.api.TelemetryApi
- autoCommitTxRunMessage(String, Map<String, Value>, Duration, Map<String, Value>, DatabaseName, AccessMode, Set<String>, String, NotificationConfig, boolean, LoggingProvider) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RunWithMetadataMessage
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.bolt.api
- BasicResponseHandler() - Constructor for class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- BasicResponseHandler.Summaries - Record Class in org.neo4j.driver.internal.bolt.api
- 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. - beforeAcquiringOrCreating(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
Before acquiring or creating a new netty channel from pool.
- beforeAcquiringOrCreating(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- beforeCreating(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
-
Before creating a netty channel.
- beforeCreating(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- beginAsync(Set<Bookmark>, TransactionConfig, String, boolean) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- BeginMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- BeginMessage(Set<String>, Duration, Map<String, Value>, AccessMode, DatabaseName, String, String, NotificationConfig, boolean, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.BeginMessage
- BeginMessage(Set<String>, Duration, Map<String, Value>, DatabaseName, AccessMode, String, String, NotificationConfig, boolean, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.BeginMessage
- BeginMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- BeginMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.BeginMessageEncoder
- beginSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
beginSummaryrecord component. - BeginSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- beginTransaction() - Method in interface org.neo4j.driver.reactive.ReactiveSession
-
Begin a new unmanaged transaction.
- beginTransaction() - Method in interface org.neo4j.driver.reactive.RxSession
-
Deprecated.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(DatabaseName, AccessMode, String, Set<String>, TransactionType, Duration, Map<String, Value>, String, NotificationConfig) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- beginTransaction(DatabaseName, AccessMode, String, Set<String>, TransactionType, Duration, Map<String, Value>, String, NotificationConfig) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- beginTransaction(DatabaseName, AccessMode, String, Set<String>, TransactionType, Duration, Map<String, Value>, String, NotificationConfig) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- beginTransaction(DatabaseName, AccessMode, String, Set<String>, TransactionType, Duration, Map<String, Value>, String, NotificationConfig) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- beginTransaction(DatabaseName, AccessMode, String, Set<String>, TransactionType, Duration, Map<String, Value>, String, NotificationConfig) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- beginTransaction(DatabaseName, AccessMode, String, Set<String>, TransactionType, Duration, Map<String, Value>, String, NotificationConfig) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- beginTransaction(Connection, DatabaseName, AccessMode, String, Set<String>, Duration, Map<String, Value>, String, NotificationConfig, MessageHandler<Void>, LoggingProvider) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- beginTransaction(Connection, DatabaseName, AccessMode, String, Set<String>, Duration, Map<String, Value>, String, NotificationConfig, MessageHandler<Void>, LoggingProvider) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- beginTransaction(TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- beginTransaction(TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- 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.reactive.RxSession
-
Deprecated.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.reactive.InternalReactiveSession
- beginTransaction(TransactionConfig, String, ApiTelemetryWork) - Method in class org.neo4j.driver.internal.reactivestreams.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) - Method in class org.neo4j.driver.internal.async.NetworkSession
- beginTransactionAsync(AccessMode, TransactionConfig, ApiTelemetryWork) - 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) - Method in class org.neo4j.driver.internal.async.NetworkSession
- beginTransactionAsync(TransactionConfig, ApiTelemetryWork) - Method in class org.neo4j.driver.internal.async.NetworkSession
- BeginTxResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- BeginTxResponseHandler(CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.BeginTxResponseHandler
- 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
- BOLT_MAGIC_PREAMBLE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BoltProtocolUtil
- boltAgent() - Static method in class org.neo4j.driver.internal.util.DriverInfoUtil
- BoltAgent - Record Class in org.neo4j.driver.internal.bolt.api
- BoltAgent(String, String, String, String) - Constructor for record class org.neo4j.driver.internal.bolt.api.BoltAgent
-
Creates an instance of a
BoltAgentrecord class. - BoltConnection - Interface in org.neo4j.driver.internal.bolt.api
- BoltConnectionImpl - Class in org.neo4j.driver.internal.bolt.basicimpl
- BoltConnectionImpl(BoltProtocol, Connection, EventLoop, Map<String, Value>, CompletableFuture<Long>, RoutingContext, Clock, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- BoltConnectionProvider - Interface in org.neo4j.driver.internal.bolt.api
- BoltConnectionState - Enum Class in org.neo4j.driver.internal.bolt.api
- BoltConnectionWithAuthTokenManager - Class in org.neo4j.driver.internal.async
- BoltConnectionWithAuthTokenManager(BoltConnection, AuthTokenManager) - Constructor for class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- BoltPatchesListener - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- boltPatchesListeners(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- BoltProtocol - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- BoltProtocolUtil - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- BoltProtocolV3 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v3
- BoltProtocolV3() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- BoltProtocolV3.Query - Record Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v3
- BoltProtocolV4 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v4
- BoltProtocolV4() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
- BoltProtocolV41 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v41
- BoltProtocolV41() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v41.BoltProtocolV41
- BoltProtocolV42 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v42
-
Bolt V4.2 is identical to V4.1
- BoltProtocolV42() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v42.BoltProtocolV42
- BoltProtocolV43 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v43
-
Definition of the Bolt Protocol 4.3
- BoltProtocolV43() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.BoltProtocolV43
- BoltProtocolV44 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v44
-
Definition of the Bolt Protocol 4.4
- BoltProtocolV44() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.BoltProtocolV44
- BoltProtocolV5 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v5
- BoltProtocolV5() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.BoltProtocolV5
- BoltProtocolV51 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v51
- BoltProtocolV51() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.BoltProtocolV51
- BoltProtocolV52 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v52
- BoltProtocolV52() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v52.BoltProtocolV52
- BoltProtocolV53 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v53
- BoltProtocolV53() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v53.BoltProtocolV53
- BoltProtocolV54 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v54
- BoltProtocolV54() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.BoltProtocolV54
- BoltProtocolV55 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v55
- BoltProtocolV55() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v55.BoltProtocolV55
- BoltProtocolV56 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v56
- BoltProtocolV56() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v56.BoltProtocolV56
- BoltProtocolV57 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v57
- BoltProtocolV57() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.BoltProtocolV57
- BoltProtocolVersion - Class in org.neo4j.driver.internal.bolt.api
- BoltProtocolVersion(int, int) - Constructor for class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- BoltSecurityPlanManager - Interface in org.neo4j.driver.internal.security
- BoltServerAddress - Class in org.neo4j.driver.internal.bolt.api
-
Holds a host and port pair that denotes a Bolt server address.
- BoltServerAddress(String) - Constructor for class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- BoltServerAddress(String, int) - Constructor for class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- BoltServerAddress(String, String, int) - Constructor for class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- BoltServerAddress(URI) - Constructor for class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- bookmark() - Method in interface org.neo4j.driver.internal.bolt.api.summary.CommitSummary
- 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 record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
-
Returns the value of the
bookmarksrecord component. - 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.bolt.basicimpl.packstream.PackType
- 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
- BootstrapFactory - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- 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.
- build(MessageFormat, ChannelPipeline, LoggingProvider) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelPipelineBuilder
- build(MessageFormat, ChannelPipeline, LoggingProvider) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelPipelineBuilderImpl
- 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. - buildMetadata(Duration, Map<String, Value>, DatabaseName, AccessMode, Set<String>, String, String, NotificationConfig, boolean, LoggingProvider) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.TransactionMetadataBuilder
- ByteBufInput - Class in org.neo4j.driver.internal.bolt.basicimpl.async.inbound
- ByteBufInput() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ByteBufInput
- BYTES - Enum constant in enum class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackType
- 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. - BYTES_16 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- BYTES_32 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- BYTES_8 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- 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
- canManageAutoRead() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.ResponseHandler
-
Tells whether this response handler is able to manage auto-read of the underlying connection using
Connection.enableAutoRead()andConnection.disableAutoRead(). - 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
-
Returns the category of the notification.
- cause() - Method in record class org.neo4j.driver.internal.bolt.api.GqlError
-
Returns the value of the
causerecord component. - certFile() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Deprecated.superseded by
Config.TrustStrategy.certFiles() - certFiles() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Return the configured certificate files.
- CertificateTool - Class in org.neo4j.driver.internal.util
-
A tool used to save, load certs, etc.
- ChannelActivityLogger - Class in org.neo4j.driver.internal.bolt.basicimpl.logging
- ChannelActivityLogger(Channel, LoggingProvider, Class<?>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.logging.ChannelActivityLogger
- ChannelAttributes - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- channelClass() - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.EventLoopGroupFactory
-
Get class of
ChannelforAbstractBootstrap.channel(Class)method. - ChannelConnectedListener - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- ChannelConnectedListener(BoltServerAddress, ChannelPipelineBuilder, CompletableFuture<Channel>, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelConnectedListener
- ChannelErrorHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.async.inbound
- ChannelErrorHandler(LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ChannelErrorHandler
- ChannelErrorLogger - Class in org.neo4j.driver.internal.bolt.basicimpl.logging
-
Dedicated logger for channel error logging.
- ChannelErrorLogger(Channel, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.logging.ChannelErrorLogger
- channelInactive(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.HandshakeHandler
- channelInactive(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ChannelErrorHandler
- ChannelPipelineBuilder - Interface in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- ChannelPipelineBuilderImpl - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- ChannelPipelineBuilderImpl() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelPipelineBuilderImpl
- channelRead(ChannelHandlerContext, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.MessageDecoder
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageHandler
- 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.bolt.basicimpl.util.Preconditions
- 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
- CHUNK_HEADER_SIZE_BYTES - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BoltProtocolUtil
- ChunkAwareByteBufOutput - Class in org.neo4j.driver.internal.bolt.basicimpl.async.outbound
- ChunkAwareByteBufOutput() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.ChunkAwareByteBufOutput
- ChunkDecoder - Class in org.neo4j.driver.internal.bolt.basicimpl.async.inbound
- ChunkDecoder(LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ChunkDecoder
- classification() - Method in exception org.neo4j.driver.exceptions.Neo4jException
-
Returns the error classification as a
GqlStatusErrorClassificationenum value. - classification() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- classification() - Method in interface org.neo4j.driver.summary.Notification
-
Returns
NotificationClassificationderived from the diagnostic record. - clear() - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- clear() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- clear() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- clear() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- clear() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- clear() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- clearAndReset() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- 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 in org.neo4j.driver.exceptions
-
A ClientException indicates that the client has carried out an operation incorrectly.
- ClientException(String) - Constructor for exception org.neo4j.driver.exceptions.ClientException
-
Creates a new instance.
- ClientException(String, String) - Constructor for exception org.neo4j.driver.exceptions.ClientException
-
Creates a new instance.
- ClientException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception org.neo4j.driver.exceptions.ClientException
-
Creates a new instance.
- ClientException(String, Throwable) - Constructor for exception 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.async.BoltConnectionWithAuthTokenManager
- close() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- close() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- close() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnectionProvider
- close() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- close() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- close() - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyBoltConnectionProvider
- close() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- close() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- close() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnectionProvider
- close() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- close() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnectionProvider
- 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.reactive.InternalRxSession
-
Deprecated.
- close() - Method in class org.neo4j.driver.internal.reactive.InternalRxTransaction
-
Deprecated.
- 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.reactive.RxSession
-
Deprecated.Signal that you are done using this session.
- close() - Method in interface org.neo4j.driver.reactive.RxTransaction
-
Deprecated.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) - 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() - Method in class org.neo4j.driver.internal.async.NetworkSession
- closeAsync() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- closeAsync(boolean) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- closed() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record how many connections have been closed by this pool.
- CLOSED - Enum constant in enum class org.neo4j.driver.internal.bolt.api.BoltConnectionState
- closeTransaction(ReactiveTransaction, boolean) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- closeTransaction(RxTransaction, boolean) - Method in class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- closeTransaction(ReactiveTransaction, boolean) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- closeTransaction(S, boolean) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- clusterComposition() - Method in interface org.neo4j.driver.internal.bolt.api.summary.RouteSummary
- ClusterComposition - Class in org.neo4j.driver.internal.bolt.api
- ClusterComposition(long, Set<BoltServerAddress>, Set<BoltServerAddress>, Set<BoltServerAddress>, String) - Constructor for class org.neo4j.driver.internal.bolt.api.ClusterComposition
- ClusterCompositionLookupResult - Class in org.neo4j.driver.internal.bolt.routedimpl.cluster
- ClusterCompositionLookupResult(ClusterComposition) - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterCompositionLookupResult
- ClusterCompositionLookupResult(ClusterComposition, Set<BoltServerAddress>) - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterCompositionLookupResult
- ClusterRoutingTable - Class in org.neo4j.driver.internal.bolt.routedimpl.cluster
- ClusterRoutingTable(DatabaseName, Clock, BoltServerAddress...) - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- code() - Method in exception org.neo4j.driver.exceptions.Neo4jException
-
Access the status code for this exception.
- code() - Method in exception org.neo4j.driver.exceptions.SecurityRetryableException
- code() - Method in record class org.neo4j.driver.internal.bolt.api.GqlError
-
Returns the value of the
coderecord component. - code() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.FailureMessage
-
Returns the value of the
coderecord component. - code() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- code() - Method in interface org.neo4j.driver.summary.Notification
-
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.bolt.routedimpl.util.FutureUtil
- 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.async.BoltConnectionWithAuthTokenManager
- commit() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- commit() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- commit() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- commit() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- commit() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- commit() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- commit() - Method in class org.neo4j.driver.internal.reactive.InternalRxTransaction
-
Deprecated.
- 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.reactive.RxTransaction
-
Deprecated.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.
- COMMIT - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.CommitMessage
- 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() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- CommitMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- CommitMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- CommitMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.CommitMessageEncoder
- commitSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
commitSummaryrecord component. - CommitSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- commitTransaction(Connection, MessageHandler<String>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- commitTransaction(Connection, MessageHandler<String>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- CommitTxResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- CommitTxResponseHandler(CompletableFuture<String>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.CommitTxResponseHandler
- CommonMessageReader - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.common
- CommonMessageReader(ValueUnpacker) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonMessageReader
- CommonMessageReader(PackInput, boolean) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonMessageReader
- CommonValuePacker - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.common
- CommonValuePacker(PackOutput, boolean) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- CommonValueUnpacker - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.common
- CommonValueUnpacker(PackInput, boolean) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- compareTo(BoltProtocolVersion) - Method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- compareTo(NotificationSeverity) - Method in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
- completedWithNull() - Static method in class org.neo4j.driver.internal.util.Futures
- completionExceptionCause(Throwable) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.util.FutureUtil
- completionExceptionCause(Throwable) - Static method in class org.neo4j.driver.internal.bolt.pooledimpl.util.FutureUtil
- completionExceptionCause(Throwable) - Static method in class org.neo4j.driver.internal.bolt.routedimpl.util.FutureUtil
- 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
- CONFIGURATION_HINTS_KEY - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloResponseHandler
- CONFIGURATION_HINTS_KEY - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloV51ResponseHandler
- connect(CompletableFuture<PooledBoltConnection>, SecurityPlan, DatabaseName, Map<String, Value>, Supplier<CompletionStage<Map<String, Value>>>, AccessMode, Set<String>, String, BoltProtocolVersion, NotificationConfig) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnectionProvider
- connect(SecurityPlan, DatabaseName, Supplier<CompletionStage<Map<String, Value>>>, AccessMode, Set<String>, String, BoltProtocolVersion, NotificationConfig, Consumer<DatabaseName>) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnectionProvider
- connect(SecurityPlan, DatabaseName, Supplier<CompletionStage<Map<String, Value>>>, AccessMode, Set<String>, String, BoltProtocolVersion, NotificationConfig, Consumer<DatabaseName>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyBoltConnectionProvider
- connect(SecurityPlan, DatabaseName, Supplier<CompletionStage<Map<String, Value>>>, AccessMode, Set<String>, String, BoltProtocolVersion, NotificationConfig, Consumer<DatabaseName>) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnectionProvider
- connect(SecurityPlan, DatabaseName, Supplier<CompletionStage<Map<String, Value>>>, AccessMode, Set<String>, String, BoltProtocolVersion, NotificationConfig, Consumer<DatabaseName>) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnectionProvider
- connection() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- Connection - Interface in org.neo4j.driver.internal.bolt.basicimpl.spi
- CONNECTION_RECEIVE_TIMEOUT_SECONDS_KEY - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloResponseHandler
- CONNECTION_RECEIVE_TIMEOUT_SECONDS_KEY - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloV51ResponseHandler
- 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
- connectionHost() - Method in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- connectionId(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- connectionPoolMetrics() - Method in interface org.neo4j.driver.Metrics
-
Connection pool metrics records metrics of connection pools that are currently in use.
- ConnectionPoolMetrics - Interface in org.neo4j.driver
-
Provides connection pool metrics such as connection created, current in use etc.
- ConnectionProvider - Interface in org.neo4j.driver.internal.bolt.basicimpl
- ConnectionProviders - Class in org.neo4j.driver.internal.bolt.basicimpl
- ConnectionProviders() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.ConnectionProviders
- connectionReadTimeout(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- ConnectionReadTimeoutException - Exception in org.neo4j.driver.exceptions
-
Indicates that read timed out due to it taking longer than the server-supplied timeout value via the
connection.recv_timeout_secondsconfiguration hint. - ConnectionReadTimeoutException(String) - Constructor for exception org.neo4j.driver.exceptions.ConnectionReadTimeoutException
-
Deprecated.superseded by the
ConnectionReadTimeoutException.INSTANCEvalue - ConnectionReadTimeoutHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.async.inbound
- ConnectionReadTimeoutHandler(long, TimeUnit) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ConnectionReadTimeoutHandler
- connectionTimeoutMillis() - Method in class org.neo4j.driver.Config
- ConnectTimeoutHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.async.inbound
-
Handler needed to limit amount of time connection performs TLS and Bolt handshakes.
- ConnectTimeoutHandler(long) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ConnectTimeoutHandler
- console(Level) - Static method in interface org.neo4j.driver.Logging
-
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 interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of constraints added to the schema.
- 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
- constraintsRemoved() - Method in interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of constraints removed from 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
- 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.reactive.InternalRxResult
-
Deprecated.
- 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.reactive.RxResult
-
Deprecated.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(DatabaseName) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistryImpl
- contains(Node) - Method in interface org.neo4j.driver.types.Path
- contains(Relationship) - Method in interface org.neo4j.driver.types.Path
- 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 interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
If the query updated the system graph in any way, this method will return true.
- 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 interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Whether there were any updates at all, eg.
- 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 interface org.neo4j.driver.internal.bolt.api.ResultSummary
-
Returns counters for operations the query triggered.
- counters() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- counters() - Method in interface org.neo4j.driver.summary.ResultSummary
- covers(Value) - Method in enum class org.neo4j.driver.internal.types.TypeConstructor
- created() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record how many connections have been successfully created with this pool since the pool was created.
- 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.
- createListenerEvent() - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
- createListenerEvent() - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- createMessageFormat() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- createMessageFormat() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- createMessageFormat() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
- createMessageFormat() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.BoltProtocolV43
- createMessageFormat() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.BoltProtocolV44
- createMessageFormat() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.BoltProtocolV5
- createMessageFormat() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.BoltProtocolV51
- createMessageFormat() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.BoltProtocolV54
- createMessageFormat() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.BoltProtocolV57
- 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.reactive.InternalRxSession
-
Deprecated.
- createTransaction(UnmanagedTransaction) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- creating() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The amount of connections that are currently in the process of being created.
- creationTimestamp(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- 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.bolt.routedimpl.cluster.ClusterRoutingTable
- database() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
- 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(String) - Static method in class org.neo4j.driver.internal.bolt.api.DatabaseNameUtil
- DATABASE_ERROR - Enum constant in enum class org.neo4j.driver.exceptions.GqlStatusErrorClassification
-
Database error.
- DatabaseException - Exception in org.neo4j.driver.exceptions
-
A DatabaseException indicates that there is a problem within the underlying database.
- DatabaseException(String, String) - Constructor for exception org.neo4j.driver.exceptions.DatabaseException
-
Creates a new instance.
- DatabaseException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception 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. - databaseName() - Method in class org.neo4j.driver.internal.bolt.api.ClusterComposition
- databaseName() - Method in interface org.neo4j.driver.internal.bolt.api.DatabaseName
- databaseName() - Method in class org.neo4j.driver.internal.bolt.api.InternalDatabaseName
- databaseName() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
-
Returns the value of the
databaseNamerecord component. - DatabaseName - Interface in org.neo4j.driver.internal.bolt.api
- databaseNameFuture() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- DatabaseNameUtil - Class in org.neo4j.driver.internal.bolt.api
- DatabaseNameUtil() - Constructor for class org.neo4j.driver.internal.bolt.api.DatabaseNameUtil
- DATE - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- DATE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- DATE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- DATE_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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. - DATE_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- DATE_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- DATE_TIME_UTC_PATCH - Static variable in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltPatchesListener
- DATE_TIME_WITH_ZONE_ID - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- DATE_TIME_WITH_ZONE_ID - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- DATE_TIME_WITH_ZONE_ID_UTC - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- DATE_TIME_WITH_ZONE_ID_UTC - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- DATE_TIME_WITH_ZONE_OFFSET - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- DATE_TIME_WITH_ZONE_OFFSET - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- DATE_TIME_WITH_ZONE_OFFSET_UTC - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- DATE_TIME_WITH_ZONE_OFFSET_UTC - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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
- debug(String) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- debug(String, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- debug(String, Object...) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
Logs bolt messages sent and received by this driver.
- debug(String, Object, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- debug(String, Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
Logs debug message with throwable.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.HandshakeHandler
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.MessageDecoder
- DEFAULT - Enum constant in enum class org.neo4j.driver.internal.bolt.api.TransactionType
- DEFAULT - Enum constant in enum class org.neo4j.driver.MetricsAdapter
-
Consumes and publishes metrics via the driver itself.
- 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_OUTBOUND_CHUNK_SIZE_BYTES - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BoltProtocolUtil
- DEFAULT_MAX_RETRY_TIME_MS - Static variable in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- DEFAULT_PORT - Static variable in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- defaultAccessMode() - Method in class org.neo4j.driver.SessionConfig
-
The type of access required by units of work in this session, e.g.
- defaultConfig() - Static method in class org.neo4j.driver.Config
- defaultConfig() - Static method in record class org.neo4j.driver.internal.bolt.api.NotificationConfig
- defaultConfig() - Static method in interface org.neo4j.driver.NotificationConfig
-
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. - defaultDatabase() - Static method in class org.neo4j.driver.internal.bolt.api.DatabaseNameUtil
- DefaultDomainNameResolver - Class in org.neo4j.driver.internal.bolt.api
- 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). - defaultTypeSystem() - Method in interface org.neo4j.driver.Driver
-
Deprecated.superseded by
TypeSystem.getDefault() - delegate() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- 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.internal.bolt.api.NotificationClassification.Type
- DEPRECATION - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A deprecation category.
- DEPRECATION - Static variable in interface org.neo4j.driver.NotificationCategory
-
A deprecation category.
- description() - Method in interface org.neo4j.driver.internal.bolt.api.DatabaseName
- description() - Method in class org.neo4j.driver.internal.bolt.api.InternalDatabaseName
- description() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- description() - Method in interface org.neo4j.driver.summary.Notification
-
Returns a longer description of the notification.
- DESCRIPTION - Static variable in exception org.neo4j.driver.exceptions.AuthorizationExpiredException
-
The description for
AuthorizationExpiredException. - DEV_NULL - Enum constant in enum class org.neo4j.driver.MetricsAdapter
-
Disables metrics.
- 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
- DevNullMetricsListener - Enum Class in org.neo4j.driver.internal.metrics
- DevNullMetricsProvider - Enum Class in org.neo4j.driver.internal.metrics
- DIAGNOSTIC_RECORD - Static variable in enum class org.neo4j.driver.internal.bolt.api.GqlStatusError
- diagnosticRecord() - Method in exception org.neo4j.driver.exceptions.Neo4jException
-
Returns the GQL diagnostic record.
- diagnosticRecord() - Method in record class org.neo4j.driver.internal.bolt.api.GqlError
-
Returns the value of the
diagnosticRecordrecord component. - 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
-
A config that disables all notifications.
- disableAutoRead() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- disableAutoRead() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- disableAutoReadManagement() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.ResponseHandler
-
If this response handler is able to manage auto-read of the underlying connection, then this method signals it to stop changing auto-read setting for the connection.
- disableCategories(Set<NotificationCategory>) - Method in interface org.neo4j.driver.NotificationConfig
-
Returns a config that disables a set of notification categories.
- disabledClassifications() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationConfig
-
Returns the value of the
disabledClassificationsrecord component. - 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.
- discard(long, long) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- discard(long, long) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- discard(long, long) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- discard(long, long) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- discard(long, long) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- discard(long, long) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- discard(Connection, long, long, MessageHandler<DiscardSummary>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- discard(Connection, long, long, MessageHandler<DiscardSummary>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- DISCARD_ALL - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.DiscardAllMessage
- discardAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- discardAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- discardAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- DiscardAllMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- DiscardAllMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- DiscardAllMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.DiscardAllMessageEncoder
- DiscardMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- DiscardMessage(long, long) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.DiscardMessage
- DiscardMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- DiscardMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.DiscardMessageEncoder
- DiscardResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- DiscardResponseHandler(CompletableFuture<DiscardSummary>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.DiscardResponseHandler
- discardSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
discardSummaryrecord component. - DiscardSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- DiscoveryException - Exception in org.neo4j.driver.exceptions
-
An error has happened while getting routing table with a remote server.
- DiscoveryException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.DiscoveryException
-
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) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- doClose() - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- doClose() - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- doCommit() - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- doIsOpen() - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveTransaction
- DomainNameResolver - Interface in org.neo4j.driver.internal.bolt.api
-
A resolver function used by the driver to resolve domain names.
- doResolve(String, Promise<InetAddress>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.NettyDomainNameResolver
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.NettyDomainNameResolver
- doRollback() - 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.
- DriverInfoUtil - Class in org.neo4j.driver.internal.util
- DriverInfoUtil() - Constructor for class org.neo4j.driver.internal.util.DriverInfoUtil
- 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 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- DURATION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- DURATION() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- DURATION() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing duration. - DURATION_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- DURATION_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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.
- 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 - Static variable in class org.neo4j.driver.internal.bolt.api.RoutingContext
- 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
- enableAutoRead() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- enableAutoRead() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- enabled() - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
-
Returns the value of the
enabledrecord component. - enableDateTimeUtc() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageFormat
-
Enables datetime in UTC if supported by the given message format.
- enableDateTimeUtc() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.MessageFormatV43
- enableDateTimeUtc() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.MessageFormatV44
- enableMinimumSeverity(NotificationSeverity) - Method in interface org.neo4j.driver.NotificationConfig
-
Returns a config that sets a minimum severity level for notifications.
- encode(ChannelHandlerContext, Message, List<Object>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.OutboundMessageHandler
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.BeginMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.CommitMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.DiscardAllMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.DiscardMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.GoodbyeMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.HelloMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.LogoffMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.LogonMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.PullAllMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.PullMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.ResetMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.RollbackMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.RouteMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.RouteV44MessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.RunWithMetadataMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.TelemetryMessageEncoder
- encode(Message, ValuePacker) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageEncoder
- encrypted() - Method in class org.neo4j.driver.Config
- end() - Method in interface org.neo4j.driver.types.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() - EndOfStream(String) - Constructor for exception org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.EndOfStream
- enqueue(ResponseHandler) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- ensureCorrectStructSignature(String, byte, byte) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- ensureCorrectStructSize(TypeConstructor, int, long) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- ensureRoutingTable(SecurityPlan, CompletableFuture<DatabaseName>, AccessMode, Set<String>, String, Supplier<CompletionStage<Map<String, Value>>>, BoltProtocolVersion) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistry
-
Ensures the routing table for the database with given access mode.
- ensureRoutingTable(SecurityPlan, CompletableFuture<DatabaseName>, AccessMode, Set<String>, String, Supplier<CompletionStage<Map<String, Value>>>, BoltProtocolVersion) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistryImpl
- ensureRoutingTable(SecurityPlan, AccessMode, Set<String>, Supplier<CompletionStage<Map<String, Value>>>, BoltProtocolVersion) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandler
- ensureRoutingTable(SecurityPlan, AccessMode, Set<String>, Supplier<CompletionStage<Map<String, Value>>>, BoltProtocolVersion) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandlerImpl
- Entity - Interface in org.neo4j.driver.types
-
A uniquely identifiable property container that can form part of a Neo4j graph.
- EntityValueAdapter<V extends Entity> - 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.bolt.api.BasicResponseHandler.Summaries
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.api.BoltAgent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.api.ClusterComposition
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.api.GqlError
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.api.InternalDatabaseName
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.api.NotificationClassification
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.api.NotificationConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.api.SecurityPlanImpl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl.PullSummaryImpl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RouteMessageResponseHandler
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.AbstractStreamingMessage
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.BeginMessage
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.HelloMessage
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RunWithMetadataMessage
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.TelemetryMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.FailureMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.IgnoredMessage
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.RecordMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.SuccessMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3.Query
-
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.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.InternalNotification
- 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) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- error(String, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- error(String, Object...) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- error(String, Object, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- error(String, Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
Logs errors from this driver.
- ERROR - Enum constant in enum class org.neo4j.driver.internal.bolt.api.BoltConnectionState
- ErrorUtil - Class in org.neo4j.driver.internal.util
- eventLoop() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- eventLoop() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- EventLoopGroupFactory - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
-
Manages creation of Netty
EventLoopGroups, which are basicallyExecutors that perform IO operations. - eventLoopThreads() - Method in class org.neo4j.driver.Config
-
Returns the number of
EventLoopthreads. - exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.HandshakeHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ChannelErrorHandler
- EXECUTABLE_QUERY - Enum constant in enum class org.neo4j.driver.internal.bolt.api.TelemetryApi
- 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(AsyncTransaction) - Method in interface org.neo4j.driver.async.AsyncTransactionWork
-
Deprecated.Executes all given operations against the same transaction.
- 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(RxTransaction) - Method in interface org.neo4j.driver.reactive.RxTransactionWork
-
Deprecated.Executes all given operations against the same transaction.
- execute(ReactiveTransactionContext) - Method in interface org.neo4j.driver.reactivestreams.ReactiveTransactionCallback
-
Executes all given operations against the same transaction context.
- execute(Transaction) - Method in interface org.neo4j.driver.TransactionWork
-
Deprecated.Executes all given operations against the same transaction.
- 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.bolt.basicimpl.util.LockUtil
- executeWithLock(Lock, Runnable) - Static method in class org.neo4j.driver.internal.bolt.routedimpl.util.LockUtil
- 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.bolt.basicimpl.util.LockUtil
- executeWithLock(Lock, Supplier<T>) - Static method in class org.neo4j.driver.internal.bolt.routedimpl.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 class org.neo4j.driver.internal.bolt.api.ClusterComposition
- expirationTimestamp() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- expirationTimestamp() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
- 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, EventExecutorGroup, Clock, Logging) - Constructor for class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- ExponentialBackoffRetryLogic(long, EventExecutorGroup, 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.
- extractBoltPatches(Map<String, Value>) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.util.MetadataExtractor
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ChunkDecoder
- extractQueryId(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.util.MetadataExtractor
- extractQueryKeys(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.util.MetadataExtractor
- extractResultAvailableAfter(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.util.MetadataExtractor
- extractServer(Map<String, Value>) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.util.MetadataExtractor
- extractSummary(Query, BoltConnection, long, Map<String, Value>, boolean, GqlStatusObject) - Method in class org.neo4j.driver.internal.util.MetadataExtractor
F
- failedToCreate() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record how many connections that have failed to be created.
- FAILURE - Enum constant in enum class org.neo4j.driver.internal.bolt.api.BoltConnectionState
- FailureMessage - Record Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.response
-
FAILURE response message
- FailureMessage(String, String) - Constructor for record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.FailureMessage
-
Creates an instance of a
FailureMessagerecord class. - FALSE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- FALSE - Static variable in class org.neo4j.driver.internal.value.BooleanValue
- FatalDiscoveryException - Exception 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 org.neo4j.driver.exceptions.FatalDiscoveryException
-
Creates a new instance.
- FatalDiscoveryException(String, String) - Constructor for exception org.neo4j.driver.exceptions.FatalDiscoveryException
-
Deprecated.
- FatalDiscoveryException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception org.neo4j.driver.exceptions.FatalDiscoveryException
-
Creates a new instance.
- fatalErrorOccurred() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- 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 record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.RecordMessage
-
Returns the value of the
fieldsrecord component. - 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
- 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.bolt.basicimpl.packstream.PackType
- 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. - FLOAT_64 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- FloatValue - Class in org.neo4j.driver.internal.value
- FloatValue(double) - Constructor for class org.neo4j.driver.internal.value.FloatValue
- flush() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- flush() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- flush(ResponseHandler) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- flush(ResponseHandler) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- flush(ResponseHandler) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- flush(ResponseHandler) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- flush(ResponseHandler) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- flush(ResponseHandler) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- forAllCertificates(boolean, RevocationCheckingStrategy, ClientCertificateManager, Logging) - Static method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- forceClose(String) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- forceClose(String) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- forceClose(String) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- forceClose(String) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- forceClose(String) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- forceClose(String) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- forceClose(String) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- forceClose(String) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- forChannel(Channel) - Static method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- 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
- forget(BoltServerAddress) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- forget(BoltServerAddress) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
- forgetWriter(BoltServerAddress) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- forgetWriter(BoltServerAddress) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
- forGlobalRegistry() - Static method in class org.neo4j.driver.internal.metrics.MicrometerMetricsProvider
- 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
- forVersion(BoltProtocolVersion) - Static method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- from(String) - Static method in interface org.neo4j.driver.Bookmark
-
Reconstruct bookmark from bookmark string value.
- from(Set<String>) - Static method in interface org.neo4j.driver.Bookmark
-
Deprecated.
- 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. - fromRawBytes(int) - Static method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- futureCompletingConsumer(CompletableFuture<T>) - Static method in class org.neo4j.driver.internal.util.Futures
- Futures - Class in org.neo4j.driver.internal.util
- FutureUtil - Class in org.neo4j.driver.internal.bolt.basicimpl.util
- FutureUtil - Class in org.neo4j.driver.internal.bolt.pooledimpl.util
- FutureUtil - Class in org.neo4j.driver.internal.bolt.routedimpl.util
- FutureUtil() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.util.FutureUtil
- FutureUtil() - Constructor for class org.neo4j.driver.internal.bolt.pooledimpl.util.FutureUtil
- FutureUtil() - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.util.FutureUtil
G
- generateGqlStatusObject(List<String>) - Method in class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler
- GENERIC - Enum constant in enum class org.neo4j.driver.internal.bolt.api.NotificationClassification.Type
- GENERIC - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A generic category.
- GENERIC - Static variable in interface org.neo4j.driver.NotificationCategory
-
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
- 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. - getClusterComposition() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterCompositionLookupResult
- 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.bolt.api.DefaultDomainNameResolver
- getLog(Class<?>) - Method in interface org.neo4j.driver.internal.bolt.api.LoggingProvider
- getLog(Class<?>) - Method in interface org.neo4j.driver.Logging
-
Obtain a
Loggerinstance by class, its name will be the fully qualified name of the class. - getLog(String) - Method in interface org.neo4j.driver.internal.bolt.api.LoggingProvider
- 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 interface org.neo4j.driver.Logging
-
Obtain a
Loggerinstance by name. - getMajorVersion() - Method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- getMessage() - Method in exception org.neo4j.driver.exceptions.SecurityRetryableException
- getMinorVersion() - Method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- getName() - Method in class org.neo4j.driver.internal.bolt.basicimpl.logging.ChannelActivityLogger
- getNodeFields() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- getNodeFields() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.ValueUnpackerV5
- 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
- getRelationshipFields() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- getRelationshipFields() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.ValueUnpackerV5
- getResolvedInitialRouters() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterCompositionLookupResult
- getRoutingTableHandler(DatabaseName) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistry
-
Returns routing table handler for the given database name if it exists in the registry.
- getRoutingTableHandler(DatabaseName) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistryImpl
- getRunError() - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- getRunError() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- getSample() - Method in interface org.neo4j.driver.internal.bolt.api.ListenerEvent
- getStatus() - Method in enum class org.neo4j.driver.internal.bolt.api.GqlStatusError
- getStatusDescription(String) - Method in enum class org.neo4j.driver.internal.bolt.api.GqlStatusError
- getToken() - Method in interface org.neo4j.driver.AuthTokenManager
-
Returns a
CompletionStagefor a validAuthToken. - 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
- getValue() - Method in enum class org.neo4j.driver.internal.bolt.api.TelemetryApi
- GOODBYE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.GoodbyeMessage
- GoodbyeMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- GoodbyeMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- GoodbyeMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.GoodbyeMessageEncoder
- gqlCause() - Method in exception org.neo4j.driver.exceptions.Neo4jException
-
Returns the GQL error cause.
- GqlError - Record Class in org.neo4j.driver.internal.bolt.api
- GqlError(String, String) - Constructor for record class org.neo4j.driver.internal.bolt.api.GqlError
- GqlError(String, String, String, String, Map<String, Value>, GqlError) - Constructor for record class org.neo4j.driver.internal.bolt.api.GqlError
-
Creates an instance of a
GqlErrorrecord class. - gqlStatus() - Method in exception org.neo4j.driver.exceptions.Neo4jException
-
Returns the GQLSTATUS as defined by the GQL standard.
- gqlStatus() - Method in record class org.neo4j.driver.internal.bolt.api.GqlError
-
Returns the value of the
gqlStatusrecord component. - 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.
- GqlStatusError - Enum Class in org.neo4j.driver.internal.bolt.api
- 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
- handle(Set<String>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageHandler
- handle(Set<String>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.OutboundMessageHandler
- handle(Set<String>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltPatchesListener
- handleChannelError(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- handleChannelInactive(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- handleFailureMessage(GqlError) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- handleFailureMessage(GqlError) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ResponseMessageHandler
- handleIgnoredMessage() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- handleIgnoredMessage() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ResponseMessageHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.HandshakeHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ChannelErrorHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ChunkDecoder
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.OutboundMessageHandler
- handleRecordMessage(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- handleRecordMessage(Value[]) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ResponseMessageHandler
- handlerRemoved(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ChannelErrorHandler
- handlerRemoved(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageHandler
- handlerRemoved(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.OutboundMessageHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.HandshakeHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ChunkDecoder
- 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
- handleSuccessMessage(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- handleSuccessMessage(Map<String, Value>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ResponseMessageHandler
- handshakeBuf() - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BoltProtocolUtil
- HandshakeHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- HandshakeHandler(ChannelPipelineBuilder, CompletableFuture<Channel>, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.connection.HandshakeHandler
- handshakeString() - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BoltProtocolUtil
- hasBeenStaleFor(long) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- hasBeenStaleFor(long) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.api.BoltAgent
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- hashCode() - Method in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- hashCode() - Method in class org.neo4j.driver.internal.bolt.api.ClusterComposition
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.api.GqlError
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.bolt.api.InternalDatabaseName
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationClassification
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.api.SecurityPlanImpl
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl.PullSummaryImpl
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RouteMessageResponseHandler
- hashCode() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.AbstractStreamingMessage
- hashCode() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.BeginMessage
- hashCode() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.HelloMessage
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RunWithMetadataMessage
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.TelemetryMessage
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.FailureMessage
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.IgnoredMessage
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.RecordMessage
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.SuccessMessage
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3.Query
-
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.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.InternalNotification
- 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.bolt.api.summary.PullSummary
- hasMore() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl.PullSummaryImpl
-
Returns the value of the
hasMorerecord component. - 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
- hasPlan() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- hasPlan() - Method in interface org.neo4j.driver.summary.ResultSummary
- hasProfile() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- hasProfile() - Method in interface org.neo4j.driver.summary.ResultSummary
- hasRoutersAndReaders() - Method in class org.neo4j.driver.internal.bolt.api.ClusterComposition
- 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
- hasWriters() - Method in class org.neo4j.driver.internal.bolt.api.ClusterComposition
- HelloMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- HelloMessage(String, BoltAgent, Map<String, Value>, Map<String, String>, boolean, NotificationConfig, boolean) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.HelloMessage
- HelloMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- HelloMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.HelloMessageEncoder
- HelloResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- HelloResponseHandler(CompletableFuture<String>, Channel, Clock, CompletableFuture<Long>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloResponseHandler
- HelloV51ResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- HelloV51ResponseHandler(Channel, CompletableFuture<String>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloV51ResponseHandler
- HINT - Enum constant in enum class org.neo4j.driver.internal.bolt.api.NotificationClassification.Type
- HINT - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A hint category.
- HINT - Static variable in interface org.neo4j.driver.NotificationCategory
-
A hint category.
- host - Variable in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- host() - Method in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- host() - Method in interface org.neo4j.driver.net.ServerAddress
-
Retrieve the host portion of this
ServerAddress.
I
- id() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A unique id that identifies this pool metrics.
- id() - Method in interface org.neo4j.driver.types.Entity
-
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.
- idle() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The amount of connections that are currently idle (buffered inside the pool).
- idleTimeBeforeConnectionTest() - Method in class org.neo4j.driver.Config
-
Pooled connections that have been idle in the pool for longer than this timeout will be tested before they are used again, to ensure they are still live.
- ignored() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
ignoredrecord component. - IGNORED - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.IgnoredMessage
- IgnoredMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.response
-
IGNORED response message
- 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 record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
-
Returns the value of the
impersonatedUserrecord component. - 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.
- InboundMessageDispatcher - Class in org.neo4j.driver.internal.bolt.basicimpl.async.inbound
- InboundMessageDispatcher(Channel, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- InboundMessageHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.async.inbound
- InboundMessageHandler(MessageFormat, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageHandler
- includeDateTimeUtcPatchInHello() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- includeDateTimeUtcPatchInHello() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.BoltProtocolV43
- includeDateTimeUtcPatchInHello() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.BoltProtocolV5
- index(String) - Method in interface org.neo4j.driver.Record
-
Retrieve the index of the field with the given key
- indexesAdded() - Method in interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of indexes added to the schema.
- 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
- indexesRemoved() - Method in interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of indexes removed from 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
- indexOf(String) - Method in class org.neo4j.driver.internal.util.QueryKeys
- info(String) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- info(String, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- info(String, Object...) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
Logs information from the driver.
- info(String, Object, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- info(String, Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- INFORMATION - Enum constant in enum class org.neo4j.driver.internal.bolt.api.NotificationSeverity.Type
- INFORMATION - Static variable in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
- INFORMATION - Static variable in interface org.neo4j.driver.NotificationSeverity
-
An information severity level.
- init(BoltServerAddress, RoutingContext, BoltAgent, String, int, MetricsListener) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnectionProvider
- init(BoltServerAddress, RoutingContext, BoltAgent, String, int, MetricsListener) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyBoltConnectionProvider
- init(BoltServerAddress, RoutingContext, BoltAgent, String, int, MetricsListener) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnectionProvider
- init(BoltServerAddress, RoutingContext, BoltAgent, String, int, MetricsListener) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnectionProvider
- initChannel(Channel) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.NettyChannelInitializer
- initialBookmarks() - Method in class org.neo4j.driver.BookmarkManagerConfig
-
Returns the map of bookmarks used to initialise the bookmark manager.
- initializeChannel(Channel, String, BoltAgent, Map<String, Value>, RoutingContext, NotificationConfig, Clock, CompletableFuture<Long>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- initializeChannel(Channel, String, BoltAgent, Map<String, Value>, RoutingContext, NotificationConfig, Clock, CompletableFuture<Long>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- initializeChannel(Channel, String, BoltAgent, Map<String, Value>, RoutingContext, NotificationConfig, Clock, CompletableFuture<Long>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.BoltProtocolV51
- initializeChannel(Channel, String, BoltAgent, Map<String, Value>, RoutingContext, NotificationConfig, Clock, CompletableFuture<Long>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v53.BoltProtocolV53
- inputPosition() - Method in interface org.neo4j.driver.summary.Notification
-
Returns a position in the query where this notification points to.
- 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
- INSECURE - Static variable in interface org.neo4j.driver.internal.bolt.api.SecurityPlan
- installRecordConsumer(BiConsumer<Record, Throwable>) - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- installRecordConsumer(BiConsumer<Record, Throwable>) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- INSTANCE - Enum constant in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- INSTANCE - Enum constant in enum class org.neo4j.driver.internal.metrics.DevNullMetricsProvider
- INSTANCE - Static variable in exception org.neo4j.driver.exceptions.ConnectionReadTimeoutException
-
An instance of
ConnectionReadTimeoutException. - INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.handlers.NoOpResponseHandler
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.LogoffMessage
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v41.BoltProtocolV41
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v42.BoltProtocolV42
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.BoltProtocolV43
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.BoltProtocolV44
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.BoltProtocolV5
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.BoltProtocolV51
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v52.BoltProtocolV52
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v53.BoltProtocolV53
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.BoltProtocolV54
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v55.BoltProtocolV55
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v56.BoltProtocolV56
- INSTANCE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.BoltProtocolV57
- INT_16 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- INT_32 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- INT_64 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- INT_8 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- INTEGER - Enum constant in enum class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackType
- 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) - Constructor for class org.neo4j.driver.internal.async.InternalAsyncSession
- InternalAsyncTransaction - Class in org.neo4j.driver.internal.async
- InternalAsyncTransaction(UnmanagedTransaction) - 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. - InternalDatabaseName - Class in org.neo4j.driver.internal.bolt.api
- 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
- InternalMetricsProvider - Class in org.neo4j.driver.internal.metrics
- InternalMetricsProvider(Clock, Logging) - Constructor for class org.neo4j.driver.internal.metrics.InternalMetricsProvider
- InternalNotification - Class in org.neo4j.driver.internal.summary
- InternalNotification(String, String, Map<String, Value>, String, String, String, NotificationSeverity, String, NotificationClassification, String, InputPosition) - Constructor for class org.neo4j.driver.internal.summary.InternalNotification
- InternalPlan<T extends Plan> - 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) - Constructor for class org.neo4j.driver.internal.reactive.InternalReactiveResult
- InternalReactiveResult(RxResultCursor) - 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) - Constructor for class org.neo4j.driver.internal.reactive.InternalReactiveSession
- InternalReactiveSession(NetworkSession) - 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) - Constructor for class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- InternalReactiveTransaction(UnmanagedTransaction) - 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
- InternalRxResult - Class in org.neo4j.driver.internal.reactive
-
Deprecated.
- InternalRxResult(Supplier<CompletionStage<RxResultCursor>>) - Constructor for class org.neo4j.driver.internal.reactive.InternalRxResult
-
Deprecated.
- InternalRxSession - Class in org.neo4j.driver.internal.reactive
-
Deprecated.
- InternalRxSession(NetworkSession) - Constructor for class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- InternalRxTransaction - Class in org.neo4j.driver.internal.reactive
-
Deprecated.
- InternalRxTransaction(UnmanagedTransaction) - Constructor for class org.neo4j.driver.internal.reactive.InternalRxTransaction
-
Deprecated.
- 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
- inUse() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The amount of connections that are currently in-use (borrowed out of the pool).
- isCustomized(SecuritySettings) - Static method in class org.neo4j.driver.internal.security.SecurityPlans
- isDebugEnabled() - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
Return true if the debug level is enabled.
- isDefined() - Method in class org.neo4j.driver.internal.bolt.api.RoutingContext
- isDone() - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- isDone() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- isEmpty() - Method in interface org.neo4j.driver.Bookmark
-
Deprecated.
- 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.
- isErrorEnabled() - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- isEventLoopThread(Thread) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.EventLoopGroupFactory
-
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
- isFatal(Throwable) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- isHostnameVerificationEnabled() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Check if hostname verification is enabled for this trust strategy.
- isHttp(BoltProtocolVersion) - Static method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- isInfoEnabled() - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- isLoggable(System.Logger.Level) - Method in class org.neo4j.driver.internal.bolt.basicimpl.logging.ChannelActivityLogger
- isMetricsEnabled() - Method in class org.neo4j.driver.Config
- isMetricsEnabled() - Method in interface org.neo4j.driver.Driver
-
Returns true if the driver metrics reporting is enabled via
Config.ConfigBuilder.withDriverMetrics(), otherwise false. - 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
- 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.bolt.basicimpl.async.NetworkConnection
- isOpen() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- 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.reactive.InternalRxResult
-
Deprecated.
- isOpen() - Method in class org.neo4j.driver.internal.reactive.InternalRxTransaction
-
Deprecated.
- 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.reactive.RxResult
-
Deprecated.Determine if result is open.
- isOpen() - Method in interface org.neo4j.driver.reactive.RxTransaction
-
Deprecated.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
- isRoutingTableAged() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandler
- isRoutingTableAged() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandlerImpl
- isServerRoutingEnabled() - Method in class org.neo4j.driver.internal.bolt.api.RoutingContext
- isStaleFor(AccessMode) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- isStaleFor(AccessMode) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
- isTelemetryDisabled() - Method in class org.neo4j.driver.Config
-
Returns if the telemetry is disabled on the driver side.
- isTelemetryEnabled() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- isTelemetryEnabled() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- isTraceEnabled() - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
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
- 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
- isWarnEnabled() - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
Create logging implementation that uses
java.util.logging. - joinNowOrElseThrow(CompletableFuture<T>, Supplier<? extends RuntimeException>) - Static method in class org.neo4j.driver.internal.bolt.routedimpl.util.FutureUtil
- 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
- keyIndex() - Method in class org.neo4j.driver.internal.util.QueryKeys
- 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 interface org.neo4j.driver.internal.bolt.api.summary.RunSummary
- 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.reactive.InternalRxResult
-
Deprecated.
- 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.reactive.RxResult
-
Deprecated.Returns a cold publisher 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 interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of labels added to nodes.
- 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
- labelsRemoved() - Method in interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of labels removed from 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
- language() - Method in record class org.neo4j.driver.internal.bolt.api.BoltAgent
-
Returns the value of the
languagerecord component. - languageDetails() - Method in record class org.neo4j.driver.internal.bolt.api.BoltAgent
-
Returns the value of the
languageDetailsrecord component. - lastBookmark() - Method in interface org.neo4j.driver.async.AsyncSession
-
Deprecated.
- lastBookmark() - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
-
Deprecated.
- lastBookmark() - Method in class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- lastBookmark() - Method in interface org.neo4j.driver.reactive.RxSession
-
Deprecated.Return the last bookmark of this session.
- lastBookmark() - Method in interface org.neo4j.driver.Session
-
Deprecated.
- 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.
- lastUsedTimestamp(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- LeakLoggingNetworkSession - Class in org.neo4j.driver.internal.async
- LeakLoggingNetworkSession(BoltSecurityPlanManager, BoltConnectionProvider, RetryLogic, DatabaseName, AccessMode, Set<Bookmark>, String, long, Logging, BookmarkManager, NotificationConfig, NotificationConfig, AuthToken, boolean, AuthTokenManager) - Constructor for class org.neo4j.driver.internal.async.LeakLoggingNetworkSession
- LeastConnectedLoadBalancingStrategy - Class in org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing
- LeastConnectedLoadBalancingStrategy(Function<BoltServerAddress, Integer>, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing.LeastConnectedLoadBalancingStrategy
- length() - Method in interface org.neo4j.driver.types.Path
- level() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
-
Returns the value of the
levelrecord component. - 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(Value[]) - Static method in class org.neo4j.driver.internal.util.Extract
- list(Value[], Function<Value, T>) - Static method in class org.neo4j.driver.internal.util.Extract
- LIST - Enum constant in enum class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackType
- 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. - LIST_16 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- LIST_32 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- LIST_8 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- 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
- ListenerEvent<T> - Interface in org.neo4j.driver.internal.bolt.api
- ListValue - Class in org.neo4j.driver.internal.value
- ListValue(Value...) - Constructor for class org.neo4j.driver.internal.value.ListValue
- LoadBalancingStrategy - Interface in org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing
-
A facility to select most appropriate reader or writer among the given addresses for request processing.
- loadX509Cert(Certificate, String, KeyStore) - Static method in class org.neo4j.driver.internal.util.CertificateTool
-
Load a certificate to a key store with a name
- loadX509Cert(X509Certificate[], KeyStore) - Static method in class org.neo4j.driver.internal.util.CertificateTool
- loadX509Cert(List<File>, KeyStore) - Static method in class org.neo4j.driver.internal.util.CertificateTool
-
Load the certificates written in X.509 format in a file to a key store.
- LOCAL_DATE_TIME - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- LOCAL_DATE_TIME - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- LOCAL_DATE_TIME - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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_DATE_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- LOCAL_DATE_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- LOCAL_DEFAULT - Static variable in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- LOCAL_TIME - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- LOCAL_TIME - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- LOCAL_TIME - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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. - LOCAL_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- LOCAL_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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.bolt.basicimpl.util
- LockUtil - Class in org.neo4j.driver.internal.bolt.routedimpl.util
- LockUtil - Class in org.neo4j.driver.internal.util
- LockUtil() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.util.LockUtil
- LockUtil() - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.util.LockUtil
- LockUtil() - Constructor for class org.neo4j.driver.internal.util.LockUtil
- log - Variable in class org.neo4j.driver.internal.async.NetworkSession
- log(System.Logger.Level, ResourceBundle, String, Object...) - Method in class org.neo4j.driver.internal.bolt.basicimpl.logging.ChannelActivityLogger
- log(System.Logger.Level, ResourceBundle, String, Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.logging.ChannelActivityLogger
- Logger - Interface in org.neo4j.driver
-
Logs messages for driver activity.
- logging() - Method in class org.neo4j.driver.Config
-
Logging provider
- Logging - Interface in org.neo4j.driver
-
Accessor for
Loggerinstances. - LoggingProvider - Interface in org.neo4j.driver.internal.bolt.api
- logLeakedSessions() - Method in class org.neo4j.driver.Config
-
Check if leaked sessions logging is enabled.
- logoff() - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- logoff() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- logoff() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- logoff() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- logoff() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- logoff() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- logoff(Connection, MessageHandler<Void>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- logoff(Connection, MessageHandler<Void>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.BoltProtocolV51
- LogoffMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- LogoffMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- LogoffMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.LogoffMessageEncoder
- LogoffResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- LogoffResponseHandler(CompletableFuture<?>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.LogoffResponseHandler
- logoffSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
logoffSummaryrecord component. - LogoffSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- logon(Map<String, Value>) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- logon(Map<String, Value>) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- logon(Map<String, Value>) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- logon(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- logon(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- logon(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- logon(Connection, Map<String, Value>, Clock, MessageHandler<Void>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- logon(Connection, Map<String, Value>, Clock, MessageHandler<Void>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.BoltProtocolV51
- LogonMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- LogonMessage(Map<String, Value>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.LogonMessage
- LogonMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- LogonMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.LogonMessageEncoder
- LogonResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- LogonResponseHandler(CompletableFuture<?>, Channel, Clock, CompletableFuture<Long>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.LogonResponseHandler
- logonSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
logonSummaryrecord component. - LogonSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- lookupClusterComposition(SecurityPlan, RoutingTable, Function<BoltServerAddress, BoltConnectionProvider>, Set<String>, String, Supplier<CompletionStage<Map<String, Value>>>, BoltProtocolVersion) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.Rediscovery
- lookupClusterComposition(SecurityPlan, RoutingTable, Function<BoltServerAddress, BoltConnectionProvider>, Set<String>, String, Supplier<CompletionStage<Map<String, Value>>>, BoltProtocolVersion) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RediscoveryImpl
- LossyCoercion - Exception 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 org.neo4j.driver.exceptions.value.LossyCoercion
-
Creates a new instance.
M
- MANAGED_TRANSACTION - Enum constant in enum class org.neo4j.driver.internal.bolt.api.TelemetryApi
- 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(GqlError) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- map(Record, Function<Value, T>) - Static method in class org.neo4j.driver.internal.util.Extract
- MAP - Enum constant in enum class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackType
- 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. - MAP_16 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- MAP_32 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- MAP_8 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- MapAccessor - Interface in org.neo4j.driver.types
-
Access the keys, properties and values of an underlying unordered map by key
- MapAccessorWithDefaultValue - Interface in org.neo4j.driver.types
-
Provides methods to access the value of an underlying unordered map by key.
- mapOfValues(Map<String, Object>) - Static method in class org.neo4j.driver.internal.util.Extract
- 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 record class org.neo4j.driver.internal.bolt.api.GqlError
-
Returns the value of the
messagerecord component. - message() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.FailureMessage
-
Returns the value of the
messagerecord component. - Message - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
-
Base class for all protocol messages.
- MessageDecoder - Class in org.neo4j.driver.internal.bolt.basicimpl.async.inbound
- MessageDecoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.MessageDecoder
- messageDispatcher(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- MessageEncoder - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- MessageFormat - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- MessageFormat.Reader - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- MessageFormat.Writer - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- MessageFormatV3 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v3
- MessageFormatV3() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.MessageFormatV3
- MessageFormatV4 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v4
- MessageFormatV4() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.MessageFormatV4
- MessageFormatV43 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v43
-
Bolt message format v4.3
- MessageFormatV43() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.MessageFormatV43
- MessageFormatV44 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v44
-
Bolt message format v4.4
- MessageFormatV44() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.MessageFormatV44
- MessageFormatV5 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v5
- MessageFormatV5() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.MessageFormatV5
- MessageFormatV51 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v51
- MessageFormatV51() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.MessageFormatV51
- MessageFormatV54 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v54
- MessageFormatV54() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.MessageFormatV54
- MessageFormatV57 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v57
- MessageFormatV57() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.MessageFormatV57
- MessageHandler<T> - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- MessageIgnoredException - Exception in org.neo4j.driver.internal.bolt.api.exception
- MessageIgnoredException(String) - Constructor for exception org.neo4j.driver.internal.bolt.api.exception.MessageIgnoredException
- MessageReaderV5 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v5
- MessageReaderV5(PackInput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.MessageReaderV5
- MessageReaderV57 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v57
- MessageReaderV57(PackInput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.MessageReaderV57
- MessageWriterV3 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v3
- MessageWriterV3(PackOutput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.MessageWriterV3
- MessageWriterV4 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v4
- MessageWriterV4(PackOutput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.MessageWriterV4
- MessageWriterV43 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v43
-
Bolt message writer v4.3
- MessageWriterV43(PackOutput, boolean) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.MessageWriterV43
- MessageWriterV44 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v44
-
Bolt message writer v4.4
- MessageWriterV44(PackOutput, boolean) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.MessageWriterV44
- MessageWriterV5 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v5
- MessageWriterV5(PackOutput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.MessageWriterV5
- MessageWriterV51 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v51
- MessageWriterV51(PackOutput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.MessageWriterV51
- MessageWriterV54 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v54
- MessageWriterV54(PackOutput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.MessageWriterV54
- metadata() - Method in interface org.neo4j.driver.internal.bolt.api.summary.DiscardSummary
- metadata() - Method in interface org.neo4j.driver.internal.bolt.api.summary.PullSummary
- metadata() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl.PullSummaryImpl
-
Returns the value of the
metadatarecord component. - metadata() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.AbstractStreamingMessage
- metadata() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.HelloMessage
- metadata() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.SuccessMessage
-
Returns the value of the
metadatarecord component. - 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.bolt.basicimpl.messaging.v3.BoltProtocolV3
- METADATA_EXTRACTOR - Static variable in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- MetadataExtractor - Class in org.neo4j.driver.internal.bolt.basicimpl.util
- MetadataExtractor - Class in org.neo4j.driver.internal.util
- MetadataExtractor(String) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.util.MetadataExtractor
- MetadataExtractor(String) - Constructor for class org.neo4j.driver.internal.util.MetadataExtractor
- metrics() - Method in interface org.neo4j.driver.Driver
-
Returns the driver metrics if metrics reporting is enabled via
Config.ConfigBuilder.withDriverMetrics(). - metrics() - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsProvider
- metrics() - Method in class org.neo4j.driver.internal.metrics.InternalMetricsProvider
- metrics() - Method in interface org.neo4j.driver.internal.metrics.MetricsProvider
- metrics() - Method in class org.neo4j.driver.internal.metrics.MicrometerMetricsProvider
- Metrics - Interface in org.neo4j.driver
-
Provides driver internal metrics.
- metricsAdapter() - Method in class org.neo4j.driver.Config
-
Returns the
MetricsAdapter. - MetricsAdapter - Enum Class in org.neo4j.driver
-
Defines which metrics consumer to use: Should metrics be consumed and exposed via driver's default consumer or provided with one of the external facades.
- metricsListener() - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsProvider
- metricsListener() - Method in class org.neo4j.driver.internal.metrics.InternalMetricsProvider
- metricsListener() - Method in interface org.neo4j.driver.internal.metrics.MetricsProvider
- metricsListener() - Method in class org.neo4j.driver.internal.metrics.MicrometerMetricsProvider
- MetricsListener - Interface in org.neo4j.driver.internal.bolt.api
- MetricsProvider - Interface in org.neo4j.driver.internal.metrics
-
An adapter that collects driver metrics via
MetricsListenerand publishes them viaMetricsinstance. - MICROMETER - Enum constant in enum class org.neo4j.driver.MetricsAdapter
-
Consumes and publishes metrics via Micrometer.
- MicrometerMetricsProvider - Class in org.neo4j.driver.internal.metrics
-
An adapter to bridge between driver metrics and Micrometer
meter registry. - 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.
- minimumSeverity() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationConfig
-
Returns the value of the
minimumSeverityrecord component. - MinVersionAcquisitionException - Exception in org.neo4j.driver.internal.bolt.api.exception
- MinVersionAcquisitionException(String, BoltProtocolVersion) - Constructor for exception org.neo4j.driver.internal.bolt.api.exception.MinVersionAcquisitionException
- months() - Method in interface org.neo4j.driver.types.IsoDuration
-
Retrieve amount of months in this duration.
- MultiDatabaseUtil - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- MultiDatabaseUtil() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.MultiDatabaseUtil
N
- name() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.AbstractStreamingMessage
- name() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.DiscardMessage
- name() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.PullMessage
- 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
- name() - Element in annotation interface org.neo4j.driver.util.Preview
-
The feature name or a reference.
- NAME - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.OutboundMessageHandler
- nanoseconds() - Method in interface org.neo4j.driver.types.IsoDuration
-
Retrieve amount of nanoseconds of the second in this duration.
- Neo4jDriverBlockHoundIntegration - Class in org.neo4j.driver.internal.blockhound
- Neo4jDriverBlockHoundIntegration() - Constructor for class org.neo4j.driver.internal.blockhound.Neo4jDriverBlockHoundIntegration
- Neo4jException - Exception in org.neo4j.driver.exceptions
-
This is the base class for Neo4j exceptions.
- Neo4jException(String) - Constructor for exception org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- Neo4jException(String, String) - Constructor for exception org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- Neo4jException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- Neo4jException(String, String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- Neo4jException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.Neo4jException
-
Creates a new instance.
- NettyBoltConnectionProvider - Class in org.neo4j.driver.internal.bolt.basicimpl
- NettyBoltConnectionProvider(EventLoopGroup, Clock, DomainNameResolver, LocalAddress, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.NettyBoltConnectionProvider
- NettyChannelInitializer - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- NettyChannelInitializer(BoltServerAddress, SecurityPlan, int, Clock, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.connection.NettyChannelInitializer
- NettyConnectionProvider - Class in org.neo4j.driver.internal.bolt.basicimpl
- NettyConnectionProvider(EventLoopGroup, Clock, DomainNameResolver, LocalAddress, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.NettyConnectionProvider
- NettyDomainNameResolver - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- NettyDomainNameResolver(EventExecutor, DomainNameResolver) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.connection.NettyDomainNameResolver
- NettyDomainNameResolverGroup - Class in org.neo4j.driver.internal.bolt.basicimpl.async.connection
- NettyDomainNameResolverGroup(DomainNameResolver) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.connection.NettyDomainNameResolverGroup
- NettyLogger - Class in org.neo4j.driver.internal.bolt.basicimpl
- NettyLogger(String, System.Logger) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- NettyLogging - Class in org.neo4j.driver.internal.bolt.basicimpl
-
This is the logging factory to delegate netty's logging to our logging system
- NettyLogging(LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.NettyLogging
- NetworkConnection - Class in org.neo4j.driver.internal.bolt.basicimpl.async
-
This connection represents a simple network connection to a remote server.
- NetworkConnection(Channel, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- NetworkSession - Class in org.neo4j.driver.internal.async
- NetworkSession(BoltSecurityPlanManager, BoltConnectionProvider, RetryLogic, DatabaseName, AccessMode, Set<Bookmark>, String, long, Logging, BookmarkManager, NotificationConfig, NotificationConfig, AuthToken, boolean, AuthTokenManager) - Constructor for class org.neo4j.driver.internal.async.NetworkSession
- NetworkSession.RunRxResponseHandler - Class in org.neo4j.driver.internal.async
- newBootstrap(int) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BootstrapFactory
- newBootstrap(EventLoopGroup) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BootstrapFactory
- newConnectionTerminatedError() - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- newConnectionTerminatedError(String) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- newDiscardAllMessage(long) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.DiscardMessage
- newEventLoopGroup(int) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.EventLoopGroupFactory
-
Create new
EventLoopGroupwith specified thread count. - newHashMapWithSize(int) - Static method in class org.neo4j.driver.internal.util.Iterables
- newInstance(String) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogging
- newLinkedHashMapWithSize(int) - Static method in class org.neo4j.driver.internal.util.Iterables
- newNeo4jError(GqlError) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- newReader(PackInput) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageFormat
- newReader(PackInput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.MessageFormatV3
- newReader(PackInput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.MessageFormatV4
- newReader(PackInput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.MessageFormatV43
- newReader(PackInput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.MessageFormatV44
- newReader(PackInput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.MessageFormatV5
- newReader(PackInput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.MessageFormatV51
- newReader(PackInput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.MessageFormatV54
- newReader(PackInput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.MessageFormatV57
- newResolver(EventExecutor) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.NettyDomainNameResolverGroup
- newResultConsumedError() - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- newWriter(PackOutput) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageFormat
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.MessageFormatV3
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.MessageFormatV4
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.MessageFormatV43
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.MessageFormatV44
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.MessageFormatV5
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.MessageFormatV51
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.MessageFormatV54
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.MessageFormatV57
- next() - Method in interface org.neo4j.driver.Result
-
Navigate to and retrieve the next
Recordin this result. - next(int) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing.RoundRobinArrayIndex
- 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_PROTOCOL_VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BoltProtocolUtil
- NO_RECORD - Enum constant in enum class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler.RecordState
- 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 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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 interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of nodes created.
- 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
- nodesDeleted() - Method in interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of nodes deleted.
- 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
- 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
-
Create logging implementation that discards all messages and logs nothing.
- NoOpResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- NoOpResponseHandler() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.NoOpResponseHandler
- NoSuchRecordException - Exception 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 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
-
Representation for notifications found when executing a query.
- NotificationCategory - Interface in org.neo4j.driver
-
Notification category.
- NotificationClassification - Enum Class in org.neo4j.driver
-
Notification classification.
- NotificationClassification - Record Class in org.neo4j.driver.internal.bolt.api
- NotificationClassification(NotificationClassification.Type) - Constructor for record class org.neo4j.driver.internal.bolt.api.NotificationClassification
-
Creates an instance of a
NotificationClassificationrecord class. - NotificationClassification.Type - Enum Class in org.neo4j.driver.internal.bolt.api
- notificationConfig() - Method in class org.neo4j.driver.Config
-
Returns notification config.
- notificationConfig() - Method in class org.neo4j.driver.SessionConfig
-
Returns notification config.
- NotificationConfig - Record Class in org.neo4j.driver.internal.bolt.api
- NotificationConfig - Interface in org.neo4j.driver
-
A notification configuration defining what notifications should be supplied by the server.
- NotificationConfig(NotificationSeverity, Set<NotificationClassification>) - Constructor for record class org.neo4j.driver.internal.bolt.api.NotificationConfig
-
Creates an instance of a
NotificationConfigrecord class. - notifications() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- notifications() - Method in interface org.neo4j.driver.summary.ResultSummary
-
A list of notifications that might arise when executing the query.
- NotificationSeverity - Record Class in org.neo4j.driver.internal.bolt.api
- NotificationSeverity - Interface in org.neo4j.driver
-
Notification severity level.
- NotificationSeverity(NotificationSeverity.Type, int) - Constructor for record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
-
Creates an instance of a
NotificationSeverityrecord class. - NotificationSeverity.Type - Enum Class in org.neo4j.driver.internal.bolt.api
- NotMultiValued - Exception 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 org.neo4j.driver.exceptions.value.NotMultiValued
-
Creates a new instance.
- NULL - Enum constant in enum class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackType
- NULL - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- NULL - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- 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 extends Number> - 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
- of(MeterRegistry) - Static method in class org.neo4j.driver.internal.metrics.MicrometerMetricsProvider
- 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.
- 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 - Enum constant in enum class org.neo4j.driver.internal.bolt.api.NotificationSeverity.Type
- OFF - Static variable in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
- 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.bolt.api.BasicResponseHandler
- onBeginSummary(BeginSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onBeginSummary(BeginSummary) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onCommitSummary(CommitSummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onCommitSummary(CommitSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onComplete() - Method in class org.neo4j.driver.internal.async.NetworkSession.RunRxResponseHandler
- onComplete() - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onComplete() - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onComplete() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onComplete() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onConnectionFailure(BoltServerAddress) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandler
- onConnectionFailure(BoltServerAddress) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandlerImpl
- onDiscardSummary(DiscardSummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onDiscardSummary(DiscardSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- 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.async.NetworkSession.RunRxResponseHandler
- onError(Throwable) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onError(Throwable) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onError(Throwable) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageHandler
- onError(Throwable) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onError(Throwable) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onErrorContinue(CompletableFuture<T>, Throwable, Function<Throwable, ? extends CompletionStage<T>>) - Static method in class org.neo4j.driver.internal.bolt.routedimpl.util.FutureUtil
- onExpired() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.async.connection.AuthorizationStateListener
-
Notifies the listener that the credentials stored on the server side have expired.
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.BeginTxResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.CommitTxResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.DiscardResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloV51ResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.LogoffResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.LogonResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.NoOpResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.ResetResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RollbackTxResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RouteMessageResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RunResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.TelemetryResponseHandler
- onFailure(Throwable) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.ResponseHandler
- onIgnored() - Method in class org.neo4j.driver.internal.async.NetworkSession.RunRxResponseHandler
- onIgnored() - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onIgnored() - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onIgnored() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onIgnored() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onLogoffSummary(LogoffSummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onLogoffSummary(LogoffSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onLogonSummary(LogonSummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onLogonSummary(LogonSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onPullSummary(PullSummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onPullSummary(PullSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onPullSummary(PullSummary) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onPullSummary(PullSummary) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onRecord(Value[]) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.BeginTxResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.CommitTxResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.DiscardResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloV51ResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.LogoffResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.LogonResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.NoOpResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.ResetResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RollbackTxResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RouteMessageResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RunResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.TelemetryResponseHandler
- onRecord(Value[]) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.PullMessageHandler
- onRecord(Value[]) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.ResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- onResetSummary(ResetSummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onResetSummary(ResetSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onRollbackSummary(RollbackSummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onRollbackSummary(RollbackSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onRouteSummary(RouteSummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onRouteSummary(RouteSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onRunSummary(RunSummary) - Method in class org.neo4j.driver.internal.async.NetworkSession.RunRxResponseHandler
- onRunSummary(RunSummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onRunSummary(RunSummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onRunSummary(RunSummary) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.BeginTxResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.CommitTxResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.DiscardResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloV51ResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.LogoffResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.LogonResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.NoOpResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.ResetResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RollbackTxResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RouteMessageResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.RunResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.TelemetryResponseHandler
- onSuccess(Map<String, Value>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.ResponseHandler
- onSummary(T) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageHandler
- onTelemetrySummary(TelemetrySummary) - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- onTelemetrySummary(TelemetrySummary) - Method in interface org.neo4j.driver.internal.bolt.api.ResponseHandler
- onTelemetrySummary(TelemetrySummary) - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- onWriteFailure(BoltServerAddress) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandler
- onWriteFailure(BoltServerAddress) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandlerImpl
- OPEN - Enum constant in enum class org.neo4j.driver.internal.bolt.api.BoltConnectionState
- operationComplete(ChannelFuture) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelConnectedListener
- operatorType() - Method in class org.neo4j.driver.internal.summary.InternalPlan
- operatorType() - Method in interface org.neo4j.driver.summary.Plan
- 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.async - package org.neo4j.driver.internal.async
- org.neo4j.driver.internal.blockhound - package org.neo4j.driver.internal.blockhound
- org.neo4j.driver.internal.bolt.api - package org.neo4j.driver.internal.bolt.api
- org.neo4j.driver.internal.bolt.api.exception - package org.neo4j.driver.internal.bolt.api.exception
- org.neo4j.driver.internal.bolt.api.summary - package org.neo4j.driver.internal.bolt.api.summary
- org.neo4j.driver.internal.bolt.basicimpl - package org.neo4j.driver.internal.bolt.basicimpl
- org.neo4j.driver.internal.bolt.basicimpl.async - package org.neo4j.driver.internal.bolt.basicimpl.async
- org.neo4j.driver.internal.bolt.basicimpl.async.connection - package org.neo4j.driver.internal.bolt.basicimpl.async.connection
- org.neo4j.driver.internal.bolt.basicimpl.async.inbound - package org.neo4j.driver.internal.bolt.basicimpl.async.inbound
- org.neo4j.driver.internal.bolt.basicimpl.async.outbound - package org.neo4j.driver.internal.bolt.basicimpl.async.outbound
- org.neo4j.driver.internal.bolt.basicimpl.handlers - package org.neo4j.driver.internal.bolt.basicimpl.handlers
- org.neo4j.driver.internal.bolt.basicimpl.logging - package org.neo4j.driver.internal.bolt.basicimpl.logging
- org.neo4j.driver.internal.bolt.basicimpl.messaging - package org.neo4j.driver.internal.bolt.basicimpl.messaging
- org.neo4j.driver.internal.bolt.basicimpl.messaging.common - package org.neo4j.driver.internal.bolt.basicimpl.messaging.common
- org.neo4j.driver.internal.bolt.basicimpl.messaging.encode - package org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- org.neo4j.driver.internal.bolt.basicimpl.messaging.request - package org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- org.neo4j.driver.internal.bolt.basicimpl.messaging.response - package org.neo4j.driver.internal.bolt.basicimpl.messaging.response
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v3 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v3
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v4 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v4
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v41 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v41
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v42 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v42
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v43 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v43
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v44 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v44
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v5 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v5
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v51 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v51
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v52 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v52
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v53 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v53
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v54 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v54
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v55 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v55
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v56 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v56
- org.neo4j.driver.internal.bolt.basicimpl.messaging.v57 - package org.neo4j.driver.internal.bolt.basicimpl.messaging.v57
- org.neo4j.driver.internal.bolt.basicimpl.packstream - package org.neo4j.driver.internal.bolt.basicimpl.packstream
- org.neo4j.driver.internal.bolt.basicimpl.spi - package org.neo4j.driver.internal.bolt.basicimpl.spi
- org.neo4j.driver.internal.bolt.basicimpl.util - package org.neo4j.driver.internal.bolt.basicimpl.util
- org.neo4j.driver.internal.bolt.pooledimpl - package org.neo4j.driver.internal.bolt.pooledimpl
- org.neo4j.driver.internal.bolt.pooledimpl.util - package org.neo4j.driver.internal.bolt.pooledimpl.util
- org.neo4j.driver.internal.bolt.routedimpl - package org.neo4j.driver.internal.bolt.routedimpl
- org.neo4j.driver.internal.bolt.routedimpl.cluster - package org.neo4j.driver.internal.bolt.routedimpl.cluster
- org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing - package org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing
- org.neo4j.driver.internal.bolt.routedimpl.util - package org.neo4j.driver.internal.bolt.routedimpl.util
- org.neo4j.driver.internal.cursor - package org.neo4j.driver.internal.cursor
- org.neo4j.driver.internal.logging - package org.neo4j.driver.internal.logging
- org.neo4j.driver.internal.metrics - package org.neo4j.driver.internal.metrics
- 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.net - package org.neo4j.driver.net
- 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
- OutboundMessageHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.async.outbound
- OutboundMessageHandler(MessageFormat, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.OutboundMessageHandler
- Overflow(String) - Constructor for exception org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Overflow
- overrideAuthToken() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
P
- pack(boolean) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- pack(byte[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- pack(double) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- pack(long) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- pack(Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- pack(String) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- pack(String) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ValuePacker
- pack(String) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- pack(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- pack(Map<String, Value>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ValuePacker
- pack(Value) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- pack(Value) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ValuePacker
- packBytesHeader(int) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- packer - Variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- Packer(PackOutput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- PackInput - Interface in org.neo4j.driver.internal.bolt.basicimpl.packstream
-
This is what
PackStreamuses to ingest data, implement this on top of any data source of your choice to deserialize the stream withPackStream. - packInternalValue(InternalValue) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- packListHeader(int) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- packMapHeader(int) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- packNull() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- PackOutput - Interface in org.neo4j.driver.internal.bolt.basicimpl.packstream
-
This is where
PackStreamwrites its output to. - PackStream - Class in org.neo4j.driver.internal.bolt.basicimpl.packstream
-
PackStream is a messaging serialisation format heavily inspired by MessagePack.
- PackStream.EndOfStream - Exception in org.neo4j.driver.internal.bolt.basicimpl.packstream
- PackStream.Overflow - Exception in org.neo4j.driver.internal.bolt.basicimpl.packstream
- PackStream.Packer - Class in org.neo4j.driver.internal.bolt.basicimpl.packstream
- PackStream.PackStreamException - Exception in org.neo4j.driver.internal.bolt.basicimpl.packstream
- PackStream.Unexpected - Exception in org.neo4j.driver.internal.bolt.basicimpl.packstream
- PackStream.UnPackable - Exception in org.neo4j.driver.internal.bolt.basicimpl.packstream
- PackStream.Unpacker - Class in org.neo4j.driver.internal.bolt.basicimpl.packstream
- PackStreamException(String) - Constructor for exception org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.PackStreamException
- packStructHeader(int, byte) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- packStructHeader(int, byte) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ValuePacker
- packStructHeader(int, byte) - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Packer
- PackType - Enum Class in org.neo4j.driver.internal.bolt.basicimpl.packstream
- pageCacheHitRatio() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- pageCacheHitRatio() - Method in interface org.neo4j.driver.summary.ProfiledPlan
- pageCacheHits() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- pageCacheHits() - Method in interface org.neo4j.driver.summary.ProfiledPlan
- pageCacheMisses() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- pageCacheMisses() - Method in interface org.neo4j.driver.summary.ProfiledPlan
- Pair<K,
V> - Interface in org.neo4j.driver.util -
Immutable pair of a key and a value
- parameters() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RunWithMetadataMessage
- parameters() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3.Query
-
Returns the value of the
parametersrecord component. - parameters() - Method in class org.neo4j.driver.Query
- 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(Map<String, Object>) - Static method in interface org.neo4j.driver.reactive.RxQueryRunner
-
Deprecated.Creates a value from a map instance.
- parameters(Record) - Static method in interface org.neo4j.driver.reactive.RxQueryRunner
-
Deprecated.Creates a value from a record instance.
- PARAMETERS_KEY - Static variable in class org.neo4j.driver.internal.security.InternalAuthToken
- 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 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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
- peekByte() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ByteBufInput
- peekByte() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackInput
-
Get the next byte without forwarding the internal pointer
- peekNextType() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- 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.internal.bolt.api.NotificationClassification.Type
- PERFORMANCE - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A performance category.
- PERFORMANCE - Static variable in interface org.neo4j.driver.NotificationCategory
-
A performance category.
- pipelineTelemetryIfEnabled(BoltConnection) - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- 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.
- platform() - Method in record class org.neo4j.driver.internal.bolt.api.BoltAgent
-
Returns the value of the
platformrecord component. - 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) - 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. - POINT_2D_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- POINT_2D_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- POINT_2D_STRUCT_TYPE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- POINT_2D_STRUCT_TYPE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- POINT_3D_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- POINT_3D_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- POINT_3D_STRUCT_TYPE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- POINT_3D_STRUCT_TYPE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- PointValue - Class in org.neo4j.driver.internal.value
- PointValue(Point) - Constructor for class org.neo4j.driver.internal.value.PointValue
- PooledBoltConnection - Class in org.neo4j.driver.internal.bolt.pooledimpl
- PooledBoltConnection(BoltConnection, PooledBoltConnectionProvider, Runnable, Runnable) - Constructor for class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- PooledBoltConnectionProvider - Class in org.neo4j.driver.internal.bolt.pooledimpl
- PooledBoltConnectionProvider(BoltConnectionProvider, int, long, long, long, Clock, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnectionProvider
- port - Variable in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- port() - Method in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- 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.InternalNotification
- position() - Method in interface org.neo4j.driver.summary.Notification
-
The position in the query where this notification points to.
- Preconditions - Class in org.neo4j.driver.internal.bolt.basicimpl.util
- Preconditions - Class in org.neo4j.driver.internal.util
- Preconditions() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.util.Preconditions
- preferInitialRouter() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- preferInitialRouter() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
- 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
- product() - Method in record class org.neo4j.driver.internal.bolt.api.BoltAgent
-
Returns the value of the
productrecord component. - 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 interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of properties (on both nodes and relationships) set.
- 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
- protocol() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- protocol() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- ProtocolException - Exception in org.neo4j.driver.exceptions
-
A signal that the contract for client-server communication has broken down.
- ProtocolException(String) - Constructor for exception org.neo4j.driver.exceptions.ProtocolException
-
Creates a new instance.
- ProtocolException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.ProtocolException
-
Creates a new instance.
- protocolVersion() - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- protocolVersion() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- protocolVersion() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- protocolVersion() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- protocolVersion() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- protocolVersion() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- 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.
- protocolVersion(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- pull(long, long) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- pull(long, long) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- pull(long, long) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- pull(long, long) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- pull(long, long) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- pull(long, long) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- pull(Connection, long, long, PullMessageHandler) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- pull(Connection, long, long, PullMessageHandler) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- pull(Connection, long, long, PullMessageHandler) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
- PULL_ALL - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.PullAllMessage
- PULL_ALL - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.PullMessage
- pullAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableResultCursorImpl
- pullAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.ResultCursorImpl
- pullAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- PullAllMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
-
PULL_ALL request message
- PullAllMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- PullAllMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.PullAllMessageEncoder
- PullMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
-
PULL request message
- PullMessage(long, long) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.PullMessage
- PullMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- PullMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.PullMessageEncoder
- PullMessageHandler - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- PullResponseCompletionListener - Interface in org.neo4j.driver.internal.bolt.basicimpl.handlers
- PullResponseHandlerImpl - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- PullResponseHandlerImpl(PullMessageHandler) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl
- PullResponseHandlerImpl.PullSummaryImpl - Record Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- pullSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
pullSummaryrecord component. - PullSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- PullSummaryImpl(boolean, Map<String, Value>) - Constructor for record class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl.PullSummaryImpl
-
Creates an instance of a
PullSummaryImplrecord class.
Q
- query() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RunWithMetadataMessage
- query() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3.Query
-
Returns the value of the
queryrecord component. - query() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- query() - Method in interface org.neo4j.driver.summary.ResultSummary
- 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, Map<String, Value>) - Constructor for record class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3.Query
-
Creates an instance of a
Queryrecord class. - 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. - queryId() - Method in interface org.neo4j.driver.internal.bolt.api.summary.RunSummary
- 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
- QueryType - Enum Class in org.neo4j.driver.summary
-
The type of query executed.
- queuedHandlersCount() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
R
- rawCategory() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- rawCategory() - Method in interface org.neo4j.driver.summary.Notification
-
Returns the raw category of the notification as a String returned by the server.
- rawClassification() - Method in exception org.neo4j.driver.exceptions.Neo4jException
-
Returns the error classification as a
Stringvalue. - rawClassification() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- rawClassification() - Method in interface org.neo4j.driver.summary.Notification
-
Returns notification classification from the diagnostic record as a
Stringvalue 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
-
Returns the raw severity level of the notification as a String value retrieved directly from the diagnostic record.
- 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() - Method in interface org.neo4j.driver.Driver
-
Deprecated.superseded by
Driver.session(Class) - reactiveSession(SessionConfig) - Method in interface org.neo4j.driver.Driver
-
Deprecated.superseded by
Driver.session(Class, SessionConfig) - 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(ResponseMessageHandler) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonMessageReader
- read(ResponseMessageHandler) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageFormat.Reader
- READ - Enum constant in enum class org.neo4j.driver.AccessMode
-
Use this for transactions that requires a read server in a cluster
- READ - Enum constant in enum class org.neo4j.driver.internal.bolt.api.AccessMode
- 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.
- readByte() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ByteBufInput
- readByte() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackInput
-
Consume one byte
- readBytes(byte[], int, int) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ByteBufInput
- readBytes(byte[], int, int) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackInput
-
Consume a specified number of bytes
- readDouble() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ByteBufInput
- readDouble() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackInput
-
Consume an 8-byte IEEE 754 "double format" floating-point number
- readers() - Method in class org.neo4j.driver.internal.bolt.api.ClusterComposition
- readers() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- readers() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
-
Returns an immutable list of reader addresses.
- readInt() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ByteBufInput
- readInt() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackInput
-
Consume a 4-byte signed integer
- readLong() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ByteBufInput
- readLong() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackInput
-
Consume an 8-byte signed integer
- readShort() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ByteBufInput
- readShort() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackInput
-
Consume a 2-byte signed integer
- readTimedOut(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ConnectionReadTimeoutHandler
- readTimedOut(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ConnectTimeoutHandler
- readTransaction(RxTransactionWork<? extends Publisher<T>>) - Method in class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- readTransaction(RxTransactionWork<? extends Publisher<T>>) - Method in interface org.neo4j.driver.reactive.RxSession
-
Deprecated.Execute given unit of reactive work in a
readreactive transaction. - readTransaction(RxTransactionWork<? extends Publisher<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- readTransaction(RxTransactionWork<? extends Publisher<T>>, TransactionConfig) - Method in interface org.neo4j.driver.reactive.RxSession
-
Deprecated.Execute given unit of reactive work in a
readreactive transaction with the specifiedconfiguration. - readTransaction(TransactionWork<T>) - Method in interface org.neo4j.driver.Session
-
Deprecated.superseded by
Session.executeRead(TransactionCallback). - readTransaction(TransactionWork<T>, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Deprecated.superseded by
Session.executeRead(TransactionCallback, TransactionConfig). - readTransactionAsync(AsyncTransactionWork<CompletionStage<T>>) - Method in interface org.neo4j.driver.async.AsyncSession
-
Deprecated.superseded by
AsyncSession.executeReadAsync(AsyncTransactionCallback). - readTransactionAsync(AsyncTransactionWork<CompletionStage<T>>) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
-
Deprecated.
- readTransactionAsync(AsyncTransactionWork<CompletionStage<T>>, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Deprecated.
- readTransactionAsync(AsyncTransactionWork<CompletionStage<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
-
Deprecated.
- REALM_KEY - Static variable in class org.neo4j.driver.internal.security.InternalAuthToken
- Record - Interface in org.neo4j.driver
-
Container for Cypher result values.
- RecordMessage - Record Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.response
- RecordMessage(Value[]) - Constructor for record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.RecordMessage
-
Creates an instance of a
RecordMessagerecord class. - 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.reactive.InternalRxResult
-
Deprecated.
- 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.reactive.RxResult
-
Deprecated.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
- Records - Class in org.neo4j.driver
-
Static utility methods for retaining records
- recordState - Variable in class org.neo4j.driver.internal.cursor.AbstractRecordStateResponseHandler
- Rediscovery - Interface in org.neo4j.driver.internal.bolt.routedimpl.cluster
-
Provides cluster composition lookup capabilities and initial router address resolution.
- rediscoveryBookmarks() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- RediscoveryImpl - Class in org.neo4j.driver.internal.bolt.routedimpl.cluster
- RediscoveryImpl(BoltServerAddress, Function<BoltServerAddress, Set<BoltServerAddress>>, LoggingProvider, DomainNameResolver) - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.cluster.RediscoveryImpl
- 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
- registerPoolMetrics(String, BoltServerAddress, IntSupplier, IntSupplier) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
- registerPoolMetrics(String, BoltServerAddress, IntSupplier, IntSupplier) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- relationship() - Method in interface org.neo4j.driver.types.Path.Segment
- Relationship - Interface in org.neo4j.driver.types
-
The Relationship interface describes the characteristics of a relationship from a Neo4j graph.
- RELATIONSHIP - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- RELATIONSHIP - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- 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 interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of relationships created.
- 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
- relationshipsDeleted() - Method in interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of relationships deleted.
- 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
- 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
- remove(DatabaseName) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistry
-
Removes a routing table of the given database from registry.
- remove(DatabaseName) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistryImpl
- removeAged() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistry
-
Removes all routing tables that has been not used for a long time.
- removeAged() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistryImpl
- removePoolMetrics(String) - Method in interface org.neo4j.driver.internal.bolt.api.MetricsListener
- removePoolMetrics(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- replaceRouterIfPresent(BoltServerAddress, BoltServerAddress) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- replaceRouterIfPresent(BoltServerAddress, BoltServerAddress) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
- 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.bolt.api.SecurityPlan
- requiresClientAuth() - Method in record class org.neo4j.driver.internal.bolt.api.SecurityPlanImpl
-
Returns the value of the
requiresClientAuthrecord component. - 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.bolt.api.SecurityPlan
- requiresEncryption() - Method in record class org.neo4j.driver.internal.bolt.api.SecurityPlanImpl
-
Returns the value of the
requiresEncryptionrecord component. - 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.bolt.api.SecurityPlan
- requiresHostnameVerification() - Method in record class org.neo4j.driver.internal.bolt.api.SecurityPlanImpl
-
Returns the value of the
requiresHostnameVerificationrecord component. - 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.
- RESERVED_C4 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_C5 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_C6 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_C7 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_CF - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_D3 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_D7 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_DB - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_DE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_DF - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E0 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E1 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E2 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E3 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E4 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E5 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E6 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E7 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E8 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_E9 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_EA - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_EB - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_EC - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_ED - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_EE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- RESERVED_EF - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- reset() - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- reset() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- reset() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- reset() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- reset() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- reset() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- reset(Connection, MessageHandler<Void>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- reset(Connection, MessageHandler<Void>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- RESET - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.ResetMessage
- resetAsync() - Method in class org.neo4j.driver.internal.async.NetworkSession
- ResetMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
-
RESET request message
- ResetMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- ResetMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.ResetMessageEncoder
- ResetResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- ResetResponseHandler(CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.ResetResponseHandler
- ResetResponseHandler(CompletableFuture<Void>, Throwable) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.ResetResponseHandler
- resetSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
resetSummaryrecord component. - ResetSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- resolve() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.Rediscovery
- resolve() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RediscoveryImpl
- resolve(String) - Method in class org.neo4j.driver.internal.bolt.api.DefaultDomainNameResolver
- resolve(String) - Method in interface org.neo4j.driver.internal.bolt.api.DomainNameResolver
-
Resolve the given domain name to a set of addresses.
- 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. - ResponseHandler - Interface in org.neo4j.driver.internal.bolt.api
- ResponseHandler - Interface in org.neo4j.driver.internal.bolt.basicimpl.spi
- ResponseMessageHandler - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- Result - Interface in org.neo4j.driver
-
The result of running a Cypher query, conceptually a stream of
records. - resultAvailableAfter() - Method in interface org.neo4j.driver.internal.bolt.api.summary.RunSummary
- 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.
- 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 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 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(BoltConnection, Query, long, Consumer<Throwable>, Consumer<DatabaseBookmark>, boolean, Supplier<Throwable>, CompletableFuture<UnmanagedTransaction>, ApiTelemetryWork) - 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
- ResultSummary - Interface in org.neo4j.driver.internal.bolt.api
-
The result summary of running a query.
- 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 class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- rollback() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- rollback() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- rollback() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- rollback() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- rollback() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- 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.reactive.InternalRxTransaction
-
Deprecated.
- 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.reactive.RxTransaction
-
Deprecated.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.
- ROLLBACK - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RollbackMessage
- 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() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- RollbackMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- RollbackMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- RollbackMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.RollbackMessageEncoder
- rollbackSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
rollbackSummaryrecord component. - RollbackSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- rollbackTransaction(Connection, MessageHandler<Void>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- rollbackTransaction(Connection, MessageHandler<Void>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- RollbackTxResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- RollbackTxResponseHandler(CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.RollbackTxResponseHandler
- 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. - RoundRobinArrayIndex - Class in org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing
- route(DatabaseName, String, Set<String>) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- route(DatabaseName, String, Set<String>) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- route(DatabaseName, String, Set<String>) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- route(DatabaseName, String, Set<String>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- route(DatabaseName, String, Set<String>) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- route(DatabaseName, String, Set<String>) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- route(Connection, Map<String, Value>, Set<String>, String, String, MessageHandler<RouteSummary>, Clock, LoggingProvider) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- route(Connection, Map<String, Value>, Set<String>, String, String, MessageHandler<RouteSummary>, Clock, LoggingProvider) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- route(Connection, Map<String, Value>, Set<String>, String, String, MessageHandler<RouteSummary>, Clock, LoggingProvider) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
- route(Connection, Map<String, Value>, Set<String>, String, String, MessageHandler<RouteSummary>, Clock, LoggingProvider) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.BoltProtocolV43
- RoutedBoltConnection - Class in org.neo4j.driver.internal.bolt.routedimpl
- RoutedBoltConnection(BoltConnection, RoutingTableHandler, AccessMode, RoutedBoltConnectionProvider) - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- RoutedBoltConnectionProvider - Class in org.neo4j.driver.internal.bolt.routedimpl
- RoutedBoltConnectionProvider(Supplier<BoltConnectionProvider>, Function<BoltServerAddress, Set<BoltServerAddress>>, DomainNameResolver, long, Rediscovery, Clock, LoggingProvider) - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnectionProvider
- RouteMessage - Record Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
-
From the application point of view it is not interesting to know about the role a member plays in the cluster.
- RouteMessage(Map<String, Value>, Set<String>, String, String) - Constructor for record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
-
Constructor
- RouteMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
-
Encodes the ROUTE message to the stream
- RouteMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.RouteMessageEncoder
- RouteMessageResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
-
Handles the RouteMessage response getting the success response and return its routing table property as the response.
- RouteMessageResponseHandler(CompletableFuture<Map<String, Value>>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.RouteMessageResponseHandler
- routers() - Method in class org.neo4j.driver.internal.bolt.api.ClusterComposition
- routers() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- routers() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
-
Returns an immutable list of router addresses.
- routeSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
routeSummaryrecord component. - RouteSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- RouteV44MessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
-
Encodes the ROUTE message to the stream
- RouteV44MessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.RouteV44MessageEncoder
- routing() - Method in class org.neo4j.driver.QueryConfig
-
Returns routing mode for the query.
- routingContext() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
-
Returns the value of the
routingContextrecord component. - RoutingContext - Class in org.neo4j.driver.internal.bolt.api
- RoutingContext(URI) - Constructor for class org.neo4j.driver.internal.bolt.api.RoutingContext
- RoutingControl - Interface in org.neo4j.driver
-
Defines routing mode for query.
- routingTable() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandler
- routingTable() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandlerImpl
- RoutingTable - Interface in org.neo4j.driver.internal.bolt.routedimpl.cluster
- RoutingTableHandler - Interface in org.neo4j.driver.internal.bolt.routedimpl.cluster
- RoutingTableHandlerImpl - Class in org.neo4j.driver.internal.bolt.routedimpl.cluster
- RoutingTableHandlerImpl(RoutingTable, Rediscovery, Function<BoltServerAddress, BoltConnectionProvider>, RoutingTableRegistry, LoggingProvider, long, Consumer<Set<BoltServerAddress>>) - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandlerImpl
- routingTablePurgeDelayMillis() - Method in class org.neo4j.driver.Config
-
Returns stale routing table purge delay.
- RoutingTableRegistry - Interface in org.neo4j.driver.internal.bolt.routedimpl.cluster
-
A generic interface to access all routing tables as a whole.
- RoutingTableRegistryImpl - Class in org.neo4j.driver.internal.bolt.routedimpl.cluster
- RoutingTableRegistryImpl(Function<BoltServerAddress, BoltConnectionProvider>, Rediscovery, Clock, LoggingProvider, long, Consumer<Set<BoltServerAddress>>) - Constructor for class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableRegistryImpl
- run(String) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- run(String) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- 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.reactive.RxQueryRunner
-
Deprecated.Register running of a query and return a reactive result stream.
- 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.reactivestreams.InternalReactiveSession
- 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.reactive.RxQueryRunner
-
Deprecated.Register running of a query and return a reactive result stream.
- 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 class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- 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.reactive.RxSession
-
Deprecated.Run a query with parameters in an auto-commit transaction with specified
TransactionConfigand return a reactive result stream. - 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, Map<String, Value>) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- run(String, Map<String, Value>) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- run(String, Map<String, Value>) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- run(String, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- run(String, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- run(String, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- run(String, Record) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
- run(String, Record) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveSession
- 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.reactive.RxQueryRunner
-
Deprecated.Register running of a query and return a reactive result stream.
- 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 class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- 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.reactive.RxSession
-
Deprecated.Run a query with parameters in an auto-commit transaction with specified
TransactionConfigand return a reactive result stream. - 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.reactivestreams.InternalReactiveSession
- 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.reactive.RxQueryRunner
-
Deprecated.Register running of a query and return a reactive result stream.
- 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(Connection, String, Map<String, Value>, MessageHandler<RunSummary>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- run(Connection, String, Map<String, Value>, MessageHandler<RunSummary>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- 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.reactive.InternalRxSession
-
Deprecated.
- run(Query) - Method in class org.neo4j.driver.internal.reactive.InternalRxTransaction
-
Deprecated.
- 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.reactive.RxQueryRunner
-
Deprecated.Register running of a query and return a reactive result stream.
- 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.reactive.InternalRxSession
-
Deprecated.
- 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.reactive.RxSession
-
Deprecated.Run a query in an auto-commit transaction with specified
configurationand return a reactive result stream. - 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>) - 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) - 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) - Method in class org.neo4j.driver.internal.async.NetworkSession
- runAuto(Connection, DatabaseName, AccessMode, String, String, Map<String, Value>, Set<String>, Duration, Map<String, Value>, NotificationConfig, MessageHandler<RunSummary>, LoggingProvider) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- runAuto(Connection, DatabaseName, AccessMode, String, String, Map<String, Value>, Set<String>, Duration, Map<String, Value>, NotificationConfig, MessageHandler<RunSummary>, LoggingProvider) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- runInAutoCommitTransaction(DatabaseName, AccessMode, String, Set<String>, String, Map<String, Value>, Duration, Map<String, Value>, NotificationConfig) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- runInAutoCommitTransaction(DatabaseName, AccessMode, String, Set<String>, String, Map<String, Value>, Duration, Map<String, Value>, NotificationConfig) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- runInAutoCommitTransaction(DatabaseName, AccessMode, String, Set<String>, String, Map<String, Value>, Duration, Map<String, Value>, NotificationConfig) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- runInAutoCommitTransaction(DatabaseName, AccessMode, String, Set<String>, String, Map<String, Value>, Duration, Map<String, Value>, NotificationConfig) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- runInAutoCommitTransaction(DatabaseName, AccessMode, String, Set<String>, String, Map<String, Value>, Duration, Map<String, Value>, NotificationConfig) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- runInAutoCommitTransaction(DatabaseName, AccessMode, String, Set<String>, String, Map<String, Value>, Duration, Map<String, Value>, NotificationConfig) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- RunResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
- RunResponseHandler(CompletableFuture<RunSummary>, MetadataExtractor) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.RunResponseHandler
- runRx(Query) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- runRx(Query, TransactionConfig, CompletionStage<RxResultCursor>) - Method in class org.neo4j.driver.internal.async.NetworkSession
- RunRxResponseHandler(Logging, BoltConnection, Query, Consumer<DatabaseBookmark>, AtomicBoolean) - Constructor for class org.neo4j.driver.internal.async.NetworkSession.RunRxResponseHandler
- runSummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
runSummaryrecord component. - RunSummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- runTransaction(AccessMode, Function<S, ? extends Publisher<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- RunWithMetadataMessage - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- RunWithMetadataMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- RunWithMetadataMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.RunWithMetadataMessageEncoder
- RxQueryRunner - Interface in org.neo4j.driver.reactive
-
Deprecated.superseded by
ReactiveQueryRunnerandReactiveQueryRunner - RxResult - Interface in org.neo4j.driver.reactive
-
Deprecated.superseded by
ReactiveResultandReactiveResult - RxResultCursor - Interface in org.neo4j.driver.internal.cursor
- RxResultCursorImpl - Class in org.neo4j.driver.internal.cursor
- RxResultCursorImpl(BoltConnection, Query, RunSummary, Throwable, Consumer<DatabaseBookmark>, Consumer<Throwable>, boolean, Supplier<Throwable>, Logging) - Constructor for class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- rxSession() - Method in interface org.neo4j.driver.Driver
-
Deprecated.superseded by
Driver.session(Class) - rxSession(SessionConfig) - Method in interface org.neo4j.driver.Driver
-
Deprecated.superseded by
Driver.session(Class, SessionConfig) - RxSession - Interface in org.neo4j.driver.reactive
-
Deprecated.superseded by
ReactiveSessionandReactiveSession - RxTransaction - Interface in org.neo4j.driver.reactive
-
Deprecated.superseded by
ReactiveTransactionandReactiveTransaction - RxTransactionWork<T> - Interface in org.neo4j.driver.reactive
-
Deprecated.superseded by
ReactiveTransactionCallbackandReactiveTransactionCallback - RxUtils - Class in org.neo4j.driver.internal.reactive
- RxUtils() - Constructor for class org.neo4j.driver.internal.reactive.RxUtils
S
- saveX509Cert(Certificate[], File) - Static method in class org.neo4j.driver.internal.util.CertificateTool
-
Save a list of certificates into a file
- saveX509Cert(Certificate, File) - Static method in class org.neo4j.driver.internal.util.CertificateTool
-
Save a certificate to a file.
- SCHEMA - Enum constant in enum class org.neo4j.driver.internal.bolt.api.NotificationClassification.Type
- SCHEMA - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A schema category.
- SCHEMA - Static variable in interface org.neo4j.driver.NotificationCategory
-
A schema category.
- SCHEMA_WRITE - Enum constant in enum class org.neo4j.driver.summary.QueryType
-
Schema write.
- SCHEME_KEY - Static variable in class org.neo4j.driver.internal.security.InternalAuthToken
- 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.internal.bolt.api.NotificationClassification.Type
- SECURITY - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A security category.
- SECURITY - Static variable in interface org.neo4j.driver.NotificationCategory
-
A security category.
- securityException() - Method in exception org.neo4j.driver.exceptions.SecurityRetryableException
-
Returns the original security exception.
- SecurityException - Exception in org.neo4j.driver.exceptions
-
Failed to communicate with the server due to security errors.
- SecurityException(String, String) - Constructor for exception org.neo4j.driver.exceptions.SecurityException
-
Creates a new instance.
- SecurityException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception org.neo4j.driver.exceptions.SecurityException
-
Creates a new instance.
- SecurityException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.SecurityException
-
Creates a new instance.
- SecurityPlan - Interface in org.neo4j.driver.internal.bolt.api
-
A SecurityPlan consists of encryption and trust details.
- 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.
- SecurityPlanImpl - Record Class in org.neo4j.driver.internal.bolt.api
-
A SecurityPlan consists of encryption and trust details.
- SecurityPlanImpl(boolean, boolean, SSLContext, boolean) - Constructor for record class org.neo4j.driver.internal.bolt.api.SecurityPlanImpl
-
Creates an instance of a
SecurityPlanImplrecord class. - SecurityPlans - Class in org.neo4j.driver.internal.security
- SecurityPlans() - Constructor for class org.neo4j.driver.internal.security.SecurityPlans
- SecurityRetryableException - Exception 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 org.neo4j.driver.exceptions.SecurityRetryableException
-
Creates a new instance.
- selectReader(List<BoltServerAddress>) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing.LeastConnectedLoadBalancingStrategy
- selectReader(List<BoltServerAddress>) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing.LoadBalancingStrategy
-
Select most appropriate read address from the given array of addresses.
- selectWriter(List<BoltServerAddress>) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing.LeastConnectedLoadBalancingStrategy
- selectWriter(List<BoltServerAddress>) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing.LoadBalancingStrategy
-
Select most appropriate write address from the given array of addresses.
- 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 class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- serverAddress() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- serverAddress() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- serverAddress() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- serverAddress() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- serverAddress() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- serverAddress() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- serverAddress() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- serverAddress(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- 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 class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- serverAgent() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- serverAgent() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- serverAgent() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- serverAgent() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- serverAgent() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- serverAgent() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- serverAgent() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- serverAgent(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- ServerInfo - Interface in org.neo4j.driver.summary
-
Provides some basic information of the server where the result is obtained from.
- servers() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- servers() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
-
Returns an immutable unordered set of all addresses known by this routing table.
- servers() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandler
- servers() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandlerImpl
- ServiceUnavailableException - Exception in org.neo4j.driver.exceptions
-
An ServiceUnavailableException indicates that the driver cannot communicate with the cluster.
- ServiceUnavailableException(String) - Constructor for exception org.neo4j.driver.exceptions.ServiceUnavailableException
-
Creates a new instance.
- ServiceUnavailableException(String, Throwable) - Constructor for exception 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.
- 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. - SessionExpiredException - Exception in org.neo4j.driver.exceptions
-
A SessionExpiredException indicates that the session can no longer satisfy the criteria under which it was acquired, e.g.
- SessionExpiredException(String) - Constructor for exception org.neo4j.driver.exceptions.SessionExpiredException
-
Creates a new instance.
- SessionExpiredException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.SessionExpiredException
-
Creates a new instance.
- setAuthorizationStateListener(Channel, AuthorizationStateListener) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setBeforeLastHandlerHook(Runnable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.InboundMessageDispatcher
- setConnectionId(Channel, String) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setConnectionReadTimeout(Channel, Long) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setCreationTimestamp(Channel, long) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setEnabled(boolean) - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- setLastUsedTimestamp(Channel, long) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setMessageDispatcher(Channel, InboundMessageDispatcher) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setProtocolVersion(Channel, BoltProtocolVersion) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setServerAddress(Channel, BoltServerAddress) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setServerAgent(Channel, String) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setTelemetryEnabled(Channel, Boolean) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- setTerminationReason(Channel, String) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- severity() - Method in interface org.neo4j.driver.summary.Notification
-
Deprecated.superseded by
Notification.severityLevel()andNotification.rawSeverityLevel() - severityLevel() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- severityLevel() - Method in interface org.neo4j.driver.summary.Notification
-
Returns the severity level of the notification derived from the diagnostic record.
- signature() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.Message
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.BeginMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.CommitMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.DiscardAllMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.DiscardMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.GoodbyeMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.HelloMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.LogoffMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.LogonMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.PullAllMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.PullMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.ResetMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RollbackMessage
- signature() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RunWithMetadataMessage
- signature() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.TelemetryMessage
- signature() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.FailureMessage
- signature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.IgnoredMessage
- signature() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.RecordMessage
- signature() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.SuccessMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.BeginMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.CommitMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.DiscardAllMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.DiscardMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.GoodbyeMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.HelloMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.LogoffMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.LogonMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.PullAllMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.PullMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.ResetMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RollbackMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RunWithMetadataMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.TelemetryMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.FailureMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.IgnoredMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.RecordMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.SuccessMessage
- 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
- 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
-
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.bolt.api.SecurityPlan
- sslContext() - Method in record class org.neo4j.driver.internal.bolt.api.SecurityPlanImpl
-
Returns the value of the
sslContextrecord component. - 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.bolt.api.ListenerEvent
- 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
- start(ByteBuf) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.inbound.ByteBufInput
- start(ByteBuf) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.ChunkAwareByteBufOutput
- 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() - state() - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- state() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- state() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- state() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- state() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- state() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- StaticAuthTokenManager - Class in org.neo4j.driver.internal.security
- StaticAuthTokenManager(AuthToken) - Constructor for class org.neo4j.driver.internal.security.StaticAuthTokenManager
- statusDescription() - Method in exception org.neo4j.driver.exceptions.Neo4jException
-
Returns the GQLSTATUS description.
- statusDescription() - Method in record class org.neo4j.driver.internal.bolt.api.GqlError
-
Returns the value of the
statusDescriptionrecord component. - 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.bolt.basicimpl.async.inbound.ByteBufInput
- stop() - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.ChunkAwareByteBufOutput
- 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. - STREAM_LIMIT_UNLIMITED - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.AbstractStreamingMessage
- 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.bolt.basicimpl.packstream.PackType
- 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. - STRING_16 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- STRING_32 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- STRING_8 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- StringValue - Class in org.neo4j.driver.internal.value
- StringValue(String) - Constructor for class org.neo4j.driver.internal.value.StringValue
- STRUCT - Enum constant in enum class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackType
- STRUCT_16 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- STRUCT_8 - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- SUCCESS - Static variable in class org.neo4j.driver.internal.summary.InternalGqlStatusObject
- SuccessMessage - Record Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.response
-
SUCCESS response message
- SuccessMessage(Map<String, Value>) - Constructor for record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.SuccessMessage
-
Creates an instance of a
SuccessMessagerecord class. - summaries() - Method in class org.neo4j.driver.internal.bolt.api.BasicResponseHandler
- Summaries(BeginSummary, RunSummary, List<Value[]>, PullSummary, DiscardSummary, CommitSummary, RollbackSummary, ResetSummary, RouteSummary, LogoffSummary, LogonSummary, TelemetrySummary, int) - Constructor for record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Creates an instance of a
Summariesrecord class. - summary() - Method in interface org.neo4j.driver.EagerResult
-
Returns the result summary.
- summaryAsync() - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- summaryAsync() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- SummaryCounters - Interface in org.neo4j.driver.internal.bolt.api
-
Contains counters for various operations that a query triggered.
- SummaryCounters - Interface in org.neo4j.driver.summary
-
Contains counters for various operations that a query triggered.
- supportsMultiDb() - Method in interface org.neo4j.driver.Driver
-
Returns true if the server or cluster the driver connects to supports multi-databases, otherwise false.
- supportsMultiDb(SecurityPlan, Map<String, Value>) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnectionProvider
- supportsMultiDb(SecurityPlan, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyBoltConnectionProvider
- supportsMultiDb(SecurityPlan, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnectionProvider
- supportsMultiDb(SecurityPlan, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnectionProvider
- 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(SecurityPlan, Map<String, Value>) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnectionProvider
- supportsSessionAuth(SecurityPlan, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyBoltConnectionProvider
- supportsSessionAuth(SecurityPlan, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnectionProvider
- supportsSessionAuth(SecurityPlan, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnectionProvider
- SYSTEM_DATABASE_NAME - Static variable in class org.neo4j.driver.internal.bolt.api.DatabaseNameUtil
- systemDatabase() - Static method in class org.neo4j.driver.internal.bolt.api.DatabaseNameUtil
- systemUpdates() - Method in interface org.neo4j.driver.internal.bolt.api.SummaryCounters
-
Returns the number of system updates performed by this query.
- 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
T
- telemetry(TelemetryApi) - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- telemetry(TelemetryApi) - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- telemetry(TelemetryApi) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- telemetry(TelemetryApi) - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- telemetry(TelemetryApi) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- telemetry(TelemetryApi) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- telemetry(Connection, Integer, MessageHandler<Void>) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
- telemetry(Connection, Integer, MessageHandler<Void>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- telemetry(Connection, Integer, MessageHandler<Void>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.BoltProtocolV54
- TELEMETRY_ENABLED_KEY - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.handlers.HelloV51ResponseHandler
- telemetryApi() - Method in record class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
-
Returns the value of the
telemetryApirecord component. - TelemetryApi - Enum Class in org.neo4j.driver.internal.bolt.api
-
An enum of valid telemetry metrics.
- telemetryEnabled(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- TelemetryMessage - Record Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
-
TELEMETRY message Sent by the client to inform which API is used.
- TelemetryMessage(Integer) - Constructor for record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.TelemetryMessage
-
Creates an instance of a
TelemetryMessagerecord class. - TelemetryMessageEncoder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.encode
- TelemetryMessageEncoder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.encode.TelemetryMessageEncoder
- TelemetryResponseHandler - Class in org.neo4j.driver.internal.bolt.basicimpl.handlers
-
Handles
TelemetryMessageresponses. - TelemetryResponseHandler(CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.handlers.TelemetryResponseHandler
-
Constructor
- telemetrySummary() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
telemetrySummaryrecord component. - TelemetrySummary - Interface in org.neo4j.driver.internal.bolt.api.summary
- telemetrySupported() - Method in class org.neo4j.driver.internal.async.BoltConnectionWithAuthTokenManager
- telemetrySupported() - Method in class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- telemetrySupported() - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnection
- telemetrySupported() - Method in class org.neo4j.driver.internal.bolt.basicimpl.BoltConnectionImpl
- telemetrySupported() - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnection
- telemetrySupported() - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnection
- 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
- TerminationAwareBoltConnection - Class in org.neo4j.driver.internal.async
- TerminationAwareBoltConnection(BoltConnection, TerminationAwareStateLockingExecutor) - Constructor for class org.neo4j.driver.internal.async.TerminationAwareBoltConnection
- TerminationAwareStateLockingExecutor - Interface in org.neo4j.driver.internal.async
- terminationReason(Channel) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.ChannelAttributes
- text() - Method in class org.neo4j.driver.Query
- throwable() - Method in class org.neo4j.driver.internal.bolt.basicimpl.handlers.ResetResponseHandler
- time() - Method in class org.neo4j.driver.internal.summary.InternalProfiledPlan
- time() - Method in interface org.neo4j.driver.summary.ProfiledPlan
- TIME - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- TIME - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- TIME - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- TIME() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
- TIME() - Method in interface org.neo4j.driver.types.TypeSystem
-
Returns a
Typeinstance representing time. - TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- timedOutToAcquire() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record how many times that we've failed to acquire a connection from the pool within configured maximum acquisition timeout set by
Config.ConfigBuilder.withConnectionAcquisitionTimeout(long, TimeUnit). - 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
- TINY_LIST - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- TINY_MAP - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- TINY_STRING - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- TINY_STRUCT - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- title() - Method in class org.neo4j.driver.internal.summary.InternalNotification
- title() - Method in interface org.neo4j.driver.summary.Notification
-
Returns a short summary of the notification.
- toInt() - Method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- toIntRange(BoltProtocolVersion) - Method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- TokenExpiredException - Exception in org.neo4j.driver.exceptions
-
The provided token has expired.
- TokenExpiredException(String, String) - Constructor for exception org.neo4j.driver.exceptions.TokenExpiredException
-
Creates a new instance.
- TokenExpiredException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception org.neo4j.driver.exceptions.TokenExpiredException
-
Creates a new instance.
- toMap() - Method in class org.neo4j.driver.internal.bolt.api.RoutingContext
- toMap() - Method in class org.neo4j.driver.internal.security.InternalAuthToken
- TOPOLOGY - Enum constant in enum class org.neo4j.driver.internal.bolt.api.NotificationClassification.Type
- TOPOLOGY - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
A topology category.
- TOPOLOGY - Static variable in interface org.neo4j.driver.NotificationCategory
-
A topology category.
- toString() - Method in record class org.neo4j.driver.internal.bolt.api.BasicResponseHandler.Summaries
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.bolt.api.BoltAgent
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.bolt.api.BoltProtocolVersion
- toString() - Method in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
- toString() - Method in class org.neo4j.driver.internal.bolt.api.ClusterComposition
- toString() - Method in record class org.neo4j.driver.internal.bolt.api.GqlError
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.bolt.api.InternalDatabaseName
- toString() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationClassification
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationConfig
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.bolt.api.RoutingContext
- toString() - Method in record class org.neo4j.driver.internal.bolt.api.SecurityPlanImpl
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.handlers.PullResponseHandlerImpl.PullSummaryImpl
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.AbstractStreamingMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.BeginMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.CommitMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.DiscardAllMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.GoodbyeMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.HelloMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.LogoffMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.LogonMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.PullAllMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.ResetMessage
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RollbackMessage
- toString() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RouteMessage
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RunWithMetadataMessage
- toString() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.TelemetryMessage
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.FailureMessage
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.IgnoredMessage
- toString() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.RecordMessage
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.response.SuccessMessage
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3.Query
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- toString() - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- 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.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.Value
- totalAcquisitionTime() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record the total acquisition time in milliseconds of all connection acquisition requests since the pool is created.
- totalConnectionTime() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record the total time in milliseconds spent to establishing new socket connections since the pool is created.
- totalCount() - Method in interface org.neo4j.driver.internal.bolt.api.SummaryCounters
- totalInUseCount() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The total amount of connections that are borrowed outside the pool since the pool is created.
- totalInUseTime() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
A counter to record the total time in milliseconds connections are borrowed out of the pool, such as the time spent in user's application code to run cypher queries.
- trace(String) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- trace(String, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- trace(String, Object...) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
Logs binary sent and received by this driver.
- trace(String, Object, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- trace(String, Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- traceOrDebug(String, Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.logging.ChannelErrorLogger
- 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. - 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.
- TransactionMetadataBuilder - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.request
- TransactionMetadataBuilder() - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.TransactionMetadataBuilder
- TransactionNestingException - Exception in org.neo4j.driver.exceptions
-
This exception indicates a user is nesting new transaction with an on-going transaction (unmanaged and/or auto-commit).
- TransactionNestingException(String) - Constructor for exception org.neo4j.driver.exceptions.TransactionNestingException
-
Creates a new instance.
- TransactionTerminatedException - Exception in org.neo4j.driver.exceptions
-
Indicates that the transaction has been terminated.
- TransactionTerminatedException(String) - Constructor for exception org.neo4j.driver.exceptions.TransactionTerminatedException
-
Creates a new instance.
- TransactionTerminatedException(String, String) - Constructor for exception org.neo4j.driver.exceptions.TransactionTerminatedException
-
Creates a new instance.
- TransactionTerminatedException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception org.neo4j.driver.exceptions.TransactionTerminatedException
-
Creates a new instance.
- TransactionTerminatedException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.TransactionTerminatedException
-
Creates a new instance.
- TransactionType - Enum Class in org.neo4j.driver.internal.bolt.api
- TransactionWork<T> - Interface in org.neo4j.driver
-
Deprecated.superseded by
TransactionCallback. - TRANSIENT_ERROR - Enum constant in enum class org.neo4j.driver.exceptions.GqlStatusErrorClassification
-
Transient error.
- TransientException - Exception in org.neo4j.driver.exceptions
-
A TransientException signals a temporary fault that may be worked around by retrying.
- TransientException(String, String) - Constructor for exception org.neo4j.driver.exceptions.TransientException
-
Creates a new instance.
- TransientException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception org.neo4j.driver.exceptions.TransientException
-
Creates a new instance.
- TRUE - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream
- 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
- 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 record class org.neo4j.driver.internal.bolt.api.NotificationClassification
-
Returns the value of the
typerecord component. - type() - Method in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
-
Returns the value of the
typerecord component. - 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 interface org.neo4j.driver.types.Relationship
-
Return the type of this relationship.
- type() - Method in interface org.neo4j.driver.Value
- 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
- UNBOUND_RELATIONSHIP - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- Uncoercible - Exception in org.neo4j.driver.exceptions.value
-
A Uncoercible exception indicates that the conversion cannot be achieved.
- Uncoercible(String, String) - Constructor for exception org.neo4j.driver.exceptions.value.Uncoercible
-
Creates a new instance.
- UNCONSTRAINED - Enum constant in enum class org.neo4j.driver.internal.bolt.api.TransactionType
- Unexpected(String) - Constructor for exception org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unexpected
- unicastStream() - Method in class org.neo4j.driver.internal.bolt.api.BoltServerAddress
-
Create a stream of unicast addresses.
- UNKNOWN - Enum constant in enum class org.neo4j.driver.internal.bolt.api.GqlStatusError
- UNMANAGED_TRANSACTION - Enum constant in enum class org.neo4j.driver.internal.bolt.api.TelemetryApi
- UnmanagedTransaction - Class in org.neo4j.driver.internal.async
- UnmanagedTransaction(BoltConnection, DatabaseName, AccessMode, String, Consumer<DatabaseBookmark>, long, ResultCursorsHolder, NotificationConfig, ApiTelemetryWork, Logging) - Constructor for class org.neo4j.driver.internal.async.UnmanagedTransaction
- UnmanagedTransaction(BoltConnection, DatabaseName, AccessMode, String, Consumer<DatabaseBookmark>, long, NotificationConfig, ApiTelemetryWork, Logging) - Constructor for class org.neo4j.driver.internal.async.UnmanagedTransaction
- unmanagedTxRunMessage(String, Map<String, Value>) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.request.RunWithMetadataMessage
- unpack() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- UnPackable(String) - Constructor for exception org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.UnPackable
- unpackArray() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- unpackArray() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ValueUnpacker
- unpackBoolean() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- unpackBytes() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- unpackDouble() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- unpacker - Variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonMessageReader
- unpacker - Variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- Unpacker(PackInput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- unpackFailureMessage(ResponseMessageHandler) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonMessageReader
- unpackFailureMessage(ResponseMessageHandler) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.MessageReaderV57
- unpackGqlError(Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.MessageReaderV57
- unpackListHeader() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- unpackLong() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- unpackMap() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- unpackMap() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ValueUnpacker
- unpackMapHeader() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- unpackNode() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- unpackNode() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.ValueUnpackerV5
- unpackNull() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
-
This may seem confusing.
- unpackPath() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- unpackPath() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.ValueUnpackerV5
- unpackRelationship() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- unpackRelationship() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.ValueUnpackerV5
- unpackString() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- unpackStructHeader() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- unpackStructHeader() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ValueUnpacker
- unpackStructHeader() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- unpackStructSignature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValueUnpacker
- unpackStructSignature() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.ValueUnpacker
- unpackStructSignature() - Method in class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackStream.Unpacker
- UNRECOGNIZED - Enum constant in enum class org.neo4j.driver.internal.bolt.api.NotificationClassification.Type
- UNRECOGNIZED - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
An unrecognized category.
- UNRECOGNIZED - Static variable in interface org.neo4j.driver.NotificationCategory
-
An unrecognized category.
- Unsizable - Exception in org.neo4j.driver.exceptions.value
-
An Unsizable exception indicates that the value does not have a size.
- Unsizable(String) - Constructor for exception org.neo4j.driver.exceptions.value.Unsizable
-
Creates a new instance.
- UNSUPPORTED - Enum constant in enum class org.neo4j.driver.internal.bolt.api.NotificationClassification.Type
- UNSUPPORTED - Enum constant in enum class org.neo4j.driver.NotificationClassification
-
An unsupported category.
- UNSUPPORTED - Static variable in interface org.neo4j.driver.NotificationCategory
-
An unsupported category.
- UnsupportedDateTimeValue - Class in org.neo4j.driver.internal.value
- UnsupportedDateTimeValue(DateTimeException) - Constructor for class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
- UnsupportedFeatureException - Exception in org.neo4j.driver.exceptions
-
A feature is not supported in a given setup.
- UnsupportedFeatureException(String) - Constructor for exception org.neo4j.driver.exceptions.UnsupportedFeatureException
-
Constructs a new instance.
- UnsupportedFeatureException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.UnsupportedFeatureException
-
Constructs a new instance.
- UntrustedServerException - Exception in org.neo4j.driver.exceptions
-
Thrown if the remote server cannot be verified as Neo4j.
- UntrustedServerException(String) - Constructor for exception org.neo4j.driver.exceptions.UntrustedServerException
-
Creates a new instance.
- update(ClusterComposition) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- update(ClusterComposition) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
- 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
- updateRoutingTable(ClusterCompositionLookupResult) - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandler
- updateRoutingTable(ClusterCompositionLookupResult) - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTableHandlerImpl
- useLegacyNotifications() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- useLegacyNotifications() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v55.BoltProtocolV55
- userAgent() - Method in class org.neo4j.driver.Config
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() - Method in interface org.neo4j.driver.util.Pair
- 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...) - 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) - 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) - 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) - Static method in class org.neo4j.driver.Values
-
Returns a value from object.
- 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) - Static method in class org.neo4j.driver.Values
-
Returns a value from duration.
- value(LocalDate) - Static method in class org.neo4j.driver.Values
-
Returns a value from local date.
- value(LocalDateTime) - Static method in class org.neo4j.driver.Values
-
Returns a value from local date time.
- value(LocalTime) - Static method in class org.neo4j.driver.Values
-
Returns a value from local time.
- value(OffsetDateTime) - Static method in class org.neo4j.driver.Values
-
Returns a value from offset date time.
- value(OffsetTime) - Static method in class org.neo4j.driver.Values
-
Returns a value from offset time.
- value(Period) - Static method in class org.neo4j.driver.Values
-
Returns a value from period.
- 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(Map<String, Object>) - Static method in class org.neo4j.driver.Values
-
Returns a value from string to object map.
- value(Stream<Object>) - Static method in class org.neo4j.driver.Values
-
Returns a value from stream of objects.
- 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 in org.neo4j.driver.exceptions.value
-
A ValueException indicates that the client has carried out an operation on values incorrectly.
- ValueException(String) - Constructor for exception org.neo4j.driver.exceptions.value.ValueException
-
Creates a new instance.
- 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.bolt.api.AccessMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.bolt.api.BoltConnectionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.bolt.api.GqlStatusError
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.bolt.api.NotificationClassification.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in record class org.neo4j.driver.internal.bolt.api.NotificationClassification
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.bolt.api.NotificationSeverity.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.bolt.api.TelemetryApi
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.bolt.api.TransactionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.bolt.basicimpl.packstream.PackType
-
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 enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsProvider
-
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.MetricsAdapter
-
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.
- ValuePacker - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- 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() - Method in interface org.neo4j.driver.Bookmark
-
Deprecated.
- 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.bolt.api.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.internal.bolt.api.BoltConnectionState
-
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.bolt.api.GqlStatusError
-
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.bolt.api.NotificationClassification.Type
-
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.bolt.api.NotificationSeverity.Type
-
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.bolt.api.TelemetryApi
-
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.bolt.api.TransactionType
-
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.bolt.basicimpl.packstream.PackType
-
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.metrics.DevNullMetricsListener
-
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.metrics.DevNullMetricsProvider
-
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.MetricsAdapter
-
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.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.bolt.api.BasicResponseHandler.Summaries
-
Returns the value of the
valuesListrecord component. - ValueUnpacker - Interface in org.neo4j.driver.internal.bolt.basicimpl.messaging
- ValueUnpackerV5 - Class in org.neo4j.driver.internal.bolt.basicimpl.messaging.v5
- ValueUnpackerV5(PackInput) - Constructor for class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.ValueUnpackerV5
- 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(SecurityPlan, Map<String, Value>) - Method in interface org.neo4j.driver.internal.bolt.api.BoltConnectionProvider
- verifyConnectivity(SecurityPlan, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyBoltConnectionProvider
- verifyConnectivity(SecurityPlan, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.pooledimpl.PooledBoltConnectionProvider
- verifyConnectivity(SecurityPlan, Map<String, Value>) - Method in class org.neo4j.driver.internal.bolt.routedimpl.RoutedBoltConnectionProvider
- 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.
- verifyDatabaseNameBeforeTransaction(DatabaseName) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- verifyDatabaseNameBeforeTransaction(DatabaseName) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
- verifyNotificationConfigSupported(NotificationConfig) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- verifyNotificationConfigSupported(NotificationConfig) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v52.BoltProtocolV52
- version() - Method in exception org.neo4j.driver.internal.bolt.api.exception.MinVersionAcquisitionException
- version() - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.BoltProtocol
-
Returns the protocol version.
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v41.BoltProtocolV41
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v42.BoltProtocolV42
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.BoltProtocolV43
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.BoltProtocolV44
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.BoltProtocolV5
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.BoltProtocolV51
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v52.BoltProtocolV52
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v53.BoltProtocolV53
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.BoltProtocolV54
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v55.BoltProtocolV55
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v56.BoltProtocolV56
- version() - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.BoltProtocolV57
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v3.BoltProtocolV3
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v4.BoltProtocolV4
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v41.BoltProtocolV41
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v42.BoltProtocolV42
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v43.BoltProtocolV43
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v44.BoltProtocolV44
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v5.BoltProtocolV5
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v51.BoltProtocolV51
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v52.BoltProtocolV52
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v53.BoltProtocolV53
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v54.BoltProtocolV54
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v55.BoltProtocolV55
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v56.BoltProtocolV56
- VERSION - Static variable in class org.neo4j.driver.internal.bolt.basicimpl.messaging.v57.BoltProtocolV57
W
- warn(String) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- warn(String, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- warn(String, Object...) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
Logs warnings that happened when using the driver.
- warn(String, Object, Object) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- warn(String, Throwable) - Method in class org.neo4j.driver.internal.bolt.basicimpl.NettyLogger
- 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
-
Logs warnings that happened during using the driver
- WARNING - Enum constant in enum class org.neo4j.driver.internal.bolt.api.NotificationSeverity.Type
- WARNING - Static variable in record class org.neo4j.driver.internal.bolt.api.NotificationSeverity
- 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
-
Configure maximum amount of time connection acquisition will attempt to acquire a connection from the connection pool.
- withConnectionLivenessCheckTimeout(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Pooled connections that have been idle in the pool for longer than this timeout will be tested before they are used again, to ensure they are still live.
- withConnectionTimeout(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Specify socket connection timeout.
- withDatabase(String) - Method in class org.neo4j.driver.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.
- withDriverMetrics() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Enable driver metrics backed by internal basic implementation.
- withEncryption() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Set to use encrypted traffic.
- withEventLoopThreads(int) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Configure the event loop thread count.
- withFetchSize(long) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Specify how many records to fetch in each batch.
- withFetchSize(long) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Specify how many records to fetch in each batch for this session.
- withHostnameVerification() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Enable hostname verification for this trust strategy.
- withImpersonatedUser(String) - Method in class org.neo4j.driver.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
-
Provide a logging implementation for the driver to use.
- withMaxConnectionLifetime(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Pooled connections older than this threshold will be closed and removed from the pool.
- withMaxConnectionPoolSize(int) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Configure maximum amount of connections in the connection pool towards a single database.
- withMaxTransactionRetryTime(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
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.
- withMetricsAdapter(MetricsAdapter) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Enable driver metrics with given
MetricsAdapter. - 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
-
Sets notification config.
- withNotificationConfig(NotificationConfig) - Method in class org.neo4j.driver.SessionConfig.Builder
-
Sets notification config.
- withoutCertificateRevocationChecks() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Configures the
Config.TrustStrategyto not carry out OCSP revocation checks on certificates. - withoutDriverMetrics() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Disable driver metrics.
- withoutEncryption() - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Set to use unencrypted traffic.
- withoutHostnameVerification() - Method in class org.neo4j.driver.Config.TrustStrategy
-
Disable hostname verification for this trust strategy.
- withParameters(Map<String, Object>) - Method in interface org.neo4j.driver.ExecutableQuery
-
Sets query parameters.
- withParameters(Map<String, Object>) - Method in class org.neo4j.driver.Query
- withParameters(Value) - Method in class org.neo4j.driver.Query
- withResolver(ServerAddressResolver) - Method in class org.neo4j.driver.Config.ConfigBuilder
-
Specify a custom server address resolver used by the routing driver to resolve the initial address used to create the driver.
- 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
- 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.
- 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(Message) - Method in class org.neo4j.driver.internal.bolt.basicimpl.messaging.AbstractMessageWriter
- write(Message) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.messaging.MessageFormat.Writer
- write(Message, ResponseHandler) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.NetworkConnection
- write(Message, ResponseHandler) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.spi.Connection
- WRITE - Enum constant in enum class org.neo4j.driver.AccessMode
-
Use this for transactions that requires a write server in a cluster
- WRITE - Enum constant in enum class org.neo4j.driver.internal.bolt.api.AccessMode
- 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.
- writeByte(byte) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.ChunkAwareByteBufOutput
- writeByte(byte) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackOutput
-
Produce a single byte
- writeBytes(byte[]) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.ChunkAwareByteBufOutput
- writeBytes(byte[]) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackOutput
-
Produce binary data
- writeChunkHeader(ByteBuf, int, int) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BoltProtocolUtil
- writeDouble(double) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.ChunkAwareByteBufOutput
- writeDouble(double) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackOutput
-
Produce an 8-byte IEEE 754 "double format" floating-point number
- writeEmptyChunkHeader(ByteBuf) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BoltProtocolUtil
- writeInt(int) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.ChunkAwareByteBufOutput
- writeInt(int) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackOutput
-
Produce a 4-byte signed integer
- writeLong(long) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.ChunkAwareByteBufOutput
- writeLong(long) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackOutput
-
Produce an 8-byte signed integer
- writeMessageBoundary(ByteBuf) - Static method in class org.neo4j.driver.internal.bolt.basicimpl.async.connection.BoltProtocolUtil
- writers() - Method in class org.neo4j.driver.internal.bolt.api.ClusterComposition
- writers() - Method in class org.neo4j.driver.internal.bolt.routedimpl.cluster.ClusterRoutingTable
- writers() - Method in interface org.neo4j.driver.internal.bolt.routedimpl.cluster.RoutingTable
-
Returns an immutable list of writer addresses.
- writeShort(short) - Method in class org.neo4j.driver.internal.bolt.basicimpl.async.outbound.ChunkAwareByteBufOutput
- writeShort(short) - Method in interface org.neo4j.driver.internal.bolt.basicimpl.packstream.PackOutput
-
Produce a 4-byte signed integer
- writeTransaction(RxTransactionWork<? extends Publisher<T>>) - Method in class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- writeTransaction(RxTransactionWork<? extends Publisher<T>>) - Method in interface org.neo4j.driver.reactive.RxSession
-
Deprecated.Execute given unit of reactive work in a
writereactive transaction. - writeTransaction(RxTransactionWork<? extends Publisher<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.InternalRxSession
-
Deprecated.
- writeTransaction(RxTransactionWork<? extends Publisher<T>>, TransactionConfig) - Method in interface org.neo4j.driver.reactive.RxSession
-
Deprecated.Execute given unit of reactive work in a
writereactive transaction with the specifiedconfiguration. - writeTransaction(TransactionWork<T>) - Method in interface org.neo4j.driver.Session
-
Deprecated.superseded by
Session.executeWrite(TransactionCallback). - writeTransaction(TransactionWork<T>, TransactionConfig) - Method in interface org.neo4j.driver.Session
-
Deprecated.superseded by
Session.executeWrite(TransactionCallback, TransactionConfig). - writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>>) - Method in interface org.neo4j.driver.async.AsyncSession
-
Deprecated.superseded by
AsyncSession.executeWriteAsync(AsyncTransactionCallback). - writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>>) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
-
Deprecated.
- writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>>, TransactionConfig) - Method in interface org.neo4j.driver.async.AsyncSession
-
Deprecated.
- writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
-
Deprecated.
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
Driver.session(Class)