| Package | Description |
|---|---|
| org.neo4j.driver.v1 | |
| org.neo4j.driver.v1.types |
| Modifier and Type | Class and Description |
|---|---|
static class |
Config.LoadBalancingStrategy |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Value.hasType(Type type)
Test if this value is a value of the given type
|
Config.LoadBalancingStrategy |
Config.loadBalancingStrategy()
Load balancing strategy
|
Type |
Value.type() |
TypeSystem |
StatementRunner.typeSystem() |
Config.ConfigBuilder |
Config.ConfigBuilder.withLoadBalancingStrategy(Config.LoadBalancingStrategy loadBalancingStrategy)
Provide an alternative load balancing strategy for the routing driver to use.
|
| 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 © 2018. All rights reserved.