| Package | Description |
|---|---|
| org.neo4j.driver | |
| org.neo4j.driver.async | |
| org.neo4j.driver.reactive | |
| org.neo4j.driver.summary | |
| org.neo4j.driver.types |
| Class and Description |
|---|
| AccessMode
Used by Routing Driver to decide if a transaction should be routed to a write server or a read server in a cluster.
|
| AuthToken
Token for holding authentication details, such as user name and password.
|
| Bookmark
Causal chaining is carried out by passing bookmarks between transactions.
|
| Config
A configuration class to config driver properties.
|
| Config.ConfigBuilder
Used to build new config instances
|
| Config.TrustStrategy
Control how the driver determines if it can trust the encryption certificates provided by the Neo4j instance it is connected to.
|
| Config.TrustStrategy.Strategy
The trust strategy that the driver supports
|
| ConnectionPoolMetrics
Provides connection pool metrics such as connection created, current in use etc.
|
| Driver
Accessor for a specific Neo4j graph database.
|
| Logger
Logs messages for driver activity.
|
| Logging
Accessor for
Logger instances. |
| Metrics
Provides driver internal metrics.
|
| MetricsAdapter
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.
|
| Query
The components of a Cypher query, containing the query text and parameter map.
|
| QueryRunner
Common interface for components that can execute Neo4j queries.
|
| Record
Container for Cypher result values.
|
| Result
The result of running a Cypher query, conceptually a stream of
records. |
| Session
Provides a context of work for database interactions.
|
| SessionConfig
The session configurations used to configure a session.
|
| SessionConfig.Builder
Builder used to configure
SessionConfig which will be used to create a session. |
| Transaction
Logical container for an atomic unit of work.
|
| TransactionConfig
Configuration object containing settings for transactions.
|
| TransactionConfig.Builder
Builder used to construct
transaction configuration objects. |
| TransactionWork
Callback that executes operations against a given
Transaction. |
| Value
A unit of data that adheres to the Neo4j type system.
|
| Class and Description |
|---|
| Bookmark
Causal chaining is carried out by passing bookmarks between transactions.
|
| Query
The components of a Cypher query, containing the query text and parameter map.
|
| Record
Container for Cypher result values.
|
| TransactionConfig
Configuration object containing settings for transactions.
|
| Value
A unit of data that adheres to the Neo4j type system.
|
| Class and Description |
|---|
| Bookmark
Causal chaining is carried out by passing bookmarks between transactions.
|
| Query
The components of a Cypher query, containing the query text and parameter map.
|
| Record
Container for Cypher result values.
|
| TransactionConfig
Configuration object containing settings for transactions.
|
| Value
A unit of data that adheres to the Neo4j type system.
|
| Class and Description |
|---|
| Query
The components of a Cypher query, containing the query text and parameter map.
|
| Value
A unit of data that adheres to the Neo4j type system.
|
| Class and Description |
|---|
| Value
A unit of data that adheres to the Neo4j type system.
|