| Package | Description |
|---|---|
| org.neo4j.driver | |
| org.neo4j.driver.types |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConnectionPoolMetrics> |
Metrics.connectionPoolMetrics()
Connection pool metrics records metrics of connection pools that are currently in use.
|
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
|
boolean |
Driver.isMetricsEnabled()
Returns true if the driver metrics reporting is enabled via
Config.ConfigBuilder.withDriverMetrics(), otherwise false. |
Metrics |
Driver.metrics()
Returns the driver metrics if metrics reporting is enabled via
Config.ConfigBuilder.withDriverMetrics(). |
Type |
Value.type() |
| 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.
|
Copyright © 2019. All rights reserved.