| Package | Description |
|---|---|
| org.neo4j.driver | |
| org.neo4j.driver.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionPoolMetrics
Provides connection pool metrics such as connection created, current in use etc.
|
interface |
Metrics
Provides driver internal metrics.
|
| Modifier and Type | Method and Description |
|---|---|
TypeSystem |
Driver.defaultTypeSystem()
This will return the type system supported by the driver.
|
boolean |
Value.hasType(Type type)
Test if this value is a value of the given type
|
Type |
Value.type() |
Config.ConfigBuilder |
Config.ConfigBuilder.withMetricsAdapter(MetricsAdapter metricsAdapter)
Enable driver metrics with given
MetricsAdapter. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Type
The type of a
Value as defined by the Cypher language |
interface |
TypeSystem
A listing of all database types this driver can handle.
|