| Interface | Description |
|---|---|
| AuthToken |
Token for holding authentication details, such as user name and password.
|
| Driver |
Accessor for a specific Neo4j graph database.
|
| Logger |
Logs messages for driver activity.
|
| Logging |
Accessor for
Logger instances. |
| Record |
Container for Cypher result values.
|
| Session |
Provides a context of work for database interactions.
|
| StatementResult |
The result of running a Cypher statement, conceptually a stream of
records. |
| StatementResultCursor |
The result of asynchronous execution of a Cypher statement, conceptually an asynchronous stream of
records. |
| StatementRunner |
Common interface for components that can execute Neo4j statements.
|
| Transaction |
Logical container for an atomic unit of work.
|
| TransactionWork<T> |
Callback that executes operations against a given
Transaction. |
| Value |
A unit of data that adheres to the Neo4j type system.
|
| Class | Description |
|---|---|
| AuthTokens |
This is a listing of the various methods of authentication supported by this
driver.
|
| 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.
|
| GraphDatabase |
Creates
drivers, optionally letting you GraphDatabase.driver(URI, Config) to configure them. |
| Records |
Static utility methods for retaining records
|
| Statement |
An executable statement, i.e.
|
| Values |
Utility for wrapping regular Java types and exposing them as
Value
objects, and vice versa. |
| Enum | 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.
|
| Config.EncryptionLevel |
Control the level of encryption to require
|
| Config.LoadBalancingStrategy | |
| Config.TrustStrategy.Strategy |
The trust strategy that the driver supports
|
Copyright © 2018. All rights reserved.