Index

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 Z 
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() - Method in interface org.neo4j.driver.internal.async.pool.ExtendedChannelPool
 
acquire() - Method in class org.neo4j.driver.internal.async.pool.NettyChannelPool
 
acquire(BoltServerAddress) - Method in class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
 
acquire(BoltServerAddress) - 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
 
arguments() - Method in class org.neo4j.driver.internal.summary.InternalPlan
 
arguments() - Method in interface org.neo4j.driver.summary.Plan
Many operators have 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.
superseded by Driver.session(Class)
asyncSession(SessionConfig) - Method in interface org.neo4j.driver.Driver
Deprecated.
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.
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
 
AuthenticationException - Exception in org.neo4j.driver.exceptions
Failed to authenticate the driver to the server due to bad credentials provided.
AuthenticationException(String, String) - Constructor for exception org.neo4j.driver.exceptions.AuthenticationException
 
AuthorizationExpiredException - Exception in org.neo4j.driver.exceptions
The authorization info maintained on the server has expired.
AuthorizationExpiredException(String, String) - Constructor for exception org.neo4j.driver.exceptions.AuthorizationExpiredException
 
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 - Interface in org.neo4j.driver
Token for holding authentication details, such as user name and password.
AuthTokens - Class in org.neo4j.driver
This is a listing of the various methods of authentication supported by this driver.
autoCommitTxRunMessage(Query, Duration, Map<String, Value>, DatabaseName, AccessMode, Set<Bookmark>, String) - Static method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
 
autoCommitTxRunMessage(Query, TransactionConfig, DatabaseName, AccessMode, Set<Bookmark>, String) - Static method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
 
AutoPullResponseHandler - Class in org.neo4j.driver.internal.handlers.pulln
Built on top of BasicPullResponseHandler to 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) and Driver.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.
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
 
bearer(String) - Static method in class org.neo4j.driver.AuthTokens
The bearer authentication scheme, using a base64 encoded token.
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) - 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) - Constructor for class org.neo4j.driver.internal.messaging.request.BeginMessage
 
BeginMessage(Set<Bookmark>, TransactionConfig, DatabaseName, AccessMode, String, String) - 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) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
Begin an unmanaged transaction.
beginTransaction(Connection, Set<Bookmark>, TransactionConfig, String) - 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) - Method in class org.neo4j.driver.internal.reactive.InternalReactiveSession
 
beginTransaction(TransactionConfig, String) - 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) - Method in class org.neo4j.driver.internal.async.NetworkSession
 
beginTransactionAsync(AccessMode, TransactionConfig, String) - 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) - Method in class org.neo4j.driver.internal.async.NetworkSession
 
beginTransactionAsync(TransactionConfig, String) - 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
 
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
 
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 The version 4.3 use most of the 4.2 behaviours, but it extends it with new messages such as ROUTE
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
 
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 BookmarkManager implementation for the session to use.
BookmarkManager - Interface in org.neo4j.driver
Keeps track of database 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 BookmarkManagerConfig which will be used to create a bookmark manager.
BookmarkManagers - Class in org.neo4j.driver
Setups new instances of BookmarkManager.
bookmarks() - Method in class org.neo4j.driver.SessionConfig
Returns the initial bookmarks.
bookmarksConsumer() - Method in class org.neo4j.driver.BookmarkManagerConfig
Returns bookmarks consumer that will be notified when database 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.
BookmarksSupplier - Interface in org.neo4j.driver
Supplies additional bookmarks to BookmarkManager implementation provided by BookmarkManagers.defaultManager(BookmarkManagerConfig).
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
 
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
 
build() - Method in class org.neo4j.driver.Config.ConfigBuilder
Create a config instance from this builder.
build() - Method in class org.neo4j.driver.SessionConfig.Builder
 
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.BookmarkManagerConfigBuilder used to construct a configuration object.
builder() - Static method in class org.neo4j.driver.Config
Start building a Config object using a newly created builder.
builder() - Static method in class org.neo4j.driver.SessionConfig
Creates a new SessionConfig.Builder used to construct a configuration object.
builder() - Static method in class org.neo4j.driver.TransactionConfig
Create new TransactionConfig.Builder used to construct a configuration object.
buildMetadata(Duration, Map<String, Value>, AccessMode, Set<Bookmark>, String, String) - Static method in class org.neo4j.driver.internal.messaging.request.TransactionMetadataBuilder
 
buildMetadata(Duration, Map<String, Value>, DatabaseName, AccessMode, Set<Bookmark>, String, String) - 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
 
buildResultCursorFactory(Connection, Query, Consumer<DatabaseBookmark>, UnmanagedTransaction, RunWithMetadataMessage, long) - Method in class org.neo4j.driver.internal.messaging.v41.BoltProtocolV41
 
ByteArrayIncompatiblePacker - Class in org.neo4j.driver.internal.packstream
 
ByteArrayIncompatiblePacker(PackOutput) - Constructor for class org.neo4j.driver.internal.packstream.ByteArrayIncompatiblePacker
 
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
 
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
 
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() and Connection.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
 
certFile() - Method in class org.neo4j.driver.Config.TrustStrategy
Deprecated.
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 Channel for AbstractBootstrap.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) - Constructor for class org.neo4j.driver.internal.async.connection.ChannelConnectorImpl
 
ChannelConnectorImpl(ConnectionSettings, SecurityPlan, Logging, Clock, RoutingContext, DomainNameResolver) - 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
 
ClientException - Exception in org.neo4j.driver.exceptions
A ClientException indicates that the client has carried out an operation incorrectly.
ClientException(String) - Constructor for exception org.neo4j.driver.exceptions.ClientException
 
ClientException(String, String) - Constructor for exception org.neo4j.driver.exceptions.ClientException
 
ClientException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.ClientException
 
Clock - Interface in org.neo4j.driver.internal.util
Since Clock is only available in Java 8, use our own until we drop java 7 support.
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 class org.neo4j.driver.internal.messaging.response.FailureMessage
 
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 class org.neo4j.driver.internal.summary.InternalInputPosition
 
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
 
column(int, Function<Value, T>) - Static method in class org.neo4j.driver.Records
 
column(String) - Static method in class org.neo4j.driver.Records
 
column(String, Function<Value, T>) - Static method in class org.neo4j.driver.Records
 
combineErrors(Throwable, Throwable) - Static method in class org.neo4j.driver.internal.util.Futures
Combine given errors into a single CompletionException to be rethrown from inside a CompletionStage chain.
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
Apply the mapping function on the value if the value is not a NullValue, or the default value if the value is a NullValue.
Config - Class in org.neo4j.driver
A configuration class to config driver properties.
Config.ConfigBuilder - Class in org.neo4j.driver
Used to build new config instances
Config.TrustStrategy - Class in org.neo4j.driver
Control how the driver determines if it can trust the encryption certificates provided by the Neo4j instance it is connected to.
Config.TrustStrategy.Strategy - Enum 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
 
connect(BoltServerAddress, Bootstrap) - Method in interface org.neo4j.driver.internal.async.connection.ChannelConnector
 
connect(BoltServerAddress, Bootstrap) - 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
 
connectionAcquisitionTimeout() - Method in class org.neo4j.driver.internal.async.pool.PoolSettings
 
connectionAcquisitionTimeoutMillis() - Method in class org.neo4j.driver.Config
 
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, NettyChannelHealthChecker, 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_seconds configuration hint.
ConnectionReadTimeoutException(String) - Constructor for exception org.neo4j.driver.exceptions.ConnectionReadTimeoutException
 
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.logging to log to System.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 class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
constraintsAdded() - Method in interface org.neo4j.driver.summary.SummaryCounters
 
constraintsRemoved() - Method in class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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 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 class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
containsUpdates() - Method in interface org.neo4j.driver.summary.SummaryCounters
Whether there were any updates at all, eg.
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 MessageFormat used 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.v41.BoltProtocolV41
 
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
 
createSingleItemPublisher(Supplier<CompletionStage<T>>, Supplier<Throwable>) - 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.SessionConfig
The database where the session is going to connect to.
database() - Method in interface org.neo4j.driver.summary.ResultSummary
The basic information of the database where the result is obtained from
DatabaseException - Exception in org.neo4j.driver.exceptions
A DatabaseException indicates that there is a problem within the underlying database.
DatabaseException(String, String) - Constructor for exception org.neo4j.driver.exceptions.DatabaseException
 
DatabaseInfo - Interface in org.neo4j.driver.summary
Provides basic information about where a ResultSummary is obtained from.
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 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
 
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
 
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 class org.neo4j.driver.internal.cluster.RoutingSettings
 
DEFAULT - Static variable in class org.neo4j.driver.internal.retry.RetrySettings
 
DEFAULT_CONNECTION_ACQUISITION_TIMEOUT - Static variable in class org.neo4j.driver.internal.async.pool.PoolSettings
 
DEFAULT_DATABASE_INFO - Static variable in 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 class org.neo4j.driver.internal.async.pool.PoolSettings
 
DEFAULT_MAX_CONNECTION_LIFETIME - Static variable in class org.neo4j.driver.internal.async.pool.PoolSettings
 
DEFAULT_MAX_CONNECTION_POOL_SIZE - Static variable in 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
 
defaultAccessMode() - Method in class org.neo4j.driver.SessionConfig
The type of access required by units of work in this session, e.g.
defaultConfig() - Static method in class org.neo4j.driver.Config
 
defaultConfig() - Static method in class org.neo4j.driver.SessionConfig
Returns a static SessionConfig with default values for a general purpose session.
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
This will return the type system supported by the driver.
DelegatingReactiveTransactionContext - Class in org.neo4j.driver.internal.reactivestreams
 
DelegatingReactiveTransactionContext(ReactiveTransaction) - Constructor for class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
 
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
 
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 DirectConnectionProvider to connect to a remote database.
DirectConnection(Connection, DatabaseName, AccessMode, String) - Constructor for class org.neo4j.driver.internal.async.connection.DirectConnection
 
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.
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
 
DisposableAsyncResultCursor - Class in org.neo4j.driver.internal.cursor
 
DisposableAsyncResultCursor(AsyncResultCursor) - Constructor for class org.neo4j.driver.internal.cursor.DisposableAsyncResultCursor
 
doBeginTransaction(TransactionConfig, String) - 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, AuthToken, Config) - Static method in class org.neo4j.driver.GraphDatabase
Return a driver for a Neo4j instance with custom configuration.
driver(String, Config) - Static method in class org.neo4j.driver.GraphDatabase
Return a driver for a Neo4j instance with custom configuration.
driver(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, AuthToken, Config) - Static method in class org.neo4j.driver.GraphDatabase
Return a driver for a Neo4j instance with custom configuration.
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.
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
 
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

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 class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
EmptyMap - Static variable in class org.neo4j.driver.Values
 
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
 
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.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 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
Id of the node where this relationship ends.
endNodeId() - Method in interface org.neo4j.driver.types.Relationship
Deprecated.
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 class org.neo4j.driver.internal.cluster.ClusterComposition
 
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 class org.neo4j.driver.internal.messaging.request.RouteMessage
 
equals(Object) - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
 
equals(Object) - Method in class org.neo4j.driver.internal.messaging.response.FailureMessage
 
equals(Object) - Method in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
 
equals(Object) - Method in class org.neo4j.driver.internal.messaging.response.RecordMessage
 
equals(Object) - Method in class org.neo4j.driver.internal.messaging.response.SuccessMessage
 
equals(Object) - Method in class org.neo4j.driver.internal.security.InternalAuthToken
 
equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalDatabaseInfo
 
equals(Object) - Method in class org.neo4j.driver.internal.summary.InternalInputPosition
 
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 class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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.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 basically Executors that perform IO operations.
eventLoopThreads() - Method in class org.neo4j.driver.Config
 
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
 
execute(AsyncTransaction) - Method in interface org.neo4j.driver.async.AsyncTransactionWork
Deprecated.
Executes all given operations against the same transaction.
execute(AsyncTransactionContext) - Method in interface org.neo4j.driver.async.AsyncTransactionCallback
Executes all given operations against the same transaction context.
execute(ReactiveTransactionContext) - Method in interface org.neo4j.driver.reactive.ReactiveTransactionCallback
Executes all given operations against the same transaction context.
execute(RxTransaction) - Method in interface org.neo4j.driver.reactive.RxTransactionWork
Deprecated.
Executes all given operations against the same transaction.
execute(ReactiveTransactionContext) - Method in interface org.neo4j.driver.reactivestreams.ReactiveTransactionCallback
Executes all given operations against the same transaction context.
execute(Transaction) - Method in interface org.neo4j.driver.TransactionWork
Deprecated.
Executes all given operations against the same transaction.
execute(TransactionContext) - Method in interface org.neo4j.driver.TransactionCallback
Executes all given operations in the same transaction context.
executeRead(ReactiveTransactionCallback<? extends Flow.Publisher<T>>) - Method in interface org.neo4j.driver.reactive.ReactiveSession
Execute a unit of work as a single, managed transaction with read access 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 read access 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 read access 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 read access 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 read access 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 read access 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 read access 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 read access 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 write access 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 write access 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 write access 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 write access 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 write access 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 write access 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 write access 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 write access 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 write access 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 write access mode and retry behaviour.
Experimental - Annotation Interface in org.neo4j.driver.util
Annotated elements are experimental and may change without deprecation across driver releases.
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
 
EXPLAIN_PLAN - Static variable in class org.neo4j.driver.internal.summary.InternalPlan
 
EXPLAIN_PLAN_FROM_VALUE - Static variable in class org.neo4j.driver.internal.summary.InternalPlan
Builds a regular plan without profiling information - eg.
ExponentialBackoffRetryLogic - Class in org.neo4j.driver.internal.retry
 
ExponentialBackoffRetryLogic(RetrySettings, EventExecutorGroup, Clock, Logging) - Constructor for class org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
 
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
 
FailureMessage - Class in org.neo4j.driver.internal.messaging.response
FAILURE response message
FailureMessage(String, String) - Constructor for class org.neo4j.driver.internal.messaging.response.FailureMessage
 
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
 
FatalDiscoveryException(String, String) - Constructor for exception org.neo4j.driver.exceptions.FatalDiscoveryException
 
fatalErrorOccurred() - Method in class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher
 
fetchSize() - Method in class org.neo4j.driver.Config
 
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 class org.neo4j.driver.internal.messaging.response.RecordMessage
 
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
 
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
 
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
 
flush() - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
 
flush() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
 
flush() - Method in class org.neo4j.driver.internal.async.NetworkConnection
 
flush() - Method in interface org.neo4j.driver.internal.spi.Connection
 
forAllCertificates(boolean, RevocationCheckingStrategy) - 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) - Static method in class org.neo4j.driver.internal.security.SecurityPlanImpl
 
forDatabase(String) - Static method in class org.neo4j.driver.SessionConfig
Returns a SessionConfig for the specified database
forEachAsync(Consumer<Record>) - Method in interface org.neo4j.driver.async.ResultCursor
Asynchronously apply the given action to 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(Set<String>) - Method in interface org.neo4j.driver.BookmarkManager
Deletes bookmarks for the given databases.
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) - 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
 
fromCode(String, Function<String, ? extends Neo4jException>) - Static method in enum class org.neo4j.driver.summary.QueryType
 
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

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.
getAllBookmarks() - Method in interface org.neo4j.driver.BookmarkManager
Gets an immutable set of bookmarks for all databases.
getAllBookmarks() - Method in interface org.neo4j.driver.BookmarksSupplier
Supplies a set of bookmarks for all databases.
getBookmarks() - Method in class org.neo4j.driver.internal.messaging.request.RouteMessage
 
getBookmarks(String) - Method in interface org.neo4j.driver.BookmarkManager
Gets an immutable set of bookmarks for a given database.
getBookmarks(String) - Method in interface org.neo4j.driver.BookmarksSupplier
Supplies a set of bookmarks for a given database.
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
 
getDatabaseName() - Method in class org.neo4j.driver.internal.messaging.request.RouteMessage
 
getDefault() - Static method in interface org.neo4j.driver.types.TypeSystem
Returns an instance of type system.
getImpersonatedUser() - Method in class org.neo4j.driver.internal.messaging.request.RouteMessage
 
getLog(Class<?>) - Method in interface org.neo4j.driver.Logging
Obtain a Logger instance by class, its name will be the fully qualified name of the class.
getLog(String) - Method in 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 Logger instance by name.
getMajorVersion() - Method in class org.neo4j.driver.internal.messaging.BoltProtocolVersion
 
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
 
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
 
getRootCause(Throwable) - Static method in class org.neo4j.driver.internal.util.ErrorUtil
 
getRoutingContext() - Method in class org.neo4j.driver.internal.messaging.request.RouteMessage
 
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
 
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 you GraphDatabase.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
 
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, AuthToken, RoutingContext, ChannelPromise) - 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 class org.neo4j.driver.internal.cluster.ClusterComposition
 
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 class org.neo4j.driver.internal.messaging.request.RouteMessage
 
hashCode() - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
 
hashCode() - Method in class org.neo4j.driver.internal.messaging.response.FailureMessage
 
hashCode() - Method in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
 
hashCode() - Method in class org.neo4j.driver.internal.messaging.response.RecordMessage
 
hashCode() - Method in class org.neo4j.driver.internal.messaging.response.SuccessMessage
 
hashCode() - Method in class org.neo4j.driver.internal.security.InternalAuthToken
 
hashCode() - Method in class org.neo4j.driver.internal.summary.InternalDatabaseInfo
 
hashCode() - Method in class org.neo4j.driver.internal.summary.InternalInputPosition
 
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 class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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.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
 
HelloMessage - Class in org.neo4j.driver.internal.messaging.request
 
HelloMessage(String, Map<String, Value>, Map<String, String>, boolean) - 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) - Constructor for class org.neo4j.driver.internal.handlers.HelloResponseHandler
 
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
 
idleConnections(ServerAddress) - Method in class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
 
idleConnections(ServerAddress) - Method in interface org.neo4j.driver.internal.spi.ConnectionPool
 
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 class org.neo4j.driver.internal.async.pool.PoolSettings
 
idleTimeBeforeConnectionTestEnabled() - Method in 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 Connection shall fulfil this ImmutableConnectionContext when 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 interface org.neo4j.driver.internal.spi.Connection
 
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 class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
indexesAdded() - Method in interface org.neo4j.driver.summary.SummaryCounters
 
indexesRemoved() - Method in class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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
 
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, AuthToken, RoutingContext, ChannelPromise) - Method in interface org.neo4j.driver.internal.messaging.BoltProtocol
Initialize channel after it is connected and handshake selected this protocol version.
initializeChannel(String, AuthToken, RoutingContext, ChannelPromise) - Method in class org.neo4j.driver.internal.messaging.v3.BoltProtocolV3
 
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
 
INSTANCE - Static variable in class org.neo4j.driver.internal.handlers.NoOpResponseHandler
 
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
 
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
 
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
 
InternalDatabaseInfo - Class in org.neo4j.driver.internal.summary
 
InternalDatabaseInfo(String) - Constructor for class org.neo4j.driver.internal.summary.InternalDatabaseInfo
 
InternalInputPosition - 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 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, 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 - Class in org.neo4j.driver.internal.summary
 
InternalSummaryCounters(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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
 
interrupt() - Method in class org.neo4j.driver.internal.reactive.InternalReactiveTransaction
Marks transaction as terminated and sends RESET message over allocated connection.
interrupt() - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
Marks transaction as terminated and sends RESET message over allocated connection.
interruptAsync() - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
Marks transaction as terminated and sends RESET message over allocated connection.
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
 
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 or not 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
 
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
 
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
 
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
 
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 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 to map, node and TypeSystem.RELATIONSHIP() relationship} values.

L

labels() - Method in interface org.neo4j.driver.types.Node
Return all labels.
labelsAdded() - Method in class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
labelsAdded() - Method in interface org.neo4j.driver.summary.SummaryCounters
 
labelsRemoved() - Method in class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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) - 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 class org.neo4j.driver.internal.summary.InternalInputPosition
 
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
 
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(BoltServerAddress, RoutingSettings, ConnectionPool, EventExecutorGroup, Clock, Logging, LoadBalancingStrategy, ServerAddressResolver, DomainNameResolver) - 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
 
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
 
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 Logger instances.
logLeakedSessions() - Method in class org.neo4j.driver.Config
Check if leaked sessions logging is enabled.
lookupClusterComposition(RoutingTable, ConnectionPool, Set<Bookmark>, String) - Method in interface org.neo4j.driver.internal.cluster.Rediscovery
Fetches cluster composition using the provided routing table.
lookupClusterComposition(RoutingTable, ConnectionPool, Set<Bookmark>, String) - 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
 

M

map(Iterable<A>, Function<A, B>) - Static method in class org.neo4j.driver.internal.util.Iterables
 
map(String...) - 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
 
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 This provides only read methods.
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
 
markTerminated(Throwable) - Method in class org.neo4j.driver.internal.async.UnmanagedTransaction
 
maxConnectionLifetime() - Method in class org.neo4j.driver.internal.async.pool.PoolSettings
 
maxConnectionLifetimeEnabled() - Method in 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
 
maxConnectionPoolSize() - Method in class org.neo4j.driver.internal.async.pool.PoolSettings
 
maxRetryTimeMs() - Method in class org.neo4j.driver.internal.retry.RetrySettings
 
message() - Method in class org.neo4j.driver.internal.messaging.response.FailureMessage
 
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
 
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 This version is able to encode all the versions existing on v4.2, but it encodes new messages such as ROUTE
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
 
metadata() - Method in class org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
 
metadata() - Method in class org.neo4j.driver.internal.messaging.request.HelloMessage
 
metadata() - Method in class org.neo4j.driver.internal.messaging.response.SuccessMessage
 
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
 
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 MetricsListener and publishes them via Metrics instance.
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.
millis() - Method in interface org.neo4j.driver.internal.util.Clock
Current time, in milliseconds.
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 RoutingProcedureRunner works with multi database versions of Neo4j calling the procedure `dbms.routing.getRoutingTable`
MultiDatabasesRoutingProcedureRunner(RoutingContext) - 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 class org.neo4j.driver.internal.summary.InternalDatabaseInfo
 
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 ResultSummary is obtained from.
name() - Method in interface org.neo4j.driver.types.Type
 
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.
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
 
Neo4jException(String, String) - Constructor for exception org.neo4j.driver.exceptions.Neo4jException
 
Neo4jException(String, String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.Neo4jException
 
Neo4jException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.Neo4jException
 
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, 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) - 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 EventLoopGroup with 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
 
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
 
next() - Method in interface org.neo4j.driver.Result
Navigate to and retrieve the next Record in 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 Record in 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
 
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 class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
nodesCreated() - Method in interface org.neo4j.driver.summary.SummaryCounters
 
nodesDeleted() - Method in class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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
 
NOT_CONFIGURED - Static variable in class org.neo4j.driver.internal.async.pool.PoolSettings
 
Notification - Interface in org.neo4j.driver.summary
Representation for notifications found when executing a query.
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.
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
 
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
 
NULL() - Method in class org.neo4j.driver.internal.types.InternalTypeSystem
 
NULL() - Method in interface org.neo4j.driver.types.TypeSystem
 
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
 
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(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.
ofFloat() - Static method in class org.neo4j.driver.Values
Converts values to Float.
offset() - Method in class org.neo4j.driver.internal.summary.InternalInputPosition
 
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
Converts values to List of Object.
ofList(Function<Value, T>) - Static method in class org.neo4j.driver.Values
Converts values to List of T.
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(AuthorizationExpiredException, Channel) - Method in interface org.neo4j.driver.internal.async.connection.AuthorizationStateListener
Notifies the listener that the credentials stored on the server side have expired.
onExpired(AuthorizationExpiredException, Channel) - 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.LegacyPullAllResponseHandler
 
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 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.LegacyPullAllResponseHandler
 
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 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.LegacyPullAllResponseHandler
 
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 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
 
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.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.metrics - package org.neo4j.driver.internal.metrics
 
org.neo4j.driver.internal.packstream - package org.neo4j.driver.internal.packstream
 
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.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
 

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.ByteArrayIncompatiblePacker
 
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 PackStream uses to ingest data, implement this on top of any data source of your choice to deserialize the stream with PackStream.
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 PackStream writes 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 run queries.
parameters(Map<String, Object>) - Static method in interface org.neo4j.driver.reactive.RxQueryRunner
Deprecated.
 
parameters(Record) - Static method in interface org.neo4j.driver.reactive.RxQueryRunner
Deprecated.
 
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
 
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 Record without 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
 
PENDING_DATABASE_NAME_EXCEPTION_SUPPLIER - Static variable in interface org.neo4j.driver.internal.async.ConnectionContext
 
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(String, Map<String, Value>, List<String>, List<Plan>) - Static method in class org.neo4j.driver.internal.summary.InternalPlan
 
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
 
point(int, double, double, double) - Static method in class org.neo4j.driver.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
 
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 - Class in org.neo4j.driver.internal.async.pool
 
PoolSettings(int, long, long, long) - Constructor for class org.neo4j.driver.internal.async.pool.PoolSettings
 
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
 
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 - Static variable in class org.neo4j.driver.internal.summary.InternalProfiledPlan
 
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 class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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
 
ProtocolException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.ProtocolException
 
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.
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 AutoCloseable extension of the SimpleQueryRunner.
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

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.
ReactiveSession - Interface in org.neo4j.driver.reactive
A reactive session is the same as Session except it provides a reactive API.
ReactiveSession - Interface in org.neo4j.driver.reactivestreams
A reactive session is the same as Session except it provides a reactive API.
ReactiveTransaction - Interface in org.neo4j.driver.reactive
Same as Transaction except this reactive transaction exposes a reactive API.
ReactiveTransaction - Interface in org.neo4j.driver.reactivestreams
Same as Transaction except 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_ONLY - Enum constant in enum class org.neo4j.driver.summary.QueryType
 
READ_WRITE - Enum constant in enum class org.neo4j.driver.summary.QueryType
 
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 read reactive 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 read reactive transaction with the specified configuration.
readTransaction(TransactionWork<T>) - Method in interface org.neo4j.driver.Session
Deprecated.
readTransaction(TransactionWork<T>, TransactionConfig) - Method in interface org.neo4j.driver.Session
readTransactionAsync(AsyncTransactionWork<CompletionStage<T>>) - Method in interface org.neo4j.driver.async.AsyncSession
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
readTransactionAsync(AsyncTransactionWork<CompletionStage<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
Deprecated.
REALM_KEY - Static variable in class org.neo4j.driver.internal.security.InternalAuthToken
 
Record - Interface in org.neo4j.driver
Container for Cypher result values.
RecordMessage - Class in org.neo4j.driver.internal.messaging.response
 
RecordMessage(Value[]) - Constructor for class org.neo4j.driver.internal.messaging.response.RecordMessage
 
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
 
relationships() - Method in interface org.neo4j.driver.types.Path
Create an iterable over the relationships in this path.
relationshipsCreated() - Method in class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
relationshipsCreated() - Method in interface org.neo4j.driver.summary.SummaryCounters
 
relationshipsDeleted() - Method in class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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
 
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
 
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() - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
 
reset() - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
 
reset() - Method in class org.neo4j.driver.internal.async.NetworkConnection
 
reset() - Method in interface org.neo4j.driver.internal.spi.Connection
 
RESET - Static variable in class org.neo4j.driver.internal.messaging.request.ResetMessage
 
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
 
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 AutoCloseable that allows introspecting if it already has been closed through its Resource.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 QueryRunner where the resources are created has already been closed.
ResultConsumedException(String) - Constructor for exception org.neo4j.driver.exceptions.ResultConsumedException
 
ResultCursor - Interface in org.neo4j.driver.async
The result of asynchronous execution of a Cypher query, conceptually an asynchronous stream of records.
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 - Class in org.neo4j.driver.internal.retry
 
RetrySettings(long) - Constructor for class org.neo4j.driver.internal.retry.RetrySettings
 
revocationCheckingStrategy() - Method in class org.neo4j.driver.Config.TrustStrategy
The revocation strategy used for verifying certificates.
revocationCheckingStrategy() - Method in interface org.neo4j.driver.internal.security.SecurityPlan
 
revocationCheckingStrategy() - Method in class org.neo4j.driver.internal.security.SecurityPlanImpl
 
RevocationCheckingStrategy - Enum Class in org.neo4j.driver
Defines strategy for revocation checks.
rollback() - Method in class org.neo4j.driver.internal.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
 
RoundRobinArrayIndex - Class in org.neo4j.driver.internal.cluster.loadbalancing
 
RouteMessage - 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 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 RoutingProcedureRunner access 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
 
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 class org.neo4j.driver.internal.cluster.RoutingSettings
 
RoutingContext - Class in org.neo4j.driver.internal.cluster
 
RoutingContext(URI) - Constructor for class org.neo4j.driver.internal.cluster.RoutingContext
 
RoutingProcedureClusterCompositionProvider - Class in org.neo4j.driver.internal.cluster
 
RoutingProcedureClusterCompositionProvider(Clock, RoutingContext) - 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 - Class in org.neo4j.driver.internal.cluster
 
RoutingSettings(long) - Constructor for class org.neo4j.driver.internal.cluster.RoutingSettings
 
RoutingSettings(long, RoutingContext) - Constructor for class org.neo4j.driver.internal.cluster.RoutingSettings
 
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
 
routingTablePurgeDelayMs() - Method in class org.neo4j.driver.internal.cluster.RoutingSettings
 
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.InternalReactiveTransaction
 
run(String) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
 
run(String) - Method in class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
 
run(String) - Method in interface org.neo4j.driver.reactive.ReactiveQueryRunner
Register running of a query and return a publisher of ReactiveResult.
run(String) - Method in interface org.neo4j.driver.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.InternalReactiveTransaction
 
run(String, Map<String, Object>) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
 
run(String, Map<String, Object>) - Method in class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
 
run(String, Map<String, Object>) - Method in interface org.neo4j.driver.reactive.ReactiveQueryRunner
Register running of a query and return a publisher of ReactiveResult.
run(String, Map<String, Object>) - Method in interface org.neo4j.driver.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 TransactionConfig and return a publisher of ReactiveResult.
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 TransactionConfig and 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 TransactionConfig and return a publisher of ReactiveResult.
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.InternalReactiveTransaction
 
run(String, Record) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
 
run(String, Record) - Method in class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
 
run(String, Record) - Method in interface org.neo4j.driver.reactive.ReactiveQueryRunner
Register running of a query and return a publisher of ReactiveResult.
run(String, Record) - Method in interface org.neo4j.driver.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 TransactionConfig and return a publisher of ReactiveResult.
run(String, TransactionConfig) - Method in interface org.neo4j.driver.reactive.RxSession
Deprecated.
Run a query with parameters in an auto-commit transaction with specified TransactionConfig and 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 TransactionConfig and return a publisher of ReactiveResult.
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.InternalReactiveTransaction
 
run(String, Value) - Method in class org.neo4j.driver.internal.reactivestreams.InternalReactiveTransaction
 
run(String, Value) - Method in class org.neo4j.driver.internal.reactivestreams.DelegatingReactiveTransactionContext
 
run(String, Value) - Method in interface org.neo4j.driver.reactive.ReactiveQueryRunner
Register running of a query and return a publisher of ReactiveResult.
run(String, Value) - Method in interface org.neo4j.driver.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 configuration and return a publisher of ReactiveResult.
run(Query, TransactionConfig) - Method in interface org.neo4j.driver.reactive.RxSession
Deprecated.
Run a query in an auto-commit transaction with specified configuration and 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 configuration and return a publisher of ReactiveResult.
run(Query, TransactionConfig) - Method in interface org.neo4j.driver.Session
Run a query in a managed auto-commit transaction with the specified configuration, and return a result stream.
runAsync(String) - Method in interface org.neo4j.driver.async.AsyncQueryRunner
Run a query asynchronously and return a CompletionStage with 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 CompletionStage with 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 configuration and return a CompletionStage with 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 CompletionStage with 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 configuration and return a CompletionStage with 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 CompletionStage with 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 CompletionStage with 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 configuration and return a CompletionStage with 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) - 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) - 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) - 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.
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 ReactiveResult and ReactiveResult
RxResultCursor - Interface in org.neo4j.driver.internal.cursor
 
RxResultCursorImpl - Class in org.neo4j.driver.internal.cursor
 
RxResultCursorImpl(Throwable, RunResponseHandler, PullResponseHandler) - 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.
RxSession - Interface in org.neo4j.driver.reactive
Deprecated.
RxTransaction - Interface in org.neo4j.driver.reactive
Deprecated.
RxTransactionWork<T> - Interface in org.neo4j.driver.reactive
RxUtils - Class in org.neo4j.driver.internal.reactive
 
RxUtils() - Constructor for class org.neo4j.driver.internal.reactive.RxUtils
 

S

saveX509Cert(String, File) - Static method in class org.neo4j.driver.internal.util.CertificateTool
Save a certificate to a file in base 64 binary format with BEGIN and END strings
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
 
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.
SecurityException - Exception in org.neo4j.driver.exceptions
Failed to communicate with the server due to security errors.
SecurityException(String, String) - Constructor for exception org.neo4j.driver.exceptions.SecurityException
 
SecurityException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.SecurityException
 
SecurityPlan - Interface in org.neo4j.driver.internal.security
A SecurityPlan consists of encryption and trust details.
SecurityPlanImpl - Class in org.neo4j.driver.internal.security
A SecurityPlan consists of encryption and trust details.
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
 
ServiceUnavailableException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.ServiceUnavailableException
 
session - Variable in class org.neo4j.driver.internal.reactive.AbstractReactiveSession
 
session() - Method in interface org.neo4j.driver.Driver
Create a new general purpose Session with default session 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>, SessionConfig) - Method in interface org.neo4j.driver.Driver
Create a new session of supported type with a specified session configuration.
session(SessionConfig) - Method in interface org.neo4j.driver.Driver
Instantiate a new Session with a specified session configuration.
Session - Interface in org.neo4j.driver
Provides a context of work for database interactions.
SessionConfig - Class in org.neo4j.driver
The session configurations used to configure a session.
SessionConfig.Builder - Class in org.neo4j.driver
Builder used to configure SessionConfig which will be used to create a session.
SessionExpiredException - Exception in org.neo4j.driver.exceptions
A SessionExpiredException indicates that the session can no longer satisfy the criteria under which it was acquired, e.g.
SessionExpiredException(String) - Constructor for exception org.neo4j.driver.exceptions.SessionExpiredException
 
SessionExpiredException(String, Throwable) - Constructor for exception org.neo4j.driver.exceptions.SessionExpiredException
 
SessionPullResponseCompletionListener - Class in org.neo4j.driver.internal.handlers
 
SessionPullResponseCompletionListener(Connection, Consumer<DatabaseBookmark>) - Constructor for class org.neo4j.driver.internal.handlers.SessionPullResponseCompletionListener
 
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
 
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
 
setTerminationReason(Channel, String) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
 
severity() - Method in class org.neo4j.driver.internal.summary.InternalNotification
 
severity() - Method in interface org.neo4j.driver.summary.Notification
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.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 class org.neo4j.driver.internal.messaging.request.RouteMessage
 
signature() - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
 
signature() - Method in class org.neo4j.driver.internal.messaging.response.FailureMessage
 
signature() - Method in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
 
signature() - Method in class org.neo4j.driver.internal.messaging.response.RecordMessage
 
signature() - Method in 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.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 class org.neo4j.driver.internal.messaging.request.RouteMessage
 
SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
 
SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.response.FailureMessage
 
SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
 
SIGNATURE - Static variable in class org.neo4j.driver.internal.messaging.response.RecordMessage
 
SIGNATURE - Static variable in 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 Calling this method always exhausts the result, even when NoSuchRecordException is thrown.
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 RoutingProcedureRunner works with single database versions of Neo4j calling the procedure `dbms.cluster.routing.getRoutingTable`
SingleDatabaseRoutingProcedureRunner(RoutingContext) - 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.util.Clock
 
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 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
Id of the node where this relationship starts.
startNodeId() - Method in interface org.neo4j.driver.types.Relationship
Deprecated.
state() - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
 
state(BasicPullResponseHandler.State) - Method in class org.neo4j.driver.internal.handlers.pulln.BasicPullResponseHandler
 
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 Stream of records.
STREAM_LIMIT_UNLIMITED - Static variable in class org.neo4j.driver.internal.messaging.request.AbstractStreamingMessage
 
STRICT - Enum constant in enum class org.neo4j.driver.RevocationCheckingStrategy
Require stapled revocation status and verify OCSP revocation checks, fail if no revocation status is stapled to the certificate.
STRING - Enum constant in enum class org.neo4j.driver.internal.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
 
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
 
SUCCESS - Enum constant in enum class org.neo4j.driver.internal.async.inbound.InboundMessageDispatcher.HandlerHook.MessageType
 
SuccessMessage - Class in org.neo4j.driver.internal.messaging.response
SUCCESS response message
SuccessMessage(Map<String, Value>) - Constructor for class org.neo4j.driver.internal.messaging.response.SuccessMessage
 
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
 
SYSTEM - Static variable in interface org.neo4j.driver.internal.util.Clock
 
systemUpdates() - Method in class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
systemUpdates() - Method in interface org.neo4j.driver.summary.SummaryCounters
 

T

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
 
terminationReason(Channel) - Static method in class org.neo4j.driver.internal.async.connection.ChannelAttributes
 
text() - Method in class org.neo4j.driver.Query
 
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
 
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.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
 
toMap() - Method in class org.neo4j.driver.internal.cluster.RoutingContext
 
toMap() - Method in class org.neo4j.driver.internal.security.InternalAuthToken
 
toString() - Method in class org.neo4j.driver.internal.async.pool.ConnectionPoolImpl
 
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 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.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 class org.neo4j.driver.internal.messaging.request.RouteMessage
 
toString() - Method in class org.neo4j.driver.internal.messaging.request.RunWithMetadataMessage
 
toString() - Method in class org.neo4j.driver.internal.messaging.response.FailureMessage
 
toString() - Method in class org.neo4j.driver.internal.messaging.response.IgnoredMessage
 
toString() - Method in class org.neo4j.driver.internal.messaging.response.RecordMessage
 
toString() - Method in class org.neo4j.driver.internal.messaging.response.SuccessMessage
 
toString() - Method in enum class org.neo4j.driver.internal.metrics.DevNullMetricsListener
 
toString() - Method in class org.neo4j.driver.internal.summary.InternalDatabaseInfo
 
toString() - Method in class org.neo4j.driver.internal.summary.InternalInputPosition
 
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 class org.neo4j.driver.internal.summary.InternalSummaryCounters
 
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.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 configuration objects.
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
 
TransactionPullResponseCompletionListener - Class in org.neo4j.driver.internal.handlers
 
TransactionPullResponseCompletionListener(UnmanagedTransaction) - Constructor for class org.neo4j.driver.internal.handlers.TransactionPullResponseCompletionListener
 
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
 
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_CUSTOM_CA_SIGNED_CERTIFICATES - Enum constant in enum class org.neo4j.driver.Config.TrustStrategy.Strategy
 
TRUST_SYSTEM_CA_SIGNED_CERTIFICATES - Enum constant in enum class org.neo4j.driver.Config.TrustStrategy.Strategy
 
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 a Value as 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
 
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
 
UnmanagedTransaction - Class in org.neo4j.driver.internal.async
 
UnmanagedTransaction(Connection, Consumer<DatabaseBookmark>, long) - Constructor for class org.neo4j.driver.internal.async.UnmanagedTransaction
 
UnmanagedTransaction(Connection, Consumer<DatabaseBookmark>, long, ResultCursorsHolder) - 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
 
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
 
UnsupportedDateTimeValue - Class in org.neo4j.driver.internal.value
 
UnsupportedDateTimeValue(DateTimeException) - Constructor for class org.neo4j.driver.internal.value.UnsupportedDateTimeValue
 
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
 
update(ClusterComposition) - Method in class org.neo4j.driver.internal.cluster.ClusterRoutingTable
 
update(ClusterComposition) - Method in interface org.neo4j.driver.internal.cluster.RoutingTable
 
updateBookmarks(String, Set<Bookmark>, Set<Bookmark>) - Method in interface org.neo4j.driver.BookmarkManager
Updates database 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

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
 
value(boolean...) - Static method in class org.neo4j.driver.Values
 
value(byte...) - Static method in class org.neo4j.driver.Values
 
value(char) - Static method in class org.neo4j.driver.Values
 
value(char...) - Static method in class org.neo4j.driver.Values
 
value(double) - Static method in class org.neo4j.driver.Values
 
value(double...) - Static method in class org.neo4j.driver.Values
 
value(float...) - Static method in class org.neo4j.driver.Values
 
value(int) - Static method in class org.neo4j.driver.Values
 
value(int...) - Static method in class org.neo4j.driver.Values
 
value(long) - Static method in class org.neo4j.driver.Values
 
value(long...) - Static method in class org.neo4j.driver.Values
 
value(short...) - Static method in class org.neo4j.driver.Values
 
value(Iterable<Object>) - Static method in class org.neo4j.driver.Values
 
value(Object) - Static method in class org.neo4j.driver.Values
 
value(String) - Static method in class org.neo4j.driver.Values
 
value(String...) - Static method in class org.neo4j.driver.Values
 
value(Duration) - Static method in class org.neo4j.driver.Values
 
value(LocalDate) - Static method in class org.neo4j.driver.Values
 
value(LocalDateTime) - Static method in class org.neo4j.driver.Values
 
value(LocalTime) - Static method in class org.neo4j.driver.Values
 
value(OffsetDateTime) - Static method in class org.neo4j.driver.Values
 
value(OffsetTime) - Static method in class org.neo4j.driver.Values
 
value(Period) - Static method in class org.neo4j.driver.Values
 
value(ZonedDateTime) - Static method in class org.neo4j.driver.Values
 
value(Iterator<Object>) - Static method in class org.neo4j.driver.Values
 
value(List<Object>) - Static method in class org.neo4j.driver.Values
 
value(Map<String, Object>) - Static method in class org.neo4j.driver.Values
 
value(Stream<Object>) - Static method in class org.neo4j.driver.Values
 
value(Value...) - Static method in class org.neo4j.driver.Values
 
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
 
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.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.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.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.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
 
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 Value objects, 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.
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
 
verifyDatabaseNameBeforeTransaction(DatabaseName) - Method in class org.neo4j.driver.internal.messaging.v41.BoltProtocolV41
 
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 - 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
 

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
withBookmarkManager(BookmarkManager) - Method in class org.neo4j.driver.SessionConfig.Builder
Sets a BookmarkManager implementation 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(BiConsumer<String, Set<Bookmark>>) - Method in class org.neo4j.driver.BookmarkManagerConfig.BookmarkManagerConfigBuilder
Provide bookmarks consumer.
withBookmarksSupplier(BookmarksSupplier) - Method in class org.neo4j.driver.BookmarkManagerConfig.BookmarkManagerConfigBuilder
Provide bookmarks supplier.
withConnectionAcquisitionTimeout(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
Configure maximum amount of time connection acquisition will attempt to acquire a connection from the connection pool.
withConnectionLivenessCheckTimeout(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
Pooled connections that have been idle in the pool for longer than this timeout will be tested before they are used again, to ensure they are still live.
withConnectionTimeout(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
Specify socket connection timeout.
withDatabase(String) - Method in class org.neo4j.driver.SessionConfig.Builder
Set the database that the newly created session is going to connect to.
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.SessionConfig.Builder
Set the impersonated user that the newly created session is going to use for query execution.
withInitialBookmarks(Map<String, 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 transactions are allowed to retry via Session.readTransaction(TransactionWork) and Session.writeTransaction(TransactionWork) methods.
withMetadata(Map<String, Object>) - Method in class org.neo4j.driver.TransactionConfig.Builder
Set the transaction metadata.
withMetricsAdapter(MetricsAdapter) - Method in class org.neo4j.driver.Config.ConfigBuilder
Enable driver metrics with given MetricsAdapter.
withoutCertificateRevocationChecks() - Method in class org.neo4j.driver.Config.TrustStrategy
Configures the Config.TrustStrategy to 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 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.
withRoutingContext(RoutingContext) - Method in class org.neo4j.driver.internal.cluster.RoutingSettings
 
withRoutingTablePurgeDelay(long, TimeUnit) - Method in class org.neo4j.driver.Config.ConfigBuilder
Specify how long to wait before purging stale routing tables.
withStrictRevocationChecks() - Method in class org.neo4j.driver.Config.TrustStrategy
Configures the Config.TrustStrategy to carry out strict OCSP revocation checks for revocation status that are stapled to the certificate.
withText(String) - Method in class org.neo4j.driver.Query
 
withTimeout(Duration) - Method in class org.neo4j.driver.TransactionConfig.Builder
Set the transaction timeout.
withTrustStrategy(Config.TrustStrategy) - Method in class org.neo4j.driver.Config.ConfigBuilder
Specify how to determine the authenticity of an encryption certificate provided by the Neo4j instance we are connecting to.
withUpdatedParameters(Value) - Method in class org.neo4j.driver.Query
Create a new query with new parameters derived by updating this' query's parameters using the given updates.
withUserAgent(String) - Method in class org.neo4j.driver.Config.ConfigBuilder
Configure the user_agent field sent to the server to identify the connected client.
withVerifyIfPresentRevocationChecks() - Method in class org.neo4j.driver.Config.TrustStrategy
Configures the Config.TrustStrategy to carry out OCSP revocation checks when the revocation status is stapled to the certificate.
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(Message, ResponseHandler, Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
 
write(Message, ResponseHandler, Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
 
write(Message, ResponseHandler, Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.NetworkConnection
 
write(Message, ResponseHandler, 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_ONLY - Enum constant in enum class org.neo4j.driver.summary.QueryType
 
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
 
writeAndFlush(Message, ResponseHandler, Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.connection.DirectConnection
 
writeAndFlush(Message, ResponseHandler, Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.connection.RoutingConnection
 
writeAndFlush(Message, ResponseHandler, Message, ResponseHandler) - Method in class org.neo4j.driver.internal.async.NetworkConnection
 
writeAndFlush(Message, ResponseHandler, 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 write reactive 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 write reactive transaction with the specified configuration.
writeTransaction(TransactionWork<T>) - Method in interface org.neo4j.driver.Session
Deprecated.
writeTransaction(TransactionWork<T>, TransactionConfig) - Method in interface org.neo4j.driver.Session
writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>>) - Method in interface org.neo4j.driver.async.AsyncSession
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
writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>>, TransactionConfig) - Method in class org.neo4j.driver.internal.async.InternalAsyncSession
Deprecated.

X

x() - Method in interface org.neo4j.driver.types.Point
Retrieve x coordinate of this point.
X509CertToString(String) - Static method in class org.neo4j.driver.internal.util.CertificateTool
Convert a certificate in base 64 binary format with BEGIN and END strings

Y

y() - Method in interface org.neo4j.driver.types.Point
Retrieve y coordinate of this point.

Z

z() - Method in interface org.neo4j.driver.types.Point
Retrieve z coordinate of this point.
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 Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form