Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSENT_QUERY_ID - Static variable in class org.neo4j.driver.internal.util.MetadataExtractor
- AbstractMessageWriter - Class in org.neo4j.driver.internal.messaging
- AbstractMessageWriter(ValuePacker, Map<Byte, MessageEncoder>) - Constructor for class org.neo4j.driver.internal.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
- AbstractStreamingMessage - Class in org.neo4j.driver.internal.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.
- acquire(AuthToken) - Method in interface org.neo4j.driver.internal.async.pool.ExtendedChannelPool
- acquire(AuthToken) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelPool
- acquire(BoltServerAddress, AuthToken) - Method in class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
- acquire(BoltServerAddress, AuthToken) - Method in interface org.neo4j.driver.internal.spi.ConnectionPool
- acquireConnection(ConnectionContext) - Method in class org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancer
- acquireConnection(ConnectionContext) - Method in interface org.neo4j.driver.internal.spi.ConnectionProvider
- 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
- add(CompletionStage<? extends FailableCursor>) - Method in class org.neo4j.driver.internal.async.ResultCursorsHolder
- addBoltPatchesListener(Channel, BoltPatchesListener) - Static method in class org.neo4j.driver.internal.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 enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterAcquiredOrCreated(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
After acquiring or creating a new netty channel from pool successfully.
- afterAcquiringOrCreating(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterAcquiringOrCreating(String) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
After acquiring or creating a new netty channel from pool regardless it is successful or not.
- afterClosed(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterClosed(String) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
After a netty channel is closed successfully.
- afterConnectionCreated(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterConnectionCreated(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
After acquiring or creating a new netty channel from pool successfully.
- afterConnectionReleased(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterConnectionReleased(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
After releasing a netty channel back to pool successfully.
- afterCreated(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterCreated(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
After a netty channel is created successfully.
- afterFailedToCreate(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterFailedToCreate(String) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
After a netty channel is created with a failure.
- afterFailure(Throwable) - Method in interface org.neo4j.driver.internal.handlers.PullResponseCompletionListener
- afterFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.SessionPullResponseCompletionListener
- afterFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.TransactionPullResponseCompletionListener
- afterSuccess(Map<String, Value>) - Method in interface org.neo4j.driver.internal.handlers.PullResponseCompletionListener
- afterSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.SessionPullResponseCompletionListener
- afterSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.TransactionPullResponseCompletionListener
- afterTimedOutToAcquireOrCreate(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- afterTimedOutToAcquireOrCreate(String) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
After we failed to acquire a connection from pool within maximum connection acquisition timeout set by
Config.ConfigBuilder.withConnectionAcquisitionTimeout(long, TimeUnit). - 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.cluster.RoutingTableRegistry
- allServers() - Method in class org.neo4j.driver.internal.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.messaging.request.TelemetryMessage
-
Returns the value of the
apirecord component. - ApiTelemetryWork - Class in org.neo4j.driver.internal.telemetry
- ApiTelemetryWork(TelemetryApi) - Constructor for class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- 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.util.Futures
-
Helped method to turn given exception into a
CompletionException. - asCompletionStage(Future<T>) - Static method in class org.neo4j.driver.internal.util.Futures
- asCompletionStage(Future<T>, CompletableFuture<T>) - Static method in class org.neo4j.driver.internal.util.Futures
- 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.messaging.request.MultiDatabaseUtil
- assertNotInEventLoopThread() - Static method in class org.neo4j.driver.internal.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
- assertValidFetchSize(long) - Static method in class org.neo4j.driver.internal.handlers.pulln.FetchSizeUtil
- 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.
- asyncResult() - Method in class org.neo4j.driver.internal.cursor.AsyncResultCursorOnlyFactory
- asyncResult() - Method in interface org.neo4j.driver.internal.cursor.ResultCursorFactory
- asyncResult() - Method in class org.neo4j.driver.internal.cursor.ResultCursorFactoryImpl
- AsyncResultCursor - Interface in org.neo4j.driver.internal.cursor
- AsyncResultCursorImpl - Class in org.neo4j.driver.internal.cursor
- AsyncResultCursorImpl(Throwable, RunResponseHandler, PullAllResponseHandler) - Constructor for class org.neo4j.driver.internal.cursor.AsyncResultCursorImpl
- AsyncResultCursorOnlyFactory - Class in org.neo4j.driver.internal.cursor
-
Used by Bolt V1, V2, V3
- AsyncResultCursorOnlyFactory(Connection, Message, RunResponseHandler, CompletableFuture<Void>, PullAllResponseHandler) - Constructor for class org.neo4j.driver.internal.cursor.AsyncResultCursorOnlyFactory
- 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
- authContext(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- AuthContext - Class in org.neo4j.driver.internal.async.pool
- AuthContext(AuthTokenManager) - Constructor for class org.neo4j.driver.internal.async.pool.AuthContext
- 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.
- 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.
- authorizationStateListener(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- AuthorizationStateListener - Interface in org.neo4j.driver.internal.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.telemetry.TelemetryApi
- autoCommitTxRunMessage(Query, Duration, Map<String, Value>, DatabaseName, AccessMode, Set<Bookmark>, String, NotificationConfig, Logging) - Static method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- autoCommitTxRunMessage(Query, TransactionConfig, DatabaseName, AccessMode, Set<Bookmark>, String, NotificationConfig, Logging) - Static method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- AutoPullResponseHandler - Class in org.neo4j.driver.internal.handlers.pulln
-
Built on top of
BasicPullResponseHandlerto be able to pull in batches. - AutoPullResponseHandler(Query, RunResponseHandler, Connection, MetadataExtractor, PullResponseCompletionListener, long) - Constructor for class org.neo4j.driver.internal.handlers.pulln.AutoPullResponseHandler
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. - BasicPullResponseHandler - Class in org.neo4j.driver.internal.handlers.pulln
-
Provides basic handling of pull responses from sever.
- BasicPullResponseHandler(Query, RunResponseHandler, Connection, MetadataExtractor, PullResponseCompletionListener) - Constructor for class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- BasicPullResponseHandler(Query, RunResponseHandler, Connection, MetadataExtractor, PullResponseCompletionListener, boolean) - Constructor for class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- BasicPullResponseHandler.State - Enum Class in org.neo4j.driver.internal.handlers.pulln
- 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 enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- beforeAcquiringOrCreating(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
Before acquiring or creating a new netty channel from pool.
- beforeCreating(String, ListenerEvent<?>) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- beforeCreating(String, ListenerEvent<?>) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
-
Before creating a netty channel.
- beginAsync(Set<Bookmark>, TransactionConfig, String, boolean) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- BeginMessage - Class in org.neo4j.driver.internal.messaging.request
- BeginMessage(Set<Bookmark>, Duration, Map<String, Value>, AccessMode, DatabaseName, String, String, NotificationConfig, Logging) - Constructor for class org.neo4j.driver.internal.messaging.request.BeginMessage
- BeginMessage(Set<Bookmark>, TransactionConfig, DatabaseName, AccessMode, String, String, NotificationConfig, Logging) - Constructor for class org.neo4j.driver.internal.messaging.request.BeginMessage
- BeginMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- BeginMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.BeginMessageEncoder
- 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(Connection, Set<Bookmark>, TransactionConfig, String, NotificationConfig, Logging, boolean) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Begin an unmanaged transaction.
- beginTransaction(Connection, Set<Bookmark>, TransactionConfig, String, NotificationConfig, Logging, boolean) - Method in class org.neo4j.driver.internal.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.handlers
- BeginTxResponseHandler(CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.handlers.BeginTxResponseHandler
- bindTerminationAwareStateLockingExecutor(TerminationAwareStateLockingExecutor) - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- bindTerminationAwareStateLockingExecutor(TerminationAwareStateLockingExecutor) - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- bindTerminationAwareStateLockingExecutor(TerminationAwareStateLockingExecutor) - Method in class org.neo4j.driver.internal.async.NetworkConnection
- bindTerminationAwareStateLockingExecutor(TerminationAwareStateLockingExecutor) - Method in interface org.neo4j.driver.internal.spi.Connection
- 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.async.connection.BoltProtocolUtil
- boltAgent() - Static method in class org.neo4j.driver.internal.util.DriverInfoUtil
- BoltPatchesListener - Interface in org.neo4j.driver.internal.messaging
- boltPatchesListeners(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- BoltProtocol - Interface in org.neo4j.driver.internal.messaging
- BoltProtocolUtil - Class in org.neo4j.driver.internal.async.connection
- BoltProtocolV3 - Class in org.neo4j.driver.internal.messaging.v3
- BoltProtocolV3() - Constructor for class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- BoltProtocolV4 - Class in org.neo4j.driver.internal.messaging.v4
- BoltProtocolV4() - Constructor for class org.neo4j.driver.internal.messaging.v4.BoltProtocolV4
- BoltProtocolV41 - Class in org.neo4j.driver.internal.messaging.v41
- BoltProtocolV41() - Constructor for class org.neo4j.driver.internal.messaging.v41.BoltProtocolV41
- BoltProtocolV42 - Class in org.neo4j.driver.internal.messaging.v42
-
Bolt V4.2 is identical to V4.1
- BoltProtocolV42() - Constructor for class org.neo4j.driver.internal.messaging.v42.BoltProtocolV42
- BoltProtocolV43 - Class in org.neo4j.driver.internal.messaging.v43
-
Definition of the Bolt Protocol 4.3
- BoltProtocolV43() - Constructor for class org.neo4j.driver.internal.messaging.v43.BoltProtocolV43
- BoltProtocolV44 - Class in org.neo4j.driver.internal.messaging.v44
-
Definition of the Bolt Protocol 4.4
- BoltProtocolV44() - Constructor for class org.neo4j.driver.internal.messaging.v44.BoltProtocolV44
- BoltProtocolV5 - Class in org.neo4j.driver.internal.messaging.v5
- BoltProtocolV5() - Constructor for class org.neo4j.driver.internal.messaging.v5.BoltProtocolV5
- BoltProtocolV51 - Class in org.neo4j.driver.internal.messaging.v51
- BoltProtocolV51() - Constructor for class org.neo4j.driver.internal.messaging.v51.BoltProtocolV51
- BoltProtocolV52 - Class in org.neo4j.driver.internal.messaging.v52
- BoltProtocolV52() - Constructor for class org.neo4j.driver.internal.messaging.v52.BoltProtocolV52
- BoltProtocolV53 - Class in org.neo4j.driver.internal.messaging.v53
- BoltProtocolV53() - Constructor for class org.neo4j.driver.internal.messaging.v53.BoltProtocolV53
- BoltProtocolV54 - Class in org.neo4j.driver.internal.messaging.v54
- BoltProtocolV54() - Constructor for class org.neo4j.driver.internal.messaging.v54.BoltProtocolV54
- BoltProtocolVersion - Class in org.neo4j.driver.internal.messaging
- BoltProtocolVersion(int, int) - Constructor for class org.neo4j.driver.internal.messaging.BoltProtocolVersion
- 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.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.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.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, Logging) - Method in interface org.neo4j.driver.internal.async.connection.ChannelPipelineBuilder
- build(MessageFormat, ChannelPipeline, Logging) - Method in class org.neo4j.driver.internal.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<Bookmark>, String, String, NotificationConfig, Logging) - Static method in class org.neo4j.driver.internal.messaging.request.TransactionMetadataBuilder
- buildResultCursorFactory(Connection, Query, Consumer<DatabaseBookmark>, UnmanagedTransaction, RunWithMetadataMessage, long) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- buildResultCursorFactory(Connection, Query, Consumer<DatabaseBookmark>, UnmanagedTransaction, RunWithMetadataMessage, long) - Method in class org.neo4j.driver.internal.messaging.v4.BoltProtocolV4
- ByteBufInput - Class in org.neo4j.driver.internal.async.inbound
- ByteBufInput() - Constructor for class org.neo4j.driver.internal.async.inbound.ByteBufInput
- BYTES - Enum constant in enum class org.neo4j.driver.internal.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.packstream.PackStream
- BYTES_32 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- BYTES_8 - Static variable in class org.neo4j.driver.internal.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
- cancel() - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- CANCELLED_STATE - Enum constant in enum class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler.State
- canManageAutoRead() - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- canManageAutoRead() - Method in class org.neo4j.driver.internal.handlers.RoutingResponseHandler
- canManageAutoRead() - Method in interface org.neo4j.driver.internal.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.
- 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.
- channelAcquired(Channel) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- ChannelActivityLogger - Class in org.neo4j.driver.internal.logging
- ChannelActivityLogger(Channel, Logging, Class<?>) - Constructor for class org.neo4j.driver.internal.logging.ChannelActivityLogger
- ChannelAttributes - Class in org.neo4j.driver.internal.async.connection
- channelClass() - Static method in class org.neo4j.driver.internal.async.connection.EventLoopGroupFactory
-
Get class of
ChannelforAbstractBootstrap.channel(Class)method. - channelClosed(Channel) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- ChannelConnectedListener - Class in org.neo4j.driver.internal.async.connection
- ChannelConnectedListener(BoltServerAddress, ChannelPipelineBuilder, ChannelPromise, Logging) - Constructor for class org.neo4j.driver.internal.async.connection.ChannelConnectedListener
- ChannelConnector - Interface in org.neo4j.driver.internal.async.connection
- ChannelConnectorImpl - Class in org.neo4j.driver.internal.async.connection
- ChannelConnectorImpl(ConnectionSettings, SecurityPlan, ChannelPipelineBuilder, Logging, Clock, RoutingContext, DomainNameResolver, NotificationConfig, BoltAgent) - Constructor for class org.neo4j.driver.internal.async.connection.ChannelConnectorImpl
- ChannelConnectorImpl(ConnectionSettings, SecurityPlan, Logging, Clock, RoutingContext, DomainNameResolver, NotificationConfig, BoltAgent) - Constructor for class org.neo4j.driver.internal.async.connection.ChannelConnectorImpl
- channelCreated(Channel) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- channelCreated(Channel, ListenerEvent<?>) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- channelCreating(String) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- ChannelErrorHandler - Class in org.neo4j.driver.internal.async.inbound
- ChannelErrorHandler(Logging) - Constructor for class org.neo4j.driver.internal.async.inbound.ChannelErrorHandler
- ChannelErrorLogger - Class in org.neo4j.driver.internal.logging
-
Dedicated logger for channel error logging.
- ChannelErrorLogger(Channel, Logging) - Constructor for class org.neo4j.driver.internal.logging.ChannelErrorLogger
- channelFailedToCreate(String) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- channelInactive(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.connection.HandshakeHandler
- channelInactive(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.inbound.ChannelErrorHandler
- ChannelPipelineBuilder - Interface in org.neo4j.driver.internal.async.connection
- ChannelPipelineBuilderImpl - Class in org.neo4j.driver.internal.async.connection
- ChannelPipelineBuilderImpl() - Constructor for class org.neo4j.driver.internal.async.connection.ChannelPipelineBuilderImpl
- channelRead(ChannelHandlerContext, Object) - Method in class org.neo4j.driver.internal.async.inbound.MessageDecoder
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageHandler
- channelReleased(Channel) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- ChannelReleasingResetResponseHandler - Class in org.neo4j.driver.internal.handlers
- ChannelReleasingResetResponseHandler(Channel, ExtendedChannelPool, InboundMessageDispatcher, Clock, CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.handlers.ChannelReleasingResetResponseHandler
- checkArgument(boolean, String) - Static method in class org.neo4j.driver.internal.util.Preconditions
-
Assert that given expression is true.
- checkArgument(Object, Class<?>) - Static method in class org.neo4j.driver.internal.util.Preconditions
-
Assert that given argument is of expected type.
- checkAvailability() - Static method in class org.neo4j.driver.internal.logging.Slf4jLogging
- children() - Method in class org.neo4j.driver.internal.summary.InternalPlan
- children() - Method in interface org.neo4j.driver.summary.Plan
-
As noted in the class-level javadoc, a plan is a tree, where each child is another plan.
- children() - Method in interface org.neo4j.driver.summary.ProfiledPlan
- CHUNK_HEADER_SIZE_BYTES - Static variable in class org.neo4j.driver.internal.async.connection.BoltProtocolUtil
- ChunkAwareByteBufOutput - Class in org.neo4j.driver.internal.async.outbound
- ChunkAwareByteBufOutput() - Constructor for class org.neo4j.driver.internal.async.outbound.ChunkAwareByteBufOutput
- ChunkDecoder - Class in org.neo4j.driver.internal.async.inbound
- ChunkDecoder(Logging) - Constructor for class org.neo4j.driver.internal.async.inbound.ChunkDecoder
- clearCurrentError() - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- 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, 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.pool.ConnectionPoolImpl
- close() - Method in interface org.neo4j.driver.internal.async.pool.ExtendedChannelPool
- close() - Method in class org.neo4j.driver.internal.async.pool.NettyChannelPool
- close() - Method in class org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancer
- 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.internal.spi.ConnectionPool
- close() - Method in interface org.neo4j.driver.internal.spi.ConnectionProvider
- 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.
- 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 - Class in org.neo4j.driver.internal.cluster
- ClusterComposition(long, Set<BoltServerAddress>, Set<BoltServerAddress>, Set<BoltServerAddress>, String) - Constructor for class org.neo4j.driver.internal.cluster.ClusterComposition
-
For testing
- ClusterCompositionLookupResult - Class in org.neo4j.driver.internal.cluster
- ClusterCompositionLookupResult(ClusterComposition) - Constructor for class org.neo4j.driver.internal.cluster.ClusterCompositionLookupResult
- ClusterCompositionLookupResult(ClusterComposition, Set<BoltServerAddress>) - Constructor for class org.neo4j.driver.internal.cluster.ClusterCompositionLookupResult
- ClusterCompositionProvider - Interface in org.neo4j.driver.internal.cluster
- ClusterRoutingTable - Class in org.neo4j.driver.internal.cluster
- ClusterRoutingTable(DatabaseName, Clock, BoltServerAddress...) - Constructor for class org.neo4j.driver.internal.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.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.util.Futures
-
Combine given errors into a single
CompletionExceptionto be rethrown from inside aCompletionStagechain. - commit() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- commit() - Method in class org.neo4j.driver.internal.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.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.messaging.request
- CommitMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- CommitMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.CommitMessageEncoder
- commitTransaction(Connection) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Commit the unmanaged transaction.
- commitTransaction(Connection) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- CommitTxResponseHandler - Class in org.neo4j.driver.internal.handlers
- CommitTxResponseHandler(CompletableFuture<DatabaseBookmark>) - Constructor for class org.neo4j.driver.internal.handlers.CommitTxResponseHandler
- CommonMessageReader - Class in org.neo4j.driver.internal.messaging.common
- CommonMessageReader(ValueUnpacker) - Constructor for class org.neo4j.driver.internal.messaging.common.CommonMessageReader
- CommonMessageReader(PackInput, boolean) - Constructor for class org.neo4j.driver.internal.messaging.common.CommonMessageReader
- CommonValuePacker - Class in org.neo4j.driver.internal.messaging.common
- CommonValuePacker(PackOutput, boolean) - Constructor for class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- CommonValueUnpacker - Class in org.neo4j.driver.internal.messaging.common
- CommonValueUnpacker(PackInput, boolean) - Constructor for class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- compareTo(BoltProtocolVersion) - Method in class org.neo4j.driver.internal.messaging.BoltProtocolVersion
- completedWithNull() - Static method in class org.neo4j.driver.internal.util.Futures
- completeWithNullIfNoError(CompletableFuture<T>, Throwable) - Static method in class org.neo4j.driver.internal.util.Futures
- completionExceptionCause(Throwable) - Static method in class org.neo4j.driver.internal.util.Futures
-
Helper method to extract cause of a
CompletionException. - computeOrDefault(Function<Value, T>, T) - Method in class org.neo4j.driver.internal.value.ValueAdapter
- computeOrDefault(Function<Value, T>, T) - Method in interface org.neo4j.driver.Value
- Config - Class in org.neo4j.driver
-
A configuration class to config driver properties.
- Config.ConfigBuilder - Class in org.neo4j.driver
-
Used to build new config instances
- Config.TrustStrategy - Class in org.neo4j.driver
-
Control how the driver determines if it can trust the encryption certificates provided by the Neo4j instance it is connected to.
- Config.TrustStrategy.Strategy - Enum Class in org.neo4j.driver
-
The trust strategy that the driver supports
- CONFIGURATION_HINTS_KEY - Static variable in class org.neo4j.driver.internal.handlers.HelloResponseHandler
- CONFIGURATION_HINTS_KEY - Static variable in class org.neo4j.driver.internal.handlers.HelloV51ResponseHandler
- connect(BoltServerAddress, Bootstrap, Function<ChannelFuture, ChannelFuture>) - Method in interface org.neo4j.driver.internal.async.connection.ChannelConnector
- connect(BoltServerAddress, Bootstrap, Function<ChannelFuture, ChannelFuture>) - Method in class org.neo4j.driver.internal.async.connection.ChannelConnectorImpl
- connection - Variable in class org.neo4j.driver.internal.cursor.AsyncResultCursorOnlyFactory
- connection - Variable in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- connection - Variable in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- connection() - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- connection() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- Connection - Interface in org.neo4j.driver.internal.spi
- CONNECTION_POOL_CLOSED_ERROR_MESSAGE - Static variable in interface org.neo4j.driver.internal.spi.ConnectionPool
- CONNECTION_RECEIVE_TIMEOUT_SECONDS_KEY - Static variable in class org.neo4j.driver.internal.handlers.HelloResponseHandler
- CONNECTION_RECEIVE_TIMEOUT_SECONDS_KEY - Static variable in class org.neo4j.driver.internal.handlers.HelloV51ResponseHandler
- connectionAcquisitionTimeout() - Method in record class org.neo4j.driver.internal.async.pool.PoolSettings
-
Returns the value of the
connectionAcquisitionTimeoutrecord component. - 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
-
Describes what kind of connection to return by
ConnectionProvider - ConnectionFactory - Interface in org.neo4j.driver.internal.async.pool
- connectionId(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- ConnectionPool - Interface in org.neo4j.driver.internal.spi
- ConnectionPoolImpl - Class in org.neo4j.driver.internal.async.pool
- ConnectionPoolImpl(ChannelConnector, Bootstrap, NettyChannelTracker, PoolSettings, MetricsListener, Logging, Clock, boolean, ConnectionFactory) - Constructor for class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
- ConnectionPoolImpl(ChannelConnector, Bootstrap, PoolSettings, MetricsListener, Logging, Clock, boolean) - Constructor for class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
- 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.spi
-
Interface defines a layer used by the driver to obtain connections.
- connectionReadTimeout(Channel) - Static method in class org.neo4j.driver.internal.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.async.inbound
- ConnectionReadTimeoutHandler(long, TimeUnit) - Constructor for class org.neo4j.driver.internal.async.inbound.ConnectionReadTimeoutHandler
- connectionTimeoutMillis() - Method in class org.neo4j.driver.Config
- ConnectTimeoutHandler - Class in org.neo4j.driver.internal.async.inbound
-
Handler needed to limit amount of time connection performs TLS and Bolt handshakes.
- ConnectTimeoutHandler(long) - Constructor for class org.neo4j.driver.internal.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 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 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.AsyncResultCursorImpl
- consumeAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- consumeAsync() - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- consumeAsync() - Method in interface org.neo4j.driver.internal.handlers.PullAllResponseHandler
- consumeAsync() - Method in class org.neo4j.driver.internal.handlers.pulln.AutoPullResponseHandler
- contains(String) - Method in class org.neo4j.driver.internal.util.QueryKeys
- contains(DatabaseName) - Method in class org.neo4j.driver.internal.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 record class org.neo4j.driver.internal.summary.InternalSummaryCounters
- containsSystemUpdates() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
If the query updated the system graph in any way, this method will return true,
- containsUpdates() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
- containsUpdates() - Method in interface org.neo4j.driver.summary.SummaryCounters
-
Whether there were any updates at all, e.g.
- count(Iterable<?>) - Static method in class org.neo4j.driver.internal.util.Iterables
- counters() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- counters() - Method in interface org.neo4j.driver.summary.ResultSummary
- covers(Value) - Method in enum class org.neo4j.driver.internal.types.TypeConstructor
- createConnection(Channel, ExtendedChannelPool) - Method in interface org.neo4j.driver.internal.async.pool.ConnectionFactory
- createConnection(Channel, ExtendedChannelPool) - Method in class org.neo4j.driver.internal.async.pool.NetworkConnectionFactory
- 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 enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- createListenerEvent() - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
- createMessageFormat() - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Instantiate
MessageFormatused by this Bolt protocol verison. - createMessageFormat() - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- createMessageFormat() - Method in class org.neo4j.driver.internal.messaging.v4.BoltProtocolV4
- createMessageFormat() - Method in class org.neo4j.driver.internal.messaging.v43.BoltProtocolV43
- createMessageFormat() - Method in class org.neo4j.driver.internal.messaging.v44.BoltProtocolV44
- createMessageFormat() - Method in class org.neo4j.driver.internal.messaging.v5.BoltProtocolV5
- createMessageFormat() - Method in class org.neo4j.driver.internal.messaging.v51.BoltProtocolV51
- createMessageFormat() - Method in class org.neo4j.driver.internal.messaging.v54.BoltProtocolV54
- 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.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
- currentError() - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- 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.cluster.ClusterRoutingTable
- database() - Method in interface org.neo4j.driver.internal.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
- 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.
- DatabaseInfo - Interface in org.neo4j.driver.summary
-
Provides basic information about where a
ResultSummaryis obtained from. - databaseName() - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- databaseName() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- databaseName() - Method in class org.neo4j.driver.internal.cluster.ClusterComposition
- databaseName() - Method in record class org.neo4j.driver.internal.messaging.request.RouteMessage
-
Returns the value of the
databaseNamerecord component. - databaseName() - Method in interface org.neo4j.driver.internal.spi.Connection
- databaseNameFuture() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- databaseNameFuture() - Method in class org.neo4j.driver.internal.async.ImmutableConnectionContext
- DATE - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- DATE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- DATE - Static variable in class org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- DATE_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- DATE_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- DATE_TIME_UTC_PATCH - Static variable in interface org.neo4j.driver.internal.messaging.BoltPatchesListener
- DATE_TIME_WITH_ZONE_ID - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- DATE_TIME_WITH_ZONE_ID - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- DATE_TIME_WITH_ZONE_ID_UTC - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- DATE_TIME_WITH_ZONE_ID_UTC - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- DATE_TIME_WITH_ZONE_OFFSET - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- DATE_TIME_WITH_ZONE_OFFSET - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- DATE_TIME_WITH_ZONE_OFFSET_UTC - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- DATE_TIME_WITH_ZONE_OFFSET_UTC - Static variable in class org.neo4j.driver.internal.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.logging.NettyLogger
- debug(String, Object) - Method in class org.neo4j.driver.internal.logging.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.NettyLogger
- 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.logging.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.NettyLogger
- 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.async.connection.HandshakeHandler
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.neo4j.driver.internal.async.inbound.MessageDecoder
- 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_CONNECTION_ACQUISITION_TIMEOUT - Static variable in record class org.neo4j.driver.internal.async.pool.PoolSettings
- DEFAULT_DATABASE_INFO - Static variable in record class org.neo4j.driver.internal.summary.InternalDatabaseInfo
- DEFAULT_FETCH_SIZE - Static variable in class org.neo4j.driver.internal.handlers.pulln.FetchSizeUtil
- DEFAULT_IDLE_TIME_BEFORE_CONNECTION_TEST - Static variable in record class org.neo4j.driver.internal.async.pool.PoolSettings
- DEFAULT_MAX_CONNECTION_LIFETIME - Static variable in record class org.neo4j.driver.internal.async.pool.PoolSettings
- DEFAULT_MAX_CONNECTION_POOL_SIZE - Static variable in record class org.neo4j.driver.internal.async.pool.PoolSettings
- DEFAULT_MAX_OUTBOUND_CHUNK_SIZE_BYTES - Static variable in class org.neo4j.driver.internal.async.connection.BoltProtocolUtil
- DEFAULT_MAX_RETRY_TIME_MS - Static variable in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- defaultAccessMode() - Method in class org.neo4j.driver.SessionConfig
-
The type of access required by units of work in this session, e.g.
- defaultConfig() - Static method in class org.neo4j.driver.Config
- 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. - 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() - DelegatingReactiveTransactionContext - Class in org.neo4j.driver.internal.reactivestreams
- DelegatingReactiveTransactionContext(ReactiveTransaction) - Constructor for class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
- DEPRECATION - Static variable in interface org.neo4j.driver.NotificationCategory
-
A deprecation category.
- 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
- DirectConnection - Class in org.neo4j.driver.internal.async.connection
-
This is a connection used by
DirectConnectionProviderto connect to a remote database. - DirectConnection(Connection, DatabaseName, AccessMode, String) - Constructor for class org.neo4j.driver.internal.async.connection.DirectConnection
- disableAllConfig() - Static method in interface org.neo4j.driver.NotificationConfig
-
A config that disables all notifications.
- disableAutoRead() - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- disableAutoRead() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- disableAutoRead() - Method in class org.neo4j.driver.internal.async.NetworkConnection
- disableAutoRead() - Method in interface org.neo4j.driver.internal.spi.Connection
- disableAutoReadManagement() - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- disableAutoReadManagement() - Method in class org.neo4j.driver.internal.handlers.RoutingResponseHandler
- disableAutoReadManagement() - Method in interface org.neo4j.driver.internal.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.
- DISCARD_ALL - Static variable in class org.neo4j.driver.internal.messaging.request.DiscardAllMessage
- discardAll() - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- discardAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.AsyncResultCursorImpl
- discardAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- discardAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- DiscardAllMessage - Class in org.neo4j.driver.internal.messaging.request
- DiscardAllMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- DiscardAllMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.DiscardAllMessageEncoder
- DiscardMessage - Class in org.neo4j.driver.internal.messaging.request
- DiscardMessage(long, long) - Constructor for class org.neo4j.driver.internal.messaging.request.DiscardMessage
- DiscardMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- DiscardMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.DiscardMessageEncoder
- 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.
- DisposableAsyncResultCursor - Class in org.neo4j.driver.internal.cursor
- DisposableAsyncResultCursor(AsyncResultCursor) - Constructor for class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- 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
- doResolve(String, Promise<InetAddress>) - Method in class org.neo4j.driver.internal.async.connection.NettyDomainNameResolver
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- DURATION - Static variable in class org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- DURATION_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.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.cluster.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.async.connection.DirectConnection
- enableAutoRead() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- enableAutoRead() - Method in class org.neo4j.driver.internal.async.NetworkConnection
- enableAutoRead() - Method in interface org.neo4j.driver.internal.spi.Connection
- enableDateTimeUtc() - Method in interface org.neo4j.driver.internal.messaging.MessageFormat
-
Enables datetime in UTC if supported by the given message format.
- enableDateTimeUtc() - Method in class org.neo4j.driver.internal.messaging.v43.MessageFormatV43
- enableDateTimeUtc() - Method in class org.neo4j.driver.internal.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.async.outbound.OutboundMessageHandler
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.BeginMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.CommitMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.DiscardAllMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.DiscardMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.GoodbyeMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.HelloMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.LogoffMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.LogonMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.PullAllMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.PullMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.ResetMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.RollbackMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.RouteMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.RouteV44MessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.RunWithMetadataMessageEncoder
- encode(Message, ValuePacker) - Method in class org.neo4j.driver.internal.messaging.encode.TelemetryMessageEncoder
- encode(Message, ValuePacker) - Method in interface org.neo4j.driver.internal.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.packstream.PackStream.EndOfStream
- enqueue(ResponseHandler) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- ensureCorrectStructSignature(String, byte, byte) - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- ensureCorrectStructSize(TypeConstructor, int, long) - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- ensureRoutingTable(ConnectionContext) - Method in interface org.neo4j.driver.internal.cluster.RoutingTableHandler
- ensureRoutingTable(ConnectionContext) - Method in class org.neo4j.driver.internal.cluster.RoutingTableHandlerImpl
- ensureRoutingTable(ConnectionContext) - Method in interface org.neo4j.driver.internal.cluster.RoutingTableRegistry
-
Ensures the routing table for the database with given access mode.
- ensureRoutingTable(ConnectionContext) - Method in class org.neo4j.driver.internal.cluster.RoutingTableRegistryImpl
- 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.async.pool.PoolSettings
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.cluster.ClusterComposition
- equals(Object) - Method in record class org.neo4j.driver.internal.cluster.RoutingSettings
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.handlers.RouteMessageResponseHandler
- equals(Object) - Method in class org.neo4j.driver.internal.messaging.BoltProtocolVersion
- equals(Object) - Method in class org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
- equals(Object) - Method in class org.neo4j.driver.internal.messaging.request.BeginMessage
- equals(Object) - Method in class org.neo4j.driver.internal.messaging.request.HelloMessage
- equals(Object) - Method in record class org.neo4j.driver.internal.messaging.request.RouteMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- equals(Object) - Method in record class org.neo4j.driver.internal.messaging.request.TelemetryMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.messaging.response.FailureMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
- equals(Object) - Method in record class org.neo4j.driver.internal.messaging.response.RecordMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.neo4j.driver.internal.messaging.response.SuccessMessage
-
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 record class org.neo4j.driver.internal.summary.InternalInputPosition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalPlan
- equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalServerInfo
- equals(Object) - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- 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() - Method in class org.neo4j.driver.internal.cluster.RoutingProcedureResponse
- error(String) - Method in class org.neo4j.driver.internal.logging.NettyLogger
- error(String, Object) - Method in class org.neo4j.driver.internal.logging.NettyLogger
- error(String, Object...) - Method in class org.neo4j.driver.internal.logging.NettyLogger
- error(String, Object, Object) - Method in class org.neo4j.driver.internal.logging.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.NettyLogger
- 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.
- ErrorUtil - Class in org.neo4j.driver.internal.util
- EventLoopGroupFactory - Class in org.neo4j.driver.internal.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.async.connection.HandshakeHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.neo4j.driver.internal.async.inbound.ChannelErrorHandler
- EXECUTABLE_QUERY - Enum constant in enum class org.neo4j.driver.internal.telemetry.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(Consumer<Throwable>) - 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(Consumer<Throwable>) - 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(Connection, BoltProtocol) - Method in class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- 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.util.LockUtil
- executeWithLock(Lock, Supplier<T>) - Static method in class org.neo4j.driver.internal.util.LockUtil
- executeWithLockAsync(Lock, Supplier<CompletionStage<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.cluster.ClusterComposition
- expirationTimestamp() - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- expirationTimestamp() - Method in interface org.neo4j.driver.internal.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
- ExtendedChannelPool - Interface in org.neo4j.driver.internal.async.pool
- 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.util.MetadataExtractor
- extractDatabaseBookmark(Map<String, Value>) - Static method in class org.neo4j.driver.internal.util.MetadataExtractor
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class org.neo4j.driver.internal.async.inbound.ChunkDecoder
- extractQueryId(Map<String, Value>) - Method in class org.neo4j.driver.internal.util.MetadataExtractor
- extractQueryKeys(Map<String, Value>) - Method in class org.neo4j.driver.internal.util.MetadataExtractor
- extractResultAvailableAfter(Map<String, Value>) - Method in class org.neo4j.driver.internal.util.MetadataExtractor
- extractServer(Map<String, Value>) - Static method in class org.neo4j.driver.internal.util.MetadataExtractor
- extractSummary(Query, Connection, long, Map<String, Value>) - Method in class org.neo4j.driver.internal.util.MetadataExtractor
F
- failedFuture(Throwable) - Static method in class org.neo4j.driver.internal.util.Futures
- 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.async.inbound.InboundMessageDispatcher.HandlerHook.MessageType
- FAILURE_STATE - Enum constant in enum class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler.State
- FailureMessage - Record Class in org.neo4j.driver.internal.messaging.response
-
FAILURE response message
- FailureMessage(String, String) - Constructor for record class org.neo4j.driver.internal.messaging.response.FailureMessage
-
Creates an instance of a
FailureMessagerecord class. - FALSE - Static variable in class org.neo4j.driver.internal.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
-
Creates a new instance.
- fatalErrorOccurred() - Method in class org.neo4j.driver.internal.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(). - FetchSizeUtil - Class in org.neo4j.driver.internal.handlers.pulln
- FetchSizeUtil() - Constructor for class org.neo4j.driver.internal.handlers.pulln.FetchSizeUtil
- fields() - Method in record class org.neo4j.driver.internal.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. - finishAuth(long) - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- FLOAT - Enum constant in enum class org.neo4j.driver.internal.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.packstream.PackStream
- FloatValue - Class in org.neo4j.driver.internal.value
- FloatValue(double) - Constructor for class org.neo4j.driver.internal.value.FloatValue
- forAllCertificates(boolean, RevocationCheckingStrategy, ClientCertificateManager, Logging) - Static method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- forChannel(Channel) - Static method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Obtain an instance of the protocol for the given channel.
- 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.AsyncResultCursorImpl
- forEachAsync(Consumer<Record>) - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- forget(BoltServerAddress) - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- forget(BoltServerAddress) - Method in interface org.neo4j.driver.internal.cluster.RoutingTable
- forgetWriter(BoltServerAddress) - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- forgetWriter(BoltServerAddress) - Method in interface org.neo4j.driver.internal.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.messaging.BoltProtocol
-
Obtain an instance of the protocol for the given channel.
- 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.
- 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.messaging.BoltProtocolVersion
- futureCompletingConsumer(CompletableFuture<T>) - Static method in class org.neo4j.driver.internal.util.Futures
- Futures - Class in org.neo4j.driver.internal.util
G
- 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
- getAuthTimestamp() - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- getAuthToken() - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- getAuthTokenManager() - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- getBeforeLastHandlerHook() - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- 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.cluster.ClusterCompositionLookupResult
- getClusterComposition(Connection, DatabaseName, Set<Bookmark>, String) - Method in interface org.neo4j.driver.internal.cluster.ClusterCompositionProvider
- getClusterComposition(Connection, DatabaseName, Set<Bookmark>, String) - Method in class org.neo4j.driver.internal.cluster.RoutingProcedureClusterCompositionProvider
- getDefault() - Static method in interface org.neo4j.driver.types.TypeSystem
-
Returns an instance of type system.
- 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 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.messaging.BoltProtocolVersion
- getMessage() - Method in exception org.neo4j.driver.exceptions.SecurityRetryableException
- getMinorVersion() - Method in class org.neo4j.driver.internal.messaging.BoltProtocolVersion
- getNodeFields() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- getNodeFields() - Method in class org.neo4j.driver.internal.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
- getRediscovery() - Method in class org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancer
-
This method is only for testing
- getRelationshipFields() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- getRelationshipFields() - Method in class org.neo4j.driver.internal.messaging.v5.ValueUnpackerV5
- getResolvedInitialRouters() - Method in class org.neo4j.driver.internal.cluster.ClusterCompositionLookupResult
- getRoutingTableHandler(DatabaseName) - Method in interface org.neo4j.driver.internal.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.cluster.RoutingTableRegistryImpl
- getRoutingTableRegistry() - Method in class org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancer
- 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.metrics.ListenerEvent
- 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
- getValidToken() - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- getValue() - Method in enum class org.neo4j.driver.internal.telemetry.TelemetryApi
- GOODBYE - Static variable in class org.neo4j.driver.internal.messaging.request.GoodbyeMessage
- GoodbyeMessage - Class in org.neo4j.driver.internal.messaging.request
- GoodbyeMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- GoodbyeMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.GoodbyeMessageEncoder
- GraphDatabase - Class in org.neo4j.driver
-
Creates
drivers, optionally letting youGraphDatabase.driver(URI, Config)to configure them.
H
- handle(Set<String>) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageHandler
- handle(Set<String>) - Method in class org.neo4j.driver.internal.async.outbound.OutboundMessageHandler
- handle(Set<String>) - Method in interface org.neo4j.driver.internal.messaging.BoltPatchesListener
- handleChannelError(Throwable) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- handleChannelInactive(Throwable) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- handleFailureMessage(String, String) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- handleFailureMessage(String, String) - Method in interface org.neo4j.driver.internal.messaging.ResponseMessageHandler
- handleIgnoredMessage() - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- handleIgnoredMessage() - Method in interface org.neo4j.driver.internal.messaging.ResponseMessageHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.connection.HandshakeHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.inbound.ChannelErrorHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.inbound.ChunkDecoder
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageHandler
- handlerAdded(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.outbound.OutboundMessageHandler
- handleRecordMessage(Value[]) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- handleRecordMessage(Value[]) - Method in interface org.neo4j.driver.internal.messaging.ResponseMessageHandler
- handlerRemoved(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.inbound.ChannelErrorHandler
- handlerRemoved(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageHandler
- handlerRemoved(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.outbound.OutboundMessageHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.connection.HandshakeHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.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.async.inbound.InboundMessageDispatcher
- handleSuccessMessage(Map<String, Value>) - Method in interface org.neo4j.driver.internal.messaging.ResponseMessageHandler
- handshakeBuf() - Static method in class org.neo4j.driver.internal.async.connection.BoltProtocolUtil
- HandshakeCompletedListener - Class in org.neo4j.driver.internal.async.connection
- HandshakeCompletedListener(String, BoltAgent, RoutingContext, ChannelPromise, NotificationConfig, Clock) - Constructor for class org.neo4j.driver.internal.async.connection.HandshakeCompletedListener
- HandshakeHandler - Class in org.neo4j.driver.internal.async.connection
- HandshakeHandler(ChannelPipelineBuilder, ChannelPromise, Logging) - Constructor for class org.neo4j.driver.internal.async.connection.HandshakeHandler
- handshakeString() - Static method in class org.neo4j.driver.internal.async.connection.BoltProtocolUtil
- hasBeenStaleFor(long) - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- hasBeenStaleFor(long) - Method in interface org.neo4j.driver.internal.cluster.RoutingTable
- hashCode() - Method in record class org.neo4j.driver.internal.async.pool.PoolSettings
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.cluster.ClusterComposition
- hashCode() - Method in record class org.neo4j.driver.internal.cluster.RoutingSettings
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.handlers.RouteMessageResponseHandler
- hashCode() - Method in class org.neo4j.driver.internal.messaging.BoltProtocolVersion
- hashCode() - Method in class org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
- hashCode() - Method in class org.neo4j.driver.internal.messaging.request.BeginMessage
- hashCode() - Method in class org.neo4j.driver.internal.messaging.request.HelloMessage
- hashCode() - Method in record class org.neo4j.driver.internal.messaging.request.RouteMessage
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- hashCode() - Method in record class org.neo4j.driver.internal.messaging.request.TelemetryMessage
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.messaging.response.FailureMessage
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
- hashCode() - Method in record class org.neo4j.driver.internal.messaging.response.RecordMessage
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.neo4j.driver.internal.messaging.response.SuccessMessage
-
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 record class org.neo4j.driver.internal.summary.InternalInputPosition
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.summary.InternalPlan
- hashCode() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- hashCode() - Method in class org.neo4j.driver.internal.summary.InternalServerInfo
- hashCode() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns a hash code value for this object.
- hashCode() - Method in class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- 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
- 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.cluster.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.cluster.ClusterComposition
- healthChecker() - Method in interface org.neo4j.driver.internal.async.pool.ExtendedChannelPool
- healthChecker() - Method in class org.neo4j.driver.internal.async.pool.NettyChannelPool
- HelloMessage - Class in org.neo4j.driver.internal.messaging.request
- HelloMessage(String, BoltAgent, Map<String, Value>, Map<String, String>, boolean, NotificationConfig) - Constructor for class org.neo4j.driver.internal.messaging.request.HelloMessage
- HelloMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- HelloMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.HelloMessageEncoder
- HelloResponseHandler - Class in org.neo4j.driver.internal.handlers
- HelloResponseHandler(ChannelPromise, Clock) - Constructor for class org.neo4j.driver.internal.handlers.HelloResponseHandler
- helloStage(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- HelloV51ResponseHandler - Class in org.neo4j.driver.internal.handlers
- HelloV51ResponseHandler(Channel, CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.handlers.HelloV51ResponseHandler
- HINT - Static variable in interface org.neo4j.driver.NotificationCategory
-
A hint category.
- 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.internal.async.pool.ExtendedChannelPool
- id() - Method in class org.neo4j.driver.internal.async.pool.NettyChannelPool
- 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.
- IDENTITY_RESOLVER - Static variable in class org.neo4j.driver.internal.cluster.IdentityResolver
- IdentityResolver - Class in org.neo4j.driver.internal.cluster
- idle() - Method in interface org.neo4j.driver.ConnectionPoolMetrics
-
The amount of connections that are currently idle (buffered inside the pool).
- idleChannelCount(ServerAddress) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- 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.
- idleTimeBeforeConnectionTest() - Method in record class org.neo4j.driver.internal.async.pool.PoolSettings
-
Returns the value of the
idleTimeBeforeConnectionTestrecord component. - idleTimeBeforeConnectionTestEnabled() - Method in record class org.neo4j.driver.internal.async.pool.PoolSettings
- IGNORED - Static variable in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
- IgnoredMessage - Class in org.neo4j.driver.internal.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.
- ImmutableConnectionContext - Class in org.neo4j.driver.internal.async
-
A
Connectionshall fulfil thisImmutableConnectionContextwhen acquired from a connection provider. - ImmutableConnectionContext(DatabaseName, Set<Bookmark>, AccessMode) - Constructor for class org.neo4j.driver.internal.async.ImmutableConnectionContext
- impersonatedUser() - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- impersonatedUser() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- impersonatedUser() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- impersonatedUser() - Method in class org.neo4j.driver.internal.async.ImmutableConnectionContext
- impersonatedUser() - Method in record class org.neo4j.driver.internal.messaging.request.RouteMessage
-
Returns the value of the
impersonatedUserrecord component. - impersonatedUser() - Method in interface org.neo4j.driver.internal.spi.Connection
- 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.async.inbound
- InboundMessageDispatcher(Channel, Logging) - Constructor for class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- InboundMessageDispatcher.HandlerHook - Interface in org.neo4j.driver.internal.async.inbound
- InboundMessageDispatcher.HandlerHook.MessageType - Enum Class in org.neo4j.driver.internal.async.inbound
- InboundMessageHandler - Class in org.neo4j.driver.internal.async.inbound
- InboundMessageHandler(MessageFormat, Logging) - Constructor for class org.neo4j.driver.internal.async.inbound.InboundMessageHandler
- includeDateTimeUtcPatchInHello() - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- includeDateTimeUtcPatchInHello() - Method in class org.neo4j.driver.internal.messaging.v43.BoltProtocolV43
- includeDateTimeUtcPatchInHello() - Method in class org.neo4j.driver.internal.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 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 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.logging.NettyLogger
- info(String, Object) - Method in class org.neo4j.driver.internal.logging.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.NettyLogger
- 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.logging.NettyLogger
- info(String, Throwable) - Method in class org.neo4j.driver.internal.logging.NettyLogger
- INFORMATION - Static variable in interface org.neo4j.driver.NotificationSeverity
-
An information severity level.
- initChannel(Channel) - Method in class org.neo4j.driver.internal.async.connection.NettyChannelInitializer
- initialBookmarks() - Method in class org.neo4j.driver.BookmarkManagerConfig
-
Returns the map of bookmarks used to initialise the bookmark manager.
- initializeChannel(String, BoltAgent, AuthToken, RoutingContext, ChannelPromise, NotificationConfig, Clock) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Initialize channel after it is connected and handshake selected this protocol version.
- initializeChannel(String, BoltAgent, AuthToken, RoutingContext, ChannelPromise, NotificationConfig, Clock) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- initializeChannel(String, BoltAgent, AuthToken, RoutingContext, ChannelPromise, NotificationConfig, Clock) - Method in class org.neo4j.driver.internal.messaging.v51.BoltProtocolV51
- initializeChannel(String, BoltAgent, AuthToken, RoutingContext, ChannelPromise, NotificationConfig, Clock) - Method in class org.neo4j.driver.internal.messaging.v53.BoltProtocolV53
- initiateAuth(AuthToken) - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- initiateAuth(AuthToken, boolean) - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- InputPosition - Interface in org.neo4j.driver.summary
-
An input position refers to a specific character in a query.
- insecure() - Static method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- 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
- installRecordConsumer(BiConsumer<Record, Throwable>) - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- installRecordConsumer(BiConsumer<Record, Throwable>) - Method in interface org.neo4j.driver.internal.handlers.pulln.PullResponseHandler
-
Register a record consumer for each record received.
- installSummaryConsumer(BiConsumer<ResultSummary, Throwable>) - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- installSummaryConsumer(BiConsumer<ResultSummary, Throwable>) - Method in interface org.neo4j.driver.internal.handlers.pulln.PullResponseHandler
-
Register a summary consumer to be notified when a summary is received.
- 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.handlers.NoOpResponseHandler
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.request.LogoffMessage
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v4.BoltProtocolV4
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v41.BoltProtocolV41
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v42.BoltProtocolV42
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v43.BoltProtocolV43
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v44.BoltProtocolV44
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v5.BoltProtocolV5
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v51.BoltProtocolV51
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v52.BoltProtocolV52
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v53.BoltProtocolV53
- INSTANCE - Static variable in class org.neo4j.driver.internal.messaging.v54.BoltProtocolV54
- INT_16 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- INT_32 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- INT_64 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- INT_8 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- INTEGER - Enum constant in enum class org.neo4j.driver.internal.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. - 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. - 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, String, NotificationSeverity, String, NotificationCategory, 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>, 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).
- inUseChannelCount(ServerAddress) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- inUseConnections(ServerAddress) - Method in class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
- inUseConnections(ServerAddress) - Method in interface org.neo4j.driver.internal.spi.ConnectionPool
- isClosed() - Method in interface org.neo4j.driver.internal.async.pool.ExtendedChannelPool
- isClosed() - Method in class org.neo4j.driver.internal.async.pool.NettyChannelPool
- isCustomized(SecuritySettings) - Static method in class org.neo4j.driver.internal.security.SecurityPlans
- isDebugEnabled() - Method in class org.neo4j.driver.internal.logging.DevNullLogger
- isDebugEnabled() - Method in class org.neo4j.driver.internal.logging.JULogger
- isDebugEnabled() - Method in class org.neo4j.driver.internal.logging.NettyLogger
- 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.cluster.RoutingContext
- isDone() - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
- isDone() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- isDone() - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- 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.logging.NettyLogger
- isEventLoopThread(Thread) - Static method in class org.neo4j.driver.internal.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
- isHealthy(Channel) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelHealthChecker
- 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.messaging.BoltProtocolVersion
- isInfoEnabled() - Method in class org.neo4j.driver.internal.logging.NettyLogger
- isManaged() - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- 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.connection.DirectConnection
- isOpen() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- isOpen() - Method in class org.neo4j.driver.internal.async.InternalAsyncTransaction
- isOpen() - Method in class org.neo4j.driver.internal.async.NetworkConnection
- isOpen() - Method in class org.neo4j.driver.internal.async.NetworkSession
- isOpen() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- isOpen() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveResult
- isOpen() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- isOpen() - Method in class org.neo4j.driver.internal.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.internal.spi.Connection
- 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
- isOpen(BoltServerAddress) - Method in class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
- isOpen(BoltServerAddress) - Method in interface org.neo4j.driver.internal.spi.ConnectionPool
- 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.AsyncResultCursorImpl
- isOpenAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- isPendingLogoff() - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- isRoutingTableAged() - Method in interface org.neo4j.driver.internal.cluster.RoutingTableHandler
- isRoutingTableAged() - Method in class org.neo4j.driver.internal.cluster.RoutingTableHandlerImpl
- isServerRoutingEnabled() - Method in class org.neo4j.driver.internal.cluster.RoutingContext
- isStaleFor(AccessMode) - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- isStaleFor(AccessMode) - Method in interface org.neo4j.driver.internal.cluster.RoutingTable
- isSuccess() - Method in class org.neo4j.driver.internal.cluster.RoutingProcedureResponse
- 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.async.connection.DirectConnection
- isTelemetryEnabled() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- isTelemetryEnabled() - Method in class org.neo4j.driver.internal.async.NetworkConnection
- isTelemetryEnabled() - Method in interface org.neo4j.driver.internal.spi.Connection
- 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.NettyLogger
- 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.logging.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.util.Futures
- 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 class org.neo4j.driver.internal.cursor.AsyncResultCursorImpl
- keys() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- 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 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 record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
labelsRemovedrecord component. - labelsRemoved() - Method in interface org.neo4j.driver.summary.SummaryCounters
- 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.async.connection.ChannelAttributes
- LeakLoggingNetworkSession - Class in org.neo4j.driver.internal.async
- LeakLoggingNetworkSession(ConnectionProvider, RetryLogic, DatabaseName, AccessMode, Set<Bookmark>, String, long, Logging, BookmarkManager, NotificationConfig, AuthToken, boolean) - Constructor for class org.neo4j.driver.internal.async.LeakLoggingNetworkSession
- LeastConnectedLoadBalancingStrategy - Class in org.neo4j.driver.internal.cluster.loadbalancing
-
Load balancing strategy that finds server with the least amount of active (checked out of the pool) connections from given readers or writers.
- LeastConnectedLoadBalancingStrategy(ConnectionPool, Logging) - Constructor for class org.neo4j.driver.internal.cluster.loadbalancing.LeastConnectedLoadBalancingStrategy
- LegacyPullAllResponseHandler - Class in org.neo4j.driver.internal.handlers
-
This is the Pull All response handler that handles pull all messages in Bolt v3 and previous protocol versions.
- LegacyPullAllResponseHandler(Query, RunResponseHandler, Connection, MetadataExtractor, PullResponseCompletionListener) - Constructor for class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- length() - Method in interface org.neo4j.driver.types.Path
- 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.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.packstream.PackStream
- LIST_32 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- LIST_8 - Static variable in class org.neo4j.driver.internal.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.AsyncResultCursorImpl
- listAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- 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.AsyncResultCursorImpl
- listAsync(Function<Record, T>) - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- listAsync(Function<Record, T>) - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- listAsync(Function<Record, T>) - Method in interface org.neo4j.driver.internal.handlers.PullAllResponseHandler
- listAsync(Function<Record, T>) - Method in class org.neo4j.driver.internal.handlers.pulln.AutoPullResponseHandler
- ListenerEvent<T> - Interface in org.neo4j.driver.internal.metrics
- ListValue - Class in org.neo4j.driver.internal.value
- ListValue(Value...) - Constructor for class org.neo4j.driver.internal.value.ListValue
- LoadBalancer - Class in org.neo4j.driver.internal.cluster.loadbalancing
- LoadBalancer(ConnectionPool, Rediscovery, RoutingSettings, LoadBalancingStrategy, EventExecutorGroup, Clock, Logging) - Constructor for class org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancer
- LoadBalancingStrategy - Interface in org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- LOCAL_DATE_TIME - Static variable in class org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- LOCAL_DATE_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- LOCAL_TIME - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- LOCAL_TIME - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- LOCAL_TIME - Static variable in class org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- LOCAL_TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.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.util
- LockUtil() - Constructor for class org.neo4j.driver.internal.util.LockUtil
- log - Variable in class org.neo4j.driver.internal.async.NetworkSession
- Logger - Interface in org.neo4j.driver
-
Logs messages for driver activity.
- logging() - Method in class org.neo4j.driver.Config
-
Logging provider
- Logging - Interface in org.neo4j.driver
-
Accessor for
Loggerinstances. - logLeakedSessions() - Method in class org.neo4j.driver.Config
-
Check if leaked sessions logging is enabled.
- LogoffMessage - Class in org.neo4j.driver.internal.messaging.request
- LogoffMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- LogoffMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.LogoffMessageEncoder
- LogoffResponseHandler - Class in org.neo4j.driver.internal.handlers
- LogoffResponseHandler(CompletableFuture<?>) - Constructor for class org.neo4j.driver.internal.handlers.LogoffResponseHandler
- LogonMessage - Class in org.neo4j.driver.internal.messaging.request
- LogonMessage(Map<String, Value>) - Constructor for class org.neo4j.driver.internal.messaging.request.LogonMessage
- LogonMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- LogonMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.LogonMessageEncoder
- LogonResponseHandler - Class in org.neo4j.driver.internal.handlers
- LogonResponseHandler(CompletableFuture<?>, Channel, Clock) - Constructor for class org.neo4j.driver.internal.handlers.LogonResponseHandler
- lookupClusterComposition(RoutingTable, ConnectionPool, Set<Bookmark>, String, AuthToken) - Method in interface org.neo4j.driver.internal.cluster.Rediscovery
-
Fetches cluster composition using the provided routing table.
- lookupClusterComposition(RoutingTable, ConnectionPool, Set<Bookmark>, String, AuthToken) - Method in class org.neo4j.driver.internal.cluster.RediscoveryImpl
-
Given a database and its current routing table, and the global connection pool, use the global cluster composition provider to fetch a new cluster composition, which would be used to update the routing table of the given database and global connection pool.
- 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.telemetry.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(Record, Function<Value, T>) - Static method in class org.neo4j.driver.internal.util.Extract
- MAP - Enum constant in enum class org.neo4j.driver.internal.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.packstream.PackStream
- MAP_32 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- MAP_8 - Static variable in class org.neo4j.driver.internal.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
- mapSuccessfulRunCompletionAsync() - Method in interface org.neo4j.driver.internal.cursor.AsyncResultCursor
- mapSuccessfulRunCompletionAsync() - Method in class org.neo4j.driver.internal.cursor.AsyncResultCursorImpl
- mapSuccessfulRunCompletionAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- MapValue - Class in org.neo4j.driver.internal.value
- MapValue(Map<String, Value>) - Constructor for class org.neo4j.driver.internal.value.MapValue
- markPendingLogoff() - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- markTerminated(Throwable) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- maxConnectionLifetime() - Method in record class org.neo4j.driver.internal.async.pool.PoolSettings
-
Returns the value of the
maxConnectionLifetimerecord component. - maxConnectionLifetimeEnabled() - Method in record class org.neo4j.driver.internal.async.pool.PoolSettings
- 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.
- maxConnectionPoolSize() - Method in record class org.neo4j.driver.internal.async.pool.PoolSettings
-
Returns the value of the
maxConnectionPoolSizerecord component. - 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.messaging.response.FailureMessage
-
Returns the value of the
messagerecord component. - Message - Interface in org.neo4j.driver.internal.messaging
-
Base class for all protocol messages.
- MessageDecoder - Class in org.neo4j.driver.internal.async.inbound
- MessageDecoder() - Constructor for class org.neo4j.driver.internal.async.inbound.MessageDecoder
- messageDispatcher(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- MessageEncoder - Interface in org.neo4j.driver.internal.messaging
- MessageFormat - Interface in org.neo4j.driver.internal.messaging
- MessageFormat.Reader - Interface in org.neo4j.driver.internal.messaging
- MessageFormat.Writer - Interface in org.neo4j.driver.internal.messaging
- MessageFormatV3 - Class in org.neo4j.driver.internal.messaging.v3
- MessageFormatV3() - Constructor for class org.neo4j.driver.internal.messaging.v3.MessageFormatV3
- MessageFormatV4 - Class in org.neo4j.driver.internal.messaging.v4
- MessageFormatV4() - Constructor for class org.neo4j.driver.internal.messaging.v4.MessageFormatV4
- MessageFormatV43 - Class in org.neo4j.driver.internal.messaging.v43
-
Bolt message format v4.3
- MessageFormatV43() - Constructor for class org.neo4j.driver.internal.messaging.v43.MessageFormatV43
- MessageFormatV44 - Class in org.neo4j.driver.internal.messaging.v44
-
Bolt message format v4.4
- MessageFormatV44() - Constructor for class org.neo4j.driver.internal.messaging.v44.MessageFormatV44
- MessageFormatV5 - Class in org.neo4j.driver.internal.messaging.v5
- MessageFormatV5() - Constructor for class org.neo4j.driver.internal.messaging.v5.MessageFormatV5
- MessageFormatV51 - Class in org.neo4j.driver.internal.messaging.v51
- MessageFormatV51() - Constructor for class org.neo4j.driver.internal.messaging.v51.MessageFormatV51
- MessageFormatV54 - Class in org.neo4j.driver.internal.messaging.v54
- MessageFormatV54() - Constructor for class org.neo4j.driver.internal.messaging.v54.MessageFormatV54
- MessageReaderV5 - Class in org.neo4j.driver.internal.messaging.v5
- MessageReaderV5(PackInput) - Constructor for class org.neo4j.driver.internal.messaging.v5.MessageReaderV5
- MessageWriterV3 - Class in org.neo4j.driver.internal.messaging.v3
- MessageWriterV3(PackOutput) - Constructor for class org.neo4j.driver.internal.messaging.v3.MessageWriterV3
- MessageWriterV4 - Class in org.neo4j.driver.internal.messaging.v4
- MessageWriterV4(PackOutput) - Constructor for class org.neo4j.driver.internal.messaging.v4.MessageWriterV4
- MessageWriterV43 - Class in org.neo4j.driver.internal.messaging.v43
-
Bolt message writer v4.3
- MessageWriterV43(PackOutput, boolean) - Constructor for class org.neo4j.driver.internal.messaging.v43.MessageWriterV43
- MessageWriterV44 - Class in org.neo4j.driver.internal.messaging.v44
-
Bolt message writer v4.4
- MessageWriterV44(PackOutput, boolean) - Constructor for class org.neo4j.driver.internal.messaging.v44.MessageWriterV44
- MessageWriterV5 - Class in org.neo4j.driver.internal.messaging.v5
- MessageWriterV5(PackOutput) - Constructor for class org.neo4j.driver.internal.messaging.v5.MessageWriterV5
- MessageWriterV51 - Class in org.neo4j.driver.internal.messaging.v51
- MessageWriterV51(PackOutput) - Constructor for class org.neo4j.driver.internal.messaging.v51.MessageWriterV51
- MessageWriterV54 - Class in org.neo4j.driver.internal.messaging.v54
- MessageWriterV54(PackOutput) - Constructor for class org.neo4j.driver.internal.messaging.v54.MessageWriterV54
- metadata() - Method in class org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
- metadata() - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- metadata() - Method in record class org.neo4j.driver.internal.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.messaging.v3.BoltProtocolV3
- metadataExtractor - Variable in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- metadataExtractor - Variable in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- MetadataExtractor - Class in org.neo4j.driver.internal.util
- MetadataExtractor(String, 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.metrics
- 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. - mode() - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- mode() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- mode() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- mode() - Method in class org.neo4j.driver.internal.async.ImmutableConnectionContext
- mode() - Method in interface org.neo4j.driver.internal.spi.Connection
- months() - Method in interface org.neo4j.driver.types.IsoDuration
-
Retrieve amount of months in this duration.
- MultiDatabasesRoutingProcedureRunner - Class in org.neo4j.driver.internal.cluster
-
This implementation of the
RoutingProcedureRunnerworks with multi database versions of Neo4j calling the procedure `dbms.routing.getRoutingTable` - MultiDatabasesRoutingProcedureRunner(RoutingContext, Logging) - Constructor for class org.neo4j.driver.internal.cluster.MultiDatabasesRoutingProcedureRunner
- MultiDatabaseUtil - Class in org.neo4j.driver.internal.messaging.request
- MultiDatabaseUtil() - Constructor for class org.neo4j.driver.internal.messaging.request.MultiDatabaseUtil
N
- name() - Method in class org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
- name() - Method in class org.neo4j.driver.internal.messaging.request.DiscardMessage
- name() - Method in class org.neo4j.driver.internal.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.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, 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.
- NettyChannelHealthChecker - Class in org.neo4j.driver.internal.async.pool
- NettyChannelHealthChecker(PoolSettings, Clock, Logging) - Constructor for class org.neo4j.driver.internal.async.pool.NettyChannelHealthChecker
- NettyChannelInitializer - Class in org.neo4j.driver.internal.async.connection
- NettyChannelInitializer(BoltServerAddress, SecurityPlan, int, AuthTokenManager, SSLContext, Clock, Logging) - Constructor for class org.neo4j.driver.internal.async.connection.NettyChannelInitializer
- NettyChannelPool - Class in org.neo4j.driver.internal.async.pool
- NettyChannelTracker - Class in org.neo4j.driver.internal.async.pool
- NettyChannelTracker(MetricsListener, ChannelGroup, Logging) - Constructor for class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- NettyChannelTracker(MetricsListener, EventExecutor, Logging) - Constructor for class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- NettyDomainNameResolver - Class in org.neo4j.driver.internal.async.connection
- NettyDomainNameResolver(EventExecutor, DomainNameResolver) - Constructor for class org.neo4j.driver.internal.async.connection.NettyDomainNameResolver
- NettyDomainNameResolverGroup - Class in org.neo4j.driver.internal.async.connection
- NettyDomainNameResolverGroup(DomainNameResolver) - Constructor for class org.neo4j.driver.internal.async.connection.NettyDomainNameResolverGroup
- NettyLogger - Class in org.neo4j.driver.internal.logging
- NettyLogger(String, Logger) - Constructor for class org.neo4j.driver.internal.logging.NettyLogger
- NettyLogging - Class in org.neo4j.driver.internal.logging
-
This is the logging factory to delegate netty's logging to our logging system
- NettyLogging(Logging) - Constructor for class org.neo4j.driver.internal.logging.NettyLogging
- NetworkConnection - Class in org.neo4j.driver.internal.async
-
This connection represents a simple network connection to a remote server.
- NetworkConnection(Channel, ExtendedChannelPool, Clock, MetricsListener, Logging) - Constructor for class org.neo4j.driver.internal.async.NetworkConnection
- NetworkConnectionFactory - Class in org.neo4j.driver.internal.async.pool
- NetworkConnectionFactory(Clock, MetricsListener, Logging) - Constructor for class org.neo4j.driver.internal.async.pool.NetworkConnectionFactory
- NetworkSession - Class in org.neo4j.driver.internal.async
- NetworkSession(ConnectionProvider, RetryLogic, DatabaseName, AccessMode, Set<Bookmark>, String, long, Logging, BookmarkManager, NotificationConfig, AuthToken, boolean) - Constructor for class org.neo4j.driver.internal.async.NetworkSession
- newBoltV3PullAllHandler(Query, RunResponseHandler, Connection, Consumer<DatabaseBookmark>, UnmanagedTransaction) - Static method in class org.neo4j.driver.internal.handlers.PullHandlers
- newBoltV4AutoPullHandler(Query, RunResponseHandler, Connection, Consumer<DatabaseBookmark>, UnmanagedTransaction, long) - Static method in class org.neo4j.driver.internal.handlers.PullHandlers
- newBoltV4BasicPullHandler(Query, RunResponseHandler, Connection, Consumer<DatabaseBookmark>, UnmanagedTransaction) - Static method in class org.neo4j.driver.internal.handlers.PullHandlers
- newBootstrap(int) - Static method in class org.neo4j.driver.internal.async.connection.BootstrapFactory
- newBootstrap(EventLoopGroup) - Static method in class org.neo4j.driver.internal.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.messaging.request.DiscardMessage
- newEventLoopGroup(int) - Static method in class org.neo4j.driver.internal.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.logging.NettyLogging
- newLinkedHashMapWithSize(int) - Static method in class org.neo4j.driver.internal.util.Iterables
- newNeo4jError(String, String) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- newReader(PackInput) - Method in interface org.neo4j.driver.internal.messaging.MessageFormat
- newReader(PackInput) - Method in class org.neo4j.driver.internal.messaging.v3.MessageFormatV3
- newReader(PackInput) - Method in class org.neo4j.driver.internal.messaging.v4.MessageFormatV4
- newReader(PackInput) - Method in class org.neo4j.driver.internal.messaging.v43.MessageFormatV43
- newReader(PackInput) - Method in class org.neo4j.driver.internal.messaging.v44.MessageFormatV44
- newReader(PackInput) - Method in class org.neo4j.driver.internal.messaging.v5.MessageFormatV5
- newReader(PackInput) - Method in class org.neo4j.driver.internal.messaging.v51.MessageFormatV51
- newReader(PackInput) - Method in class org.neo4j.driver.internal.messaging.v54.MessageFormatV54
- newResolver(EventExecutor) - Method in class org.neo4j.driver.internal.async.connection.NettyDomainNameResolverGroup
- newResultConsumedError() - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- newWriter(PackOutput) - Method in interface org.neo4j.driver.internal.messaging.MessageFormat
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.messaging.v3.MessageFormatV3
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.messaging.v4.MessageFormatV4
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.messaging.v43.MessageFormatV43
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.messaging.v44.MessageFormatV44
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.messaging.v5.MessageFormatV5
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.messaging.v51.MessageFormatV51
- newWriter(PackOutput) - Method in class org.neo4j.driver.internal.messaging.v54.MessageFormatV54
- 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.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.AsyncResultCursorImpl
- nextAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- nextAsync() - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- nextAsync() - Method in interface org.neo4j.driver.internal.handlers.PullAllResponseHandler
- nextAsync() - Method in class org.neo4j.driver.internal.handlers.pulln.AutoPullResponseHandler
- 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_PROTOCOL_VERSION - Static variable in class org.neo4j.driver.internal.async.connection.BoltProtocolUtil
- 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.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 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 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.handlers
- NoOpResponseHandler() - Constructor for class org.neo4j.driver.internal.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_CONFIGURED - Static variable in record class org.neo4j.driver.internal.async.pool.PoolSettings
- Notification - Interface in org.neo4j.driver.summary
-
Representation for notifications found when executing a query.
- NotificationCategory - Interface in org.neo4j.driver
-
Notification category.
- notificationConfig() - Method in class org.neo4j.driver.Config
-
Returns notification config.
- notificationConfig() - Method in class org.neo4j.driver.SessionConfig
-
Returns notification config.
- NotificationConfig - Interface in org.neo4j.driver
-
A notification configuration defining what notifications should be supplied by the server.
- 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 - Interface in org.neo4j.driver
-
Notification severity level.
- 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.packstream.PackType
- NULL - Enum constant in enum class org.neo4j.driver.internal.types.TypeConstructor
- NULL - Static variable in class org.neo4j.driver.internal.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, 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(). - 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. - onConnectionFailure(BoltServerAddress) - Method in class org.neo4j.driver.internal.cluster.RoutingTableHandlerImpl
- onErrorContinue(CompletableFuture<T>, Throwable, Function<Throwable, ? extends CompletionStage<T>>) - Static method in class org.neo4j.driver.internal.util.Futures
-
Given a future, if the future completes successfully then return a new completed future with the completed value.
- onExpired() - Method in interface org.neo4j.driver.internal.async.connection.AuthorizationStateListener
-
Notifies the listener that the credentials stored on the server side have expired.
- onExpired() - Method in class org.neo4j.driver.internal.async.pool.NettyChannelHealthChecker
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.BeginTxResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.CommitTxResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.HelloResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.HelloV51ResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.LogoffResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.LogonResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.NoOpResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.PingResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.ResetResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.RollbackTxResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.RouteMessageResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.RoutingResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.RunResponseHandler
- onFailure(Throwable) - Method in class org.neo4j.driver.internal.handlers.TelemetryResponseHandler
- onFailure(Throwable) - Method in interface org.neo4j.driver.internal.spi.ResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.BeginTxResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.CommitTxResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.HelloResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.HelloV51ResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.LogoffResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.LogonResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.NoOpResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.PingResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.ResetResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.RollbackTxResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.RouteMessageResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.RoutingResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.RunResponseHandler
- onRecord(Value[]) - Method in class org.neo4j.driver.internal.handlers.TelemetryResponseHandler
- onRecord(Value[]) - Method in interface org.neo4j.driver.internal.spi.ResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.BeginTxResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.CommitTxResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.HelloResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.HelloV51ResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.LogoffResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.LogonResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.NoOpResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.PingResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.ResetResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.RollbackTxResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.RouteMessageResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.RoutingResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.RunResponseHandler
- onSuccess(Map<String, Value>) - Method in class org.neo4j.driver.internal.handlers.TelemetryResponseHandler
- onSuccess(Map<String, Value>) - Method in interface org.neo4j.driver.internal.spi.ResponseHandler
- onWriteFailure(BoltServerAddress) - Method in class org.neo4j.driver.internal.cluster.RoutingTableHandlerImpl
- operationComplete(ChannelFuture) - Method in class org.neo4j.driver.internal.async.connection.ChannelConnectedListener
- operationComplete(ChannelFuture) - Method in class org.neo4j.driver.internal.async.connection.HandshakeCompletedListener
- 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.async.connection - package org.neo4j.driver.internal.async.connection
- org.neo4j.driver.internal.async.inbound - package org.neo4j.driver.internal.async.inbound
- org.neo4j.driver.internal.async.outbound - package org.neo4j.driver.internal.async.outbound
- org.neo4j.driver.internal.async.pool - package org.neo4j.driver.internal.async.pool
- org.neo4j.driver.internal.blockhound - package org.neo4j.driver.internal.blockhound
- org.neo4j.driver.internal.cluster - package org.neo4j.driver.internal.cluster
- org.neo4j.driver.internal.cluster.loadbalancing - package org.neo4j.driver.internal.cluster.loadbalancing
- org.neo4j.driver.internal.cursor - package org.neo4j.driver.internal.cursor
- org.neo4j.driver.internal.handlers - package org.neo4j.driver.internal.handlers
- org.neo4j.driver.internal.handlers.pulln - package org.neo4j.driver.internal.handlers.pulln
- org.neo4j.driver.internal.logging - package org.neo4j.driver.internal.logging
- org.neo4j.driver.internal.messaging - package org.neo4j.driver.internal.messaging
- org.neo4j.driver.internal.messaging.common - package org.neo4j.driver.internal.messaging.common
- org.neo4j.driver.internal.messaging.encode - package org.neo4j.driver.internal.messaging.encode
- org.neo4j.driver.internal.messaging.request - package org.neo4j.driver.internal.messaging.request
- org.neo4j.driver.internal.messaging.response - package org.neo4j.driver.internal.messaging.response
- org.neo4j.driver.internal.messaging.v3 - package org.neo4j.driver.internal.messaging.v3
- org.neo4j.driver.internal.messaging.v4 - package org.neo4j.driver.internal.messaging.v4
- org.neo4j.driver.internal.messaging.v41 - package org.neo4j.driver.internal.messaging.v41
- org.neo4j.driver.internal.messaging.v42 - package org.neo4j.driver.internal.messaging.v42
- org.neo4j.driver.internal.messaging.v43 - package org.neo4j.driver.internal.messaging.v43
- org.neo4j.driver.internal.messaging.v44 - package org.neo4j.driver.internal.messaging.v44
- org.neo4j.driver.internal.messaging.v5 - package org.neo4j.driver.internal.messaging.v5
- org.neo4j.driver.internal.messaging.v51 - package org.neo4j.driver.internal.messaging.v51
- org.neo4j.driver.internal.messaging.v52 - package org.neo4j.driver.internal.messaging.v52
- org.neo4j.driver.internal.messaging.v53 - package org.neo4j.driver.internal.messaging.v53
- org.neo4j.driver.internal.messaging.v54 - package org.neo4j.driver.internal.messaging.v54
- org.neo4j.driver.internal.metrics - package org.neo4j.driver.internal.metrics
- org.neo4j.driver.internal.packstream - package org.neo4j.driver.internal.packstream
- 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.spi - package org.neo4j.driver.internal.spi
- 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.async.outbound
- OutboundMessageHandler(MessageFormat, Logging) - Constructor for class org.neo4j.driver.internal.async.outbound.OutboundMessageHandler
- Overflow(String) - Constructor for exception org.neo4j.driver.internal.packstream.PackStream.Overflow
- overrideAuthToken() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- overrideAuthToken() - Method in class org.neo4j.driver.internal.async.ImmutableConnectionContext
P
- pack(boolean) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- pack(byte[]) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- pack(double) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- pack(long) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- pack(Object) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- pack(String) - Method in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- pack(String) - Method in interface org.neo4j.driver.internal.messaging.ValuePacker
- pack(String) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- pack(Map<String, Value>) - Method in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- pack(Map<String, Value>) - Method in interface org.neo4j.driver.internal.messaging.ValuePacker
- pack(Value) - Method in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- pack(Value) - Method in interface org.neo4j.driver.internal.messaging.ValuePacker
- packBytesHeader(int) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- packer - Variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- Packer(PackOutput) - Constructor for class org.neo4j.driver.internal.packstream.PackStream.Packer
- PackInput - Interface in org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- packListHeader(int) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- packMapHeader(int) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- packNull() - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- PackOutput - Interface in org.neo4j.driver.internal.packstream
-
This is where
PackStreamwrites its output to. - PackStream - Class in org.neo4j.driver.internal.packstream
-
PackStream is a messaging serialisation format heavily inspired by MessagePack.
- PackStream.EndOfStream - Exception in org.neo4j.driver.internal.packstream
- PackStream.Overflow - Exception in org.neo4j.driver.internal.packstream
- PackStream.Packer - Class in org.neo4j.driver.internal.packstream
- PackStream.PackStreamException - Exception in org.neo4j.driver.internal.packstream
- PackStream.Unexpected - Exception in org.neo4j.driver.internal.packstream
- PackStream.UnPackable - Exception in org.neo4j.driver.internal.packstream
- PackStream.Unpacker - Class in org.neo4j.driver.internal.packstream
- PackStreamException(String) - Constructor for exception org.neo4j.driver.internal.packstream.PackStream.PackStreamException
- packStructHeader(int, byte) - Method in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- packStructHeader(int, byte) - Method in interface org.neo4j.driver.internal.messaging.ValuePacker
- packStructHeader(int, byte) - Method in class org.neo4j.driver.internal.packstream.PackStream.Packer
- PackType - Enum Class in org.neo4j.driver.internal.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.messaging.request.RunWithMetadataMessage
- 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
- parse(Record, long) - Static method in class org.neo4j.driver.internal.cluster.ClusterComposition
- 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.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.AsyncResultCursorImpl
- peekAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- peekAsync() - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- peekAsync() - Method in interface org.neo4j.driver.internal.handlers.PullAllResponseHandler
- peekAsync() - Method in class org.neo4j.driver.internal.handlers.pulln.AutoPullResponseHandler
- peekByte() - Method in class org.neo4j.driver.internal.async.inbound.ByteBufInput
- peekByte() - Method in interface org.neo4j.driver.internal.packstream.PackInput
-
Get the next byte without forwarding the internal pointer
- peekNextType() - Method in class org.neo4j.driver.internal.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
- PENDING_DATABASE_NAME_EXCEPTION_SUPPLIER - Static variable in interface org.neo4j.driver.internal.async.ConnectionContext
- PERFORMANCE - Static variable in interface org.neo4j.driver.NotificationCategory
-
A performance category.
- PingResponseHandler - Class in org.neo4j.driver.internal.handlers
- PingResponseHandler(Promise<Boolean>, Channel, Logging) - Constructor for class org.neo4j.driver.internal.handlers.PingResponseHandler
- plan() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- plan() - Method in interface org.neo4j.driver.summary.ResultSummary
-
This describes how the database will execute your query.
- Plan - Interface in org.neo4j.driver.summary
-
This describes the plan that the database planner produced and used (or will use) to execute your query.
- point(int, double, double) - 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.messaging.common.CommonValuePacker
- POINT_2D_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- POINT_2D_STRUCT_TYPE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- POINT_2D_STRUCT_TYPE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- POINT_3D_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- POINT_3D_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- POINT_3D_STRUCT_TYPE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValuePacker
- POINT_3D_STRUCT_TYPE - Static variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- PointValue - Class in org.neo4j.driver.internal.value
- PointValue(Point) - Constructor for class org.neo4j.driver.internal.value.PointValue
- poolId(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- PoolSettings - Record Class in org.neo4j.driver.internal.async.pool
- PoolSettings(int, long, long, long) - Constructor for record class org.neo4j.driver.internal.async.pool.PoolSettings
-
Creates an instance of a
PoolSettingsrecord class. - 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.util
- preferInitialRouter() - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- preferInitialRouter() - Method in interface org.neo4j.driver.internal.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
- prepareToCloseChannel() - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- prepareToCloseChannel(Channel) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Prepare to close channel before it is closed.
- prepareToCloseChannel(Channel) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- prepareToCloseChannels() - Method in class org.neo4j.driver.internal.async.pool.NettyChannelTracker
- prePopulateRecords() - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- prePopulateRecords() - Method in interface org.neo4j.driver.internal.handlers.PullAllResponseHandler
- prePopulateRecords() - Method in class org.neo4j.driver.internal.handlers.pulln.AutoPullResponseHandler
- 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
- procedure() - Method in class org.neo4j.driver.internal.cluster.RoutingProcedureResponse
- profile() - Method in class org.neo4j.driver.internal.summary.InternalResultSummary
- profile() - Method in interface org.neo4j.driver.summary.ResultSummary
-
This describes how the database did execute your query.
- PROFILED_PLAN_FROM_VALUE - Static variable in class org.neo4j.driver.internal.summary.InternalProfiledPlan
-
Builds a regular plan without profiling information - eg.
- ProfiledPlan - Interface in org.neo4j.driver.summary
-
This is the same as a regular
Plan- except this plan has been executed, meaning it also contains detailed information about how much work each step of the plan incurred on the database. - properties(MapAccessor, Function<Value, V>) - Static method in class org.neo4j.driver.internal.util.Extract
- propertiesSet() - Method in record class org.neo4j.driver.internal.summary.InternalSummaryCounters
-
Returns the value of the
propertiesSetrecord component. - propertiesSet() - Method in interface org.neo4j.driver.summary.SummaryCounters
- protocol() - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- protocol() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- protocol() - Method in class org.neo4j.driver.internal.async.NetworkConnection
- protocol() - Method in interface org.neo4j.driver.internal.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.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.async.connection.ChannelAttributes
- PULL_ALL - Static variable in class org.neo4j.driver.internal.messaging.request.PullAllMessage
- PULL_ALL - Static variable in class org.neo4j.driver.internal.messaging.request.PullMessage
- pullAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.AsyncResultCursorImpl
- pullAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- pullAllFailureAsync() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- pullAllFailureAsync() - Method in class org.neo4j.driver.internal.handlers.LegacyPullAllResponseHandler
- pullAllFailureAsync() - Method in interface org.neo4j.driver.internal.handlers.PullAllResponseHandler
- pullAllFailureAsync() - Method in class org.neo4j.driver.internal.handlers.pulln.AutoPullResponseHandler
- pullAllHandler - Variable in class org.neo4j.driver.internal.cursor.AsyncResultCursorOnlyFactory
- PullAllMessage - Class in org.neo4j.driver.internal.messaging.request
-
PULL_ALL request message
- PullAllMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- PullAllMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.PullAllMessageEncoder
- PullAllResponseHandler - Interface in org.neo4j.driver.internal.handlers
- PullHandlers - Class in org.neo4j.driver.internal.handlers
- PullHandlers() - Constructor for class org.neo4j.driver.internal.handlers.PullHandlers
- PullMessage - Class in org.neo4j.driver.internal.messaging.request
-
PULL request message
- PullMessage(long, long) - Constructor for class org.neo4j.driver.internal.messaging.request.PullMessage
- PullMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- PullMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.PullMessageEncoder
- PullResponseCompletionListener - Interface in org.neo4j.driver.internal.handlers
- PullResponseHandler - Interface in org.neo4j.driver.internal.handlers.pulln
Q
- query() - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- 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, 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 class org.neo4j.driver.internal.handlers.RunResponseHandler
- queryKeys() - Method in class org.neo4j.driver.internal.handlers.RunResponseHandler
- 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.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.
- 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 returned by the server.
- ReactiveQueryRunner - Interface in org.neo4j.driver.reactive
-
Common interface for components that can execute Neo4j queries using Reactive API.
- ReactiveQueryRunner - Interface in org.neo4j.driver.reactivestreams
-
Common interface for components that can execute Neo4j queries using Reactive API.
- ReactiveResult - Interface in org.neo4j.driver.reactive
-
A reactive result provides a reactive way to execute query on the server and receives records back.
- ReactiveResult - Interface in org.neo4j.driver.reactivestreams
-
A reactive result provides a reactive way to execute query on the server and receives records back.
- reactiveSession() - 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.messaging.common.CommonMessageReader
- read(ResponseMessageHandler) - Method in interface org.neo4j.driver.internal.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 - 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.async.inbound.ByteBufInput
- readByte() - Method in interface org.neo4j.driver.internal.packstream.PackInput
-
Consume one byte
- readBytes(byte[], int, int) - Method in class org.neo4j.driver.internal.async.inbound.ByteBufInput
- readBytes(byte[], int, int) - Method in interface org.neo4j.driver.internal.packstream.PackInput
-
Consume a specified number of bytes
- readDouble() - Method in class org.neo4j.driver.internal.async.inbound.ByteBufInput
- readDouble() - Method in interface org.neo4j.driver.internal.packstream.PackInput
-
Consume an 8-byte IEEE 754 "double format" floating-point number
- readers() - Method in class org.neo4j.driver.internal.cluster.ClusterComposition
- readers() - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- readers() - Method in interface org.neo4j.driver.internal.cluster.RoutingTable
-
Returns an immutable list of reader addresses.
- readInt() - Method in class org.neo4j.driver.internal.async.inbound.ByteBufInput
- readInt() - Method in interface org.neo4j.driver.internal.packstream.PackInput
-
Consume a 4-byte signed integer
- readLong() - Method in class org.neo4j.driver.internal.async.inbound.ByteBufInput
- readLong() - Method in interface org.neo4j.driver.internal.packstream.PackInput
-
Consume an 8-byte signed integer
- readShort() - Method in class org.neo4j.driver.internal.async.inbound.ByteBufInput
- readShort() - Method in interface org.neo4j.driver.internal.packstream.PackInput
-
Consume a 2-byte signed integer
- readTimedOut(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.async.inbound.ConnectionReadTimeoutHandler
- readTimedOut(ChannelHandlerContext) - Method in class org.neo4j.driver.internal.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.
- READY_STATE - Enum constant in enum class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler.State
- 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.messaging.response
- RecordMessage(Value[]) - Constructor for record class org.neo4j.driver.internal.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.cluster.RoutingProcedureResponse
- 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
- Rediscovery - Interface in org.neo4j.driver.internal.cluster
-
Provides cluster composition lookup capabilities and initial router address resolution.
- rediscoveryBookmarks() - Method in interface org.neo4j.driver.internal.async.ConnectionContext
- rediscoveryBookmarks() - Method in class org.neo4j.driver.internal.async.ImmutableConnectionContext
- RediscoveryImpl - Class in org.neo4j.driver.internal.cluster
- RediscoveryImpl(BoltServerAddress, ClusterCompositionProvider, ServerAddressResolver, Logging, DomainNameResolver) - Constructor for class org.neo4j.driver.internal.cluster.RediscoveryImpl
- reformat(String) - Method in class org.neo4j.driver.internal.logging.ChannelActivityLogger
- 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, ServerAddress, IntSupplier, IntSupplier) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- registerPoolMetrics(String, ServerAddress, IntSupplier, IntSupplier) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
- 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.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 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 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
- release() - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- release() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- release() - Method in class org.neo4j.driver.internal.async.NetworkConnection
- release() - Method in interface org.neo4j.driver.internal.spi.Connection
- release(Channel) - Method in interface org.neo4j.driver.internal.async.pool.ExtendedChannelPool
- release(Channel) - Method in class org.neo4j.driver.internal.async.pool.NettyChannelPool
- releaseConnectionAsync() - Method in class org.neo4j.driver.internal.async.NetworkSession
- remove(DatabaseName) - Method in interface org.neo4j.driver.internal.cluster.RoutingTableRegistry
-
Removes a routing table of the given database from registry.
- remove(DatabaseName) - Method in class org.neo4j.driver.internal.cluster.RoutingTableRegistryImpl
- removeAged() - Method in interface org.neo4j.driver.internal.cluster.RoutingTableRegistry
-
Removes all routing tables that has been not used for a long time.
- removeAged() - Method in class org.neo4j.driver.internal.cluster.RoutingTableRegistryImpl
- removePoolMetrics(String) - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
- removePoolMetrics(String) - Method in interface org.neo4j.driver.internal.metrics.MetricsListener
- replaceRouterIfPresent(BoltServerAddress, BoltServerAddress) - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- replaceRouterIfPresent(BoltServerAddress, BoltServerAddress) - Method in interface org.neo4j.driver.internal.cluster.RoutingTable
- request(long) - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- request(long) - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- requiresClientAuth() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
- requiresClientAuth() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- requiresEncryption() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
- requiresEncryption() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- requiresHostnameVerification() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
- requiresHostnameVerification() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- requiresRevocationChecking(RevocationCheckingStrategy) - Static method in enum class org.neo4j.driver.RevocationCheckingStrategy
-
Returns whether a given strategy requires revocation checking.
- RESERVED_C4 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_C5 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_C6 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_C7 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_CF - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_D3 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_D7 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_DB - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_DE - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_DF - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E0 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E1 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E2 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E3 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E4 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E5 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E6 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E7 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E8 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_E9 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_EA - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_EB - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_EC - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_ED - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_EE - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- RESERVED_EF - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- reset(Throwable) - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- reset(Throwable) - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- reset(Throwable) - Method in class org.neo4j.driver.internal.async.NetworkConnection
- reset(Throwable) - Method in interface org.neo4j.driver.internal.spi.Connection
- RESET - Static variable in class org.neo4j.driver.internal.messaging.request.ResetMessage
- resetAsync() - Method in class org.neo4j.driver.internal.async.NetworkSession
- resetCompleted(CompletableFuture<Void>, boolean) - Method in class org.neo4j.driver.internal.handlers.ChannelReleasingResetResponseHandler
- resetCompleted(CompletableFuture<Void>, boolean) - Method in class org.neo4j.driver.internal.handlers.ResetResponseHandler
- ResetMessage - Class in org.neo4j.driver.internal.messaging.request
-
RESET request message
- ResetMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- ResetMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.ResetMessageEncoder
- ResetResponseHandler - Class in org.neo4j.driver.internal.handlers
- ResetResponseHandler(InboundMessageDispatcher) - Constructor for class org.neo4j.driver.internal.handlers.ResetResponseHandler
- ResetResponseHandler(InboundMessageDispatcher, CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.handlers.ResetResponseHandler
- ResetResponseHandler(InboundMessageDispatcher, CompletableFuture<Void>, Throwable) - Constructor for class org.neo4j.driver.internal.handlers.ResetResponseHandler
- resolve() - Method in interface org.neo4j.driver.internal.cluster.Rediscovery
- resolve() - Method in class org.neo4j.driver.internal.cluster.RediscoveryImpl
- resolve(ServerAddress) - Method in class org.neo4j.driver.internal.cluster.IdentityResolver
- 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.spi
- ResponseMessageHandler - Interface in org.neo4j.driver.internal.messaging
- Result - Interface in org.neo4j.driver
-
The result of running a Cypher query, conceptually a stream of
records. - resultAvailableAfter() - Method in class org.neo4j.driver.internal.handlers.RunResponseHandler
- 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 - Interface in org.neo4j.driver.async
-
The result of asynchronous execution of a Cypher query, conceptually an asynchronous stream of
records. - ResultCursorFactory - Interface in org.neo4j.driver.internal.cursor
- ResultCursorFactoryImpl - Class in org.neo4j.driver.internal.cursor
-
Bolt V4
- ResultCursorFactoryImpl(Connection, Message, RunResponseHandler, CompletableFuture<Void>, PullResponseHandler, PullAllResponseHandler) - Constructor for class org.neo4j.driver.internal.cursor.ResultCursorFactoryImpl
- ResultCursorsHolder - Class in org.neo4j.driver.internal.async
- ResultCursorsHolder() - Constructor for class org.neo4j.driver.internal.async.ResultCursorsHolder
- ResultSummary - Interface in org.neo4j.driver.summary
-
The result summary of running a query.
- retainAll(Set<BoltServerAddress>) - Method in class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
- retainAll(Set<BoltServerAddress>) - Method in interface org.neo4j.driver.internal.spi.ConnectionPool
- rethrowAsyncException(ExecutionException) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
- retry(Supplier<T>) - Method in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- retry(Supplier<T>) - Method in interface org.neo4j.driver.internal.retry.RetryLogic
- RetryableException - Interface in org.neo4j.driver.exceptions
-
A marker interface for retryable exceptions.
- retryAsync(Supplier<CompletionStage<T>>) - Method in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- retryAsync(Supplier<CompletionStage<T>>) - Method in interface org.neo4j.driver.internal.retry.RetryLogic
- retryLogic() - Method in class org.neo4j.driver.internal.async.NetworkSession
- RetryLogic - Interface in org.neo4j.driver.internal.retry
- retryRx(Publisher<T>) - Method in class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
- retryRx(Publisher<T>) - Method in interface org.neo4j.driver.internal.retry.RetryLogic
- RetrySettings - Record Class in org.neo4j.driver.internal.retry
- RetrySettings(long) - Constructor for record class org.neo4j.driver.internal.retry.RetrySettings
-
Creates an instance of a
RetrySettingsrecord class. - revocationCheckingStrategy() - Method in class org.neo4j.driver.Config.TrustStrategy
-
The revocation strategy used for verifying certificates.
- revocationCheckingStrategy() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
- revocationCheckingStrategy() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- RevocationCheckingStrategy - Enum Class in org.neo4j.driver
-
Defines strategy for revocation checks.
- rollback() - Method in interface org.neo4j.driver.internal.cursor.RxResultCursor
-
Rolls back this instance by releasing connection with RESET.
- rollback() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- rollback() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
- rollback() - Method in class org.neo4j.driver.internal.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.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.messaging.request
- RollbackMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- RollbackMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.RollbackMessageEncoder
- rollbackTransaction(Connection) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Rollback the unmanaged transaction.
- rollbackTransaction(Connection) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- RollbackTxResponseHandler - Class in org.neo4j.driver.internal.handlers
- RollbackTxResponseHandler(CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.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.cluster.loadbalancing
- RouteMessage - Record Class in org.neo4j.driver.internal.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<Bookmark>, String, String) - Constructor for record class org.neo4j.driver.internal.messaging.request.RouteMessage
-
Constructor
- RouteMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
-
Encodes the ROUTE message to the stream
- RouteMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.RouteMessageEncoder
- RouteMessageResponseHandler - Class in org.neo4j.driver.internal.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.handlers.RouteMessageResponseHandler
- RouteMessageRoutingProcedureRunner - Class in org.neo4j.driver.internal.cluster
-
This implementation of the
RoutingProcedureRunneraccess the routing procedure through the bolt's ROUTE message. - RouteMessageRoutingProcedureRunner(RoutingContext) - Constructor for class org.neo4j.driver.internal.cluster.RouteMessageRoutingProcedureRunner
- RouteMessageRoutingProcedureRunner(RoutingContext, Supplier<CompletableFuture<Map<String, Value>>>) - Constructor for class org.neo4j.driver.internal.cluster.RouteMessageRoutingProcedureRunner
- routers() - Method in class org.neo4j.driver.internal.cluster.ClusterComposition
- routers() - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- routers() - Method in interface org.neo4j.driver.internal.cluster.RoutingTable
-
Returns an immutable list of router addresses.
- RouteV44MessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
-
Encodes the ROUTE message to the stream
- RouteV44MessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.RouteV44MessageEncoder
- routing() - Method in class org.neo4j.driver.QueryConfig
-
Returns routing mode for the query.
- RoutingConnection - Class in org.neo4j.driver.internal.async.connection
-
A connection used by the routing driver.
- RoutingConnection(Connection, DatabaseName, AccessMode, String, RoutingErrorHandler) - Constructor for class org.neo4j.driver.internal.async.connection.RoutingConnection
- routingContext() - Method in record class org.neo4j.driver.internal.cluster.RoutingSettings
-
Returns the value of the
routingContextrecord component. - routingContext() - Method in record class org.neo4j.driver.internal.messaging.request.RouteMessage
-
Returns the value of the
routingContextrecord component. - RoutingContext - Class in org.neo4j.driver.internal.cluster
- RoutingContext(URI) - Constructor for class org.neo4j.driver.internal.cluster.RoutingContext
- RoutingControl - Interface in org.neo4j.driver
-
Defines routing mode for query.
- RoutingProcedureClusterCompositionProvider - Class in org.neo4j.driver.internal.cluster
- RoutingProcedureClusterCompositionProvider(Clock, RoutingContext, Logging) - Constructor for class org.neo4j.driver.internal.cluster.RoutingProcedureClusterCompositionProvider
- RoutingProcedureResponse - Class in org.neo4j.driver.internal.cluster
- RoutingProcedureResponse(Query, Throwable) - Constructor for class org.neo4j.driver.internal.cluster.RoutingProcedureResponse
- RoutingProcedureResponse(Query, List<Record>) - Constructor for class org.neo4j.driver.internal.cluster.RoutingProcedureResponse
- RoutingProcedureRunner - Interface in org.neo4j.driver.internal.cluster
-
Interface which defines the standard way to get the routing table
- RoutingResponseHandler - Class in org.neo4j.driver.internal.handlers
- RoutingResponseHandler(ResponseHandler, BoltServerAddress, AccessMode, RoutingErrorHandler) - Constructor for class org.neo4j.driver.internal.handlers.RoutingResponseHandler
- RoutingSettings - Record Class in org.neo4j.driver.internal.cluster
- RoutingSettings(long, RoutingContext) - Constructor for record class org.neo4j.driver.internal.cluster.RoutingSettings
-
Creates an instance of a
RoutingSettingsrecord class. - routingTable() - Method in interface org.neo4j.driver.internal.cluster.RoutingTableHandler
- routingTable() - Method in class org.neo4j.driver.internal.cluster.RoutingTableHandlerImpl
- RoutingTable - Interface in org.neo4j.driver.internal.cluster
- RoutingTableHandler - Interface in org.neo4j.driver.internal.cluster
- RoutingTableHandlerImpl - Class in org.neo4j.driver.internal.cluster
- RoutingTableHandlerImpl(RoutingTable, Rediscovery, ConnectionPool, RoutingTableRegistry, Logging, long) - Constructor for class org.neo4j.driver.internal.cluster.RoutingTableHandlerImpl
- routingTablePurgeDelayMillis() - Method in class org.neo4j.driver.Config
-
Returns stale routing table purge delay.
- routingTablePurgeDelayMs() - Method in record class org.neo4j.driver.internal.cluster.RoutingSettings
-
Returns the value of the
routingTablePurgeDelayMsrecord component. - RoutingTableRegistry - Interface in org.neo4j.driver.internal.cluster
-
A generic interface to access all routing tables as a whole.
- RoutingTableRegistryImpl - Class in org.neo4j.driver.internal.cluster
- RoutingTableRegistryImpl(ConnectionPool, Rediscovery, Clock, Logging, long) - Constructor for class org.neo4j.driver.internal.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, 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(InboundMessageDispatcher.HandlerHook.MessageType) - Method in interface org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher.HandlerHook
- run(Connection, DatabaseName, Set<Bookmark>, String) - Method in class org.neo4j.driver.internal.cluster.RouteMessageRoutingProcedureRunner
- run(Connection, DatabaseName, Set<Bookmark>, String) - Method in interface org.neo4j.driver.internal.cluster.RoutingProcedureRunner
-
Run the calls to the server
- run(Connection, DatabaseName, Set<Bookmark>, String) - Method in class org.neo4j.driver.internal.cluster.SingleDatabaseRoutingProcedureRunner
- 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
- runHandler - Variable in class org.neo4j.driver.internal.cursor.AsyncResultCursorOnlyFactory
- runInAutoCommitTransaction(Connection, Query, Set<Bookmark>, Consumer<DatabaseBookmark>, TransactionConfig, long, NotificationConfig, Logging) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Execute the given query in an auto-commit transaction, i.e.
- runInAutoCommitTransaction(Connection, Query, Set<Bookmark>, Consumer<DatabaseBookmark>, TransactionConfig, long, NotificationConfig, Logging) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- runInUnmanagedTransaction(Connection, Query, UnmanagedTransaction, long) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Execute the given query in a running unmanaged transaction, i.e.
- runInUnmanagedTransaction(Connection, Query, UnmanagedTransaction, long) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- runMessage - Variable in class org.neo4j.driver.internal.cursor.AsyncResultCursorOnlyFactory
- runResponseHandler - Variable in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- RunResponseHandler - Class in org.neo4j.driver.internal.handlers
- RunResponseHandler(CompletableFuture<Void>, MetadataExtractor, Connection, UnmanagedTransaction) - Constructor for class org.neo4j.driver.internal.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
- runTransaction(AccessMode, Function<S, ? extends Publisher<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
- RunWithMetadataMessage - Class in org.neo4j.driver.internal.messaging.request
- RunWithMetadataMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- RunWithMetadataMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.RunWithMetadataMessageEncoder
- RxQueryRunner - Interface in org.neo4j.driver.reactive
-
Deprecated.superseded by
ReactiveQueryRunnerandReactiveQueryRunner - rxResult() - Method in class org.neo4j.driver.internal.cursor.AsyncResultCursorOnlyFactory
- rxResult() - Method in interface org.neo4j.driver.internal.cursor.ResultCursorFactory
- rxResult() - Method in class org.neo4j.driver.internal.cursor.ResultCursorFactoryImpl
- 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(Throwable, RunResponseHandler, PullResponseHandler, Supplier<CompletionStage<Void>>) - Constructor for class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- RxResultCursorImpl(RunResponseHandler, PullResponseHandler) - 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_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 - 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, Throwable) - Constructor for exception org.neo4j.driver.exceptions.SecurityException
-
Creates a new instance.
- SecurityPlan - Interface in org.neo4j.driver.internal.security
-
A SecurityPlan consists of encryption and trust details.
- SecurityPlan.SSLContextSupplier - Interface in org.neo4j.driver.internal.security
- SecurityPlanImpl - Class in org.neo4j.driver.internal.security
-
A SecurityPlan consists of encryption and trust details.
- SecurityPlans - Class in org.neo4j.driver.internal.security
- SecurityPlans() - Constructor for class org.neo4j.driver.internal.security.SecurityPlans
- SecurityRetryableException - Exception 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.cluster.loadbalancing.LeastConnectedLoadBalancingStrategy
- selectReader(List<BoltServerAddress>) - Method in interface org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancingStrategy
-
Select most appropriate read address from the given array of addresses.
- selectWriter(List<BoltServerAddress>) - Method in class org.neo4j.driver.internal.cluster.loadbalancing.LeastConnectedLoadBalancingStrategy
- selectWriter(List<BoltServerAddress>) - Method in interface org.neo4j.driver.internal.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.connection.DirectConnection
- serverAddress() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- serverAddress() - Method in class org.neo4j.driver.internal.async.NetworkConnection
- serverAddress() - Method in interface org.neo4j.driver.internal.spi.Connection
- serverAddress(Channel) - Static method in class org.neo4j.driver.internal.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.connection.DirectConnection
- serverAgent() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- serverAgent() - Method in class org.neo4j.driver.internal.async.NetworkConnection
- serverAgent() - Method in interface org.neo4j.driver.internal.spi.Connection
- serverAgent(Channel) - Static method in class org.neo4j.driver.internal.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.cluster.ClusterRoutingTable
- servers() - Method in interface org.neo4j.driver.internal.cluster.RoutingTable
-
Returns an immutable unordered set of all addresses known by this routing table.
- servers() - Method in interface org.neo4j.driver.internal.cluster.RoutingTableHandler
- servers() - Method in class org.neo4j.driver.internal.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.
- SessionAuthUtil - Class in org.neo4j.driver.internal.util
- SessionAuthUtil() - Constructor for class org.neo4j.driver.internal.util.SessionAuthUtil
- 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.
- SessionPullResponseCompletionListener - Class in org.neo4j.driver.internal.handlers
- SessionPullResponseCompletionListener(Connection, Consumer<DatabaseBookmark>) - Constructor for class org.neo4j.driver.internal.handlers.SessionPullResponseCompletionListener
- setAuthContext(Channel, AuthContext) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setAuthorizationStateListener(Channel, AuthorizationStateListener) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setBeforeLastHandlerHook(InboundMessageDispatcher.HandlerHook) - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
- setConnectionId(Channel, String) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setConnectionReadTimeout(Channel, Long) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setCreationTimestamp(Channel, long) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setEnabled(boolean) - Method in class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- setHelloStage(Channel, CompletionStage<Void>) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setLastUsedTimestamp(Channel, long) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setMessageDispatcher(Channel, InboundMessageDispatcher) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setPoolId(Channel, String) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setProtocolVersion(Channel, BoltProtocolVersion) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setServerAddress(Channel, BoltServerAddress) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setServerAgent(Channel, String) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setTelemetryEnabled(Channel, Boolean) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setTerminationReason(Channel, String) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- setValidToken(AuthToken) - Method in class org.neo4j.driver.internal.async.pool.AuthContext
- 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.
- signature() - Method in interface org.neo4j.driver.internal.messaging.Message
- signature() - Method in class org.neo4j.driver.internal.messaging.request.BeginMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.CommitMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.DiscardAllMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.DiscardMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.GoodbyeMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.HelloMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.LogoffMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.LogonMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.PullAllMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.PullMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.ResetMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.RollbackMessage
- signature() - Method in record class org.neo4j.driver.internal.messaging.request.RouteMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- signature() - Method in record class org.neo4j.driver.internal.messaging.request.TelemetryMessage
- signature() - Method in record class org.neo4j.driver.internal.messaging.response.FailureMessage
- signature() - Method in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
- signature() - Method in record class org.neo4j.driver.internal.messaging.response.RecordMessage
- signature() - Method in record class org.neo4j.driver.internal.messaging.response.SuccessMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.BeginMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.CommitMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.DiscardAllMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.DiscardMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.GoodbyeMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.HelloMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.LogoffMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.LogonMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.PullAllMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.PullMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.ResetMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.RollbackMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.messaging.request.RouteMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.messaging.request.TelemetryMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.messaging.response.FailureMessage
- SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.messaging.response.RecordMessage
- SIGNATURE - Static variable in record class org.neo4j.driver.internal.messaging.response.SuccessMessage
- simple(boolean) - Static method in class org.neo4j.driver.internal.async.ImmutableConnectionContext
-
A simple context is used to test connectivity with a remote server/cluster.
- 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.AsyncResultCursorImpl
- singleAsync() - Method in class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
- SingleDatabaseRoutingProcedureRunner - Class in org.neo4j.driver.internal.cluster
-
This implementation of the
RoutingProcedureRunnerworks with single database versions of Neo4j calling the procedure `dbms.cluster.routing.getRoutingTable` - SingleDatabaseRoutingProcedureRunner(RoutingContext, Logging) - Constructor for class org.neo4j.driver.internal.cluster.SingleDatabaseRoutingProcedureRunner
- 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.security.SecurityPlan
- sslContext() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
- STALE_ROUTING_TABLE_PURGE_DELAY_MS - Static variable in record class org.neo4j.driver.internal.cluster.RoutingSettings
- start() - Method in interface org.neo4j.driver.internal.metrics.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.async.inbound.ByteBufInput
- start(ByteBuf) - Method in class org.neo4j.driver.internal.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.handlers.pulln.BasicPullResponseHandler
- state(BasicPullResponseHandler.State) - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- StaticAuthTokenManager - Class in org.neo4j.driver.internal.security
- StaticAuthTokenManager(AuthToken) - Constructor for class org.neo4j.driver.internal.security.StaticAuthTokenManager
- stop() - Method in class org.neo4j.driver.internal.async.inbound.ByteBufInput
- stop() - Method in class org.neo4j.driver.internal.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.messaging.request.AbstractStreamingMessage
- STREAMING_STATE - Enum constant in enum class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler.State
- 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.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.packstream.PackStream
- STRING_32 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- STRING_8 - Static variable in class org.neo4j.driver.internal.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.packstream.PackType
- STRUCT_16 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- STRUCT_8 - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- SUCCEEDED_STATE - Enum constant in enum class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler.State
- SUCCESS - Enum constant in enum class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher.HandlerHook.MessageType
- SuccessMessage - Record Class in org.neo4j.driver.internal.messaging.response
-
SUCCESS response message
- SuccessMessage(Map<String, Value>) - Constructor for record class org.neo4j.driver.internal.messaging.response.SuccessMessage
-
Creates an instance of a
SuccessMessagerecord 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.summary
-
Contains counters for various operations that a query triggered.
- summaryStage() - Method in class org.neo4j.driver.internal.cursor.RxResultCursorImpl
- supportsMultiDatabase(Connection) - Static method in class org.neo4j.driver.internal.messaging.request.MultiDatabaseUtil
- supportsMultiDb() - Method in interface org.neo4j.driver.Driver
-
Returns true if the server or cluster the driver connects to supports multi-databases, otherwise false.
- supportsMultiDb() - Method in class org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancer
- supportsMultiDb() - Method in interface org.neo4j.driver.internal.spi.ConnectionProvider
- supportsMultiDbAsync() - Method in interface org.neo4j.driver.Driver
-
Asynchronous check if the server or cluster the driver connects to supports multi-databases.
- supportsRouteMessage(Connection) - Static method in class org.neo4j.driver.internal.messaging.request.MultiDatabaseUtil
- supportsSessionAuth() - Method in interface org.neo4j.driver.Driver
-
Checks if session auth is supported.
- supportsSessionAuth() - Method in class org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancer
- supportsSessionAuth() - Method in interface org.neo4j.driver.internal.spi.ConnectionProvider
- supportsSessionAuth(BoltProtocolVersion) - Static method in class org.neo4j.driver.internal.util.SessionAuthUtil
- supportsSessionAuth(Connection) - Static method in class org.neo4j.driver.internal.util.SessionAuthUtil
- 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(Connection, Integer) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Sends telemetry message to the server.
- telemetry(Connection, Integer) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- telemetry(Connection, Integer) - Method in class org.neo4j.driver.internal.messaging.v54.BoltProtocolV54
- TELEMETRY_ENABLED_KEY - Static variable in class org.neo4j.driver.internal.handlers.HelloV51ResponseHandler
- TelemetryApi - Enum Class in org.neo4j.driver.internal.telemetry
-
An enum of valid telemetry metrics.
- telemetryEnabled(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- TelemetryMessage - Record Class in org.neo4j.driver.internal.messaging.request
-
TELEMETRY message Sent by the client to inform which API is used.
- TelemetryMessage(Integer) - Constructor for record class org.neo4j.driver.internal.messaging.request.TelemetryMessage
-
Creates an instance of a
TelemetryMessagerecord class. - TelemetryMessageEncoder - Class in org.neo4j.driver.internal.messaging.encode
- TelemetryMessageEncoder() - Constructor for class org.neo4j.driver.internal.messaging.encode.TelemetryMessageEncoder
- TelemetryResponseHandler - Class in org.neo4j.driver.internal.handlers
-
Handles
TelemetryMessageresponses. - TelemetryResponseHandler(CompletableFuture<Void>) - Constructor for class org.neo4j.driver.internal.handlers.TelemetryResponseHandler
-
Constructor
- terminate() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
-
THIS IS A PRIVATE API
- terminateAndRelease(String) - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- terminateAndRelease(String) - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- terminateAndRelease(String) - Method in class org.neo4j.driver.internal.async.NetworkConnection
- terminateAndRelease(String) - Method in interface org.neo4j.driver.internal.spi.Connection
- terminateAsync() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
- TerminationAwareStateLockingExecutor - Interface in org.neo4j.driver.internal.async
- terminationReason(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
- text() - Method in class org.neo4j.driver.Query
- throwable() - Method in class org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- TIME - Static variable in class org.neo4j.driver.internal.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.messaging.common.CommonValuePacker
- TIME_STRUCT_SIZE - Static variable in class org.neo4j.driver.internal.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.packstream.PackStream
- TINY_MAP - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- TINY_STRING - Static variable in class org.neo4j.driver.internal.packstream.PackStream
- TINY_STRUCT - Static variable in class org.neo4j.driver.internal.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.messaging.BoltProtocolVersion
- toIntRange(BoltProtocolVersion) - Method in class org.neo4j.driver.internal.messaging.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.
- toMap() - Method in class org.neo4j.driver.internal.cluster.RoutingContext
- toMap() - Method in class org.neo4j.driver.internal.security.InternalAuthToken
- TOPOLOGY - Static variable in interface org.neo4j.driver.NotificationCategory
-
A topology category.
- toString() - Method in class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
- toString() - Method in record class org.neo4j.driver.internal.async.pool.PoolSettings
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.cluster.ClusterComposition
- toString() - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- toString() - Method in class org.neo4j.driver.internal.cluster.RoutingContext
- toString() - Method in record class org.neo4j.driver.internal.cluster.RoutingSettings
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.messaging.BoltProtocolVersion
- toString() - Method in class org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.BeginMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.CommitMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.DiscardAllMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.GoodbyeMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.HelloMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.LogoffMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.LogonMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.PullAllMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.ResetMessage
- toString() - Method in class org.neo4j.driver.internal.messaging.request.RollbackMessage
- toString() - Method in record class org.neo4j.driver.internal.messaging.request.RouteMessage
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- toString() - Method in record class org.neo4j.driver.internal.messaging.request.TelemetryMessage
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.messaging.response.FailureMessage
-
Returns a string representation of this record class.
- toString() - Method in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
- toString() - Method in record class org.neo4j.driver.internal.messaging.response.RecordMessage
-
Returns a string representation of this record class.
- toString() - Method in record class org.neo4j.driver.internal.messaging.response.SuccessMessage
-
Returns a string representation of this record class.
- 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 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 class org.neo4j.driver.internal.telemetry.ApiTelemetryWork
- 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.
- 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.logging.NettyLogger
- trace(String, Object) - Method in class org.neo4j.driver.internal.logging.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.NettyLogger
- 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.logging.NettyLogger
- trace(String, Throwable) - Method in class org.neo4j.driver.internal.logging.NettyLogger
- traceOrDebug(String, Throwable) - Method in class org.neo4j.driver.internal.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.messaging.request
- TransactionMetadataBuilder() - Constructor for class org.neo4j.driver.internal.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.
- TransactionPullResponseCompletionListener - Class in org.neo4j.driver.internal.handlers
- TransactionPullResponseCompletionListener(UnmanagedTransaction) - Constructor for class org.neo4j.driver.internal.handlers.TransactionPullResponseCompletionListener
- 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, Throwable) - Constructor for exception org.neo4j.driver.exceptions.TransactionTerminatedException
-
Creates a new instance.
- TransactionWork<T> - Interface in org.neo4j.driver
-
Deprecated.superseded by
TransactionCallback. - 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.
- TRUE - Static variable in class org.neo4j.driver.internal.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 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.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.
- Unexpected(String) - Constructor for exception org.neo4j.driver.internal.packstream.PackStream.Unexpected
- UNLIMITED_FETCH_SIZE - Static variable in class org.neo4j.driver.internal.handlers.pulln.FetchSizeUtil
- UNMANAGED_TRANSACTION - Enum constant in enum class org.neo4j.driver.internal.telemetry.TelemetryApi
- UnmanagedTransaction - Class in org.neo4j.driver.internal.async
- UnmanagedTransaction(Connection, Consumer<DatabaseBookmark>, long, ResultCursorsHolder, NotificationConfig, ApiTelemetryWork, Logging) - Constructor for class org.neo4j.driver.internal.async.UnmanagedTransaction
- UnmanagedTransaction(Connection, Consumer<DatabaseBookmark>, long, NotificationConfig, ApiTelemetryWork, Logging) - Constructor for class org.neo4j.driver.internal.async.UnmanagedTransaction
- unmanagedTxRunMessage(Query) - Static method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
- unpack() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- UnPackable(String) - Constructor for exception org.neo4j.driver.internal.packstream.PackStream.UnPackable
- unpackArray() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- unpackArray() - Method in interface org.neo4j.driver.internal.messaging.ValueUnpacker
- unpackBoolean() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- unpackBytes() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- unpackDouble() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- unpacker - Variable in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- Unpacker(PackInput) - Constructor for class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- unpackListHeader() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- unpackLong() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- unpackMap() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- unpackMap() - Method in interface org.neo4j.driver.internal.messaging.ValueUnpacker
- unpackMapHeader() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- unpackNode() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- unpackNode() - Method in class org.neo4j.driver.internal.messaging.v5.ValueUnpackerV5
- unpackNull() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
-
This may seem confusing.
- unpackPath() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- unpackPath() - Method in class org.neo4j.driver.internal.messaging.v5.ValueUnpackerV5
- unpackRelationship() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- unpackRelationship() - Method in class org.neo4j.driver.internal.messaging.v5.ValueUnpackerV5
- unpackString() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- unpackStructHeader() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- unpackStructHeader() - Method in interface org.neo4j.driver.internal.messaging.ValueUnpacker
- unpackStructHeader() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- unpackStructSignature() - Method in class org.neo4j.driver.internal.messaging.common.CommonValueUnpacker
- unpackStructSignature() - Method in interface org.neo4j.driver.internal.messaging.ValueUnpacker
- unpackStructSignature() - Method in class org.neo4j.driver.internal.packstream.PackStream.Unpacker
- 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 - 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.cluster.ClusterRoutingTable
- update(ClusterComposition) - Method in interface org.neo4j.driver.internal.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.
- updateRoutingTable(ClusterCompositionLookupResult) - Method in interface org.neo4j.driver.internal.cluster.RoutingTableHandler
- updateRoutingTable(ClusterCompositionLookupResult) - Method in class org.neo4j.driver.internal.cluster.RoutingTableHandlerImpl
- 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.
- VALUE_TO_NOTIFICATION - Static variable in class org.neo4j.driver.internal.summary.InternalNotification
- 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.internal.async.inbound.InboundMessageDispatcher.HandlerHook.MessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler.State
-
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 enum class org.neo4j.driver.internal.packstream.PackType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.neo4j.driver.internal.telemetry.TelemetryApi
-
Returns the enum constant of this class with the specified name.
- 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.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.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.internal.async.inbound.InboundMessageDispatcher.HandlerHook.MessageType
-
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.handlers.pulln.BasicPullResponseHandler.State
-
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.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.telemetry.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.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() - 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. - ValueUnpacker - Interface in org.neo4j.driver.internal.messaging
- ValueUnpackerV5 - Class in org.neo4j.driver.internal.messaging.v5
- ValueUnpackerV5(PackInput) - Constructor for class org.neo4j.driver.internal.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() - Method in class org.neo4j.driver.internal.cluster.loadbalancing.LoadBalancer
- verifyConnectivity() - Method in interface org.neo4j.driver.internal.spi.ConnectionProvider
-
The validation of connectivity will happen with the default database.
- 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.messaging.v3.BoltProtocolV3
- verifyDatabaseNameBeforeTransaction(DatabaseName) - Method in class org.neo4j.driver.internal.messaging.v4.BoltProtocolV4
- verifyNotificationConfigSupported(NotificationConfig) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- verifyNotificationConfigSupported(NotificationConfig) - Method in class org.neo4j.driver.internal.messaging.v52.BoltProtocolV52
- version() - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
-
Returns the protocol version.
- version() - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- version() - Method in class org.neo4j.driver.internal.messaging.v4.BoltProtocolV4
- version() - Method in class org.neo4j.driver.internal.messaging.v41.BoltProtocolV41
- version() - Method in class org.neo4j.driver.internal.messaging.v42.BoltProtocolV42
- version() - Method in class org.neo4j.driver.internal.messaging.v43.BoltProtocolV43
- version() - Method in class org.neo4j.driver.internal.messaging.v44.BoltProtocolV44
- version() - Method in class org.neo4j.driver.internal.messaging.v5.BoltProtocolV5
- version() - Method in class org.neo4j.driver.internal.messaging.v51.BoltProtocolV51
- version() - Method in class org.neo4j.driver.internal.messaging.v52.BoltProtocolV52
- version() - Method in class org.neo4j.driver.internal.messaging.v53.BoltProtocolV53
- version() - Method in class org.neo4j.driver.internal.messaging.v54.BoltProtocolV54
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v4.BoltProtocolV4
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v41.BoltProtocolV41
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v42.BoltProtocolV42
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v43.BoltProtocolV43
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v44.BoltProtocolV44
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v5.BoltProtocolV5
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v51.BoltProtocolV51
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v52.BoltProtocolV52
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v53.BoltProtocolV53
- VERSION - Static variable in class org.neo4j.driver.internal.messaging.v54.BoltProtocolV54
W
- warn(String) - Method in class org.neo4j.driver.internal.logging.NettyLogger
- warn(String, Object) - Method in class org.neo4j.driver.internal.logging.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.NettyLogger
- 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.logging.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.NettyLogger
- 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 - 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.
- 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. - 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.messaging.AbstractMessageWriter
- write(Message) - Method in interface org.neo4j.driver.internal.messaging.MessageFormat.Writer
- write(Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- write(Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- write(Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.NetworkConnection
- write(Message, ResponseHandler) - Method in interface org.neo4j.driver.internal.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 - Static variable in interface org.neo4j.driver.RoutingControl
-
Routes to the leader of the cluster.
- WRITE_ONLY - Enum constant in enum class org.neo4j.driver.summary.QueryType
-
Write only.
- writeAndFlush(Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
- writeAndFlush(Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
- writeAndFlush(Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.NetworkConnection
- writeAndFlush(Message, ResponseHandler) - Method in interface org.neo4j.driver.internal.spi.Connection
- writeByte(byte) - Method in class org.neo4j.driver.internal.async.outbound.ChunkAwareByteBufOutput
- writeByte(byte) - Method in interface org.neo4j.driver.internal.packstream.PackOutput
-
Produce a single byte
- writeBytes(byte[]) - Method in class org.neo4j.driver.internal.async.outbound.ChunkAwareByteBufOutput
- writeBytes(byte[]) - Method in interface org.neo4j.driver.internal.packstream.PackOutput
-
Produce binary data
- writeChunkHeader(ByteBuf, int, int) - Static method in class org.neo4j.driver.internal.async.connection.BoltProtocolUtil
- writeDouble(double) - Method in class org.neo4j.driver.internal.async.outbound.ChunkAwareByteBufOutput
- writeDouble(double) - Method in interface org.neo4j.driver.internal.packstream.PackOutput
-
Produce an 8-byte IEEE 754 "double format" floating-point number
- writeEmptyChunkHeader(ByteBuf) - Static method in class org.neo4j.driver.internal.async.connection.BoltProtocolUtil
- writeInt(int) - Method in class org.neo4j.driver.internal.async.outbound.ChunkAwareByteBufOutput
- writeInt(int) - Method in interface org.neo4j.driver.internal.packstream.PackOutput
-
Produce a 4-byte signed integer
- writeLong(long) - Method in class org.neo4j.driver.internal.async.outbound.ChunkAwareByteBufOutput
- writeLong(long) - Method in interface org.neo4j.driver.internal.packstream.PackOutput
-
Produce an 8-byte signed integer
- writeMessageBoundary(ByteBuf) - Static method in class org.neo4j.driver.internal.async.connection.BoltProtocolUtil
- writePull(long) - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
- writers() - Method in class org.neo4j.driver.internal.cluster.ClusterComposition
- writers() - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
- writers() - Method in interface org.neo4j.driver.internal.cluster.RoutingTable
-
Returns an immutable list of writer addresses.
- writeShort(short) - Method in class org.neo4j.driver.internal.async.outbound.ChunkAwareByteBufOutput
- writeShort(short) - Method in interface org.neo4j.driver.internal.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)