- accept(T) - Method in interface org.neo4j.driver.v1.util.Consumer
-
- AccessMode - Enum in org.neo4j.driver.v1
-
Used by Routing Driver to decide if a transaction should be routed to a write server or a read server in a cluster.
- address() - Method in interface org.neo4j.driver.v1.summary.ServerInfo
-
Returns a string telling the address of the server the query was executed.
- ANY() - Method in interface org.neo4j.driver.v1.types.TypeSystem
-
- apply(T, U) - Method in interface org.neo4j.driver.v1.util.BiFunction
-
Applies this function to the given arguments.
- apply(T) - Method in interface org.neo4j.driver.v1.util.Function
-
Applies this function to the given argument.
- arguments() - Method in interface org.neo4j.driver.v1.summary.Plan
-
Many
operators
have arguments defining their specific behavior.
- asBoolean() - Method in interface org.neo4j.driver.v1.Value
-
- asBoolean(boolean) - Method in interface org.neo4j.driver.v1.Value
-
- asByteArray() - Method in interface org.neo4j.driver.v1.Value
-
- asByteArray(byte[]) - Method in interface org.neo4j.driver.v1.Value
-
- asDouble() - Method in interface org.neo4j.driver.v1.Value
-
Returns a Java double if no precision is lost in the conversion.
- asDouble(double) - Method in interface org.neo4j.driver.v1.Value
-
Returns a Java double if no precision is lost in the conversion.
- asEntity() - Method in interface org.neo4j.driver.v1.Value
-
- asFloat() - Method in interface org.neo4j.driver.v1.Value
-
Returns a Java float if no precision is lost in the conversion.
- asFloat(float) - Method in interface org.neo4j.driver.v1.Value
-
Returns a Java float if no precision is lost in the conversion.
- asInt() - Method in interface org.neo4j.driver.v1.Value
-
Returns a Java int if no precision is lost in the conversion.
- asInt(int) - Method in interface org.neo4j.driver.v1.Value
-
Returns a Java int if no precision is lost in the conversion.
- asIsoDuration() - Method in interface org.neo4j.driver.v1.Value
-
- asIsoDuration(IsoDuration) - Method in interface org.neo4j.driver.v1.Value
-
- asList() - Method in interface org.neo4j.driver.v1.Value
-
If the underlying type can be viewed as a list, returns a java list of
values, where each value has been converted using
Value.asObject()
.
- asList(List<Object>) - Method in interface org.neo4j.driver.v1.Value
-
If the underlying type can be viewed as a list, returns a java list of
values, where each value has been converted using
Value.asObject()
.
- asList(Function<Value, T>) - Method in interface org.neo4j.driver.v1.Value
-
- asList(Function<Value, T>, List<T>) - Method in interface org.neo4j.driver.v1.Value
-
- asLocalDate() - Method in interface org.neo4j.driver.v1.Value
-
- asLocalDate(LocalDate) - Method in interface org.neo4j.driver.v1.Value
-
- asLocalDateTime() - Method in interface org.neo4j.driver.v1.Value
-
- asLocalDateTime(LocalDateTime) - Method in interface org.neo4j.driver.v1.Value
-
- asLocalTime() - Method in interface org.neo4j.driver.v1.Value
-
- asLocalTime(LocalTime) - Method in interface org.neo4j.driver.v1.Value
-
- asLong() - Method in interface org.neo4j.driver.v1.Value
-
Returns a Java long if no precision is lost in the conversion.
- asLong(long) - Method in interface org.neo4j.driver.v1.Value
-
Returns a Java long if no precision is lost in the conversion.
- asMap() - Method in interface org.neo4j.driver.v1.Record
-
Return this record as a map, where each value has been converted to a default
java object using
Value.asObject()
.
- asMap(Function<Value, T>) - Method in interface org.neo4j.driver.v1.Record
-
Return this record as a map, where each value has been converted using the provided
mapping function.
- asMap() - Method in interface org.neo4j.driver.v1.types.MapAccessor
-
Return the underlying map as a map of string keys and values converted using
Value.asObject()
.
- asMap(Function<Value, T>) - Method in interface org.neo4j.driver.v1.types.MapAccessor
-
- asMap(Map<String, Object>) - Method in interface org.neo4j.driver.v1.Value
-
- asMap(Function<Value, T>, Map<String, T>) - Method in interface org.neo4j.driver.v1.Value
-
- asNode() - Method in interface org.neo4j.driver.v1.Value
-
- asNumber() - Method in interface org.neo4j.driver.v1.Value
-
- asObject() - Method in interface org.neo4j.driver.v1.Value
-
This returns a java standard library representation of the underlying value,
using a java type that is "sensible" given the underlying type.
- asOffsetDateTime() - Method in interface org.neo4j.driver.v1.Value
-
- asOffsetDateTime(OffsetDateTime) - Method in interface org.neo4j.driver.v1.Value
-
- asOffsetTime() - Method in interface org.neo4j.driver.v1.Value
-
- asOffsetTime(OffsetTime) - Method in interface org.neo4j.driver.v1.Value
-
- asPath() - Method in interface org.neo4j.driver.v1.Value
-
- asPoint() - Method in interface org.neo4j.driver.v1.Value
-
- asPoint(Point) - Method in interface org.neo4j.driver.v1.Value
-
- asRelationship() - Method in interface org.neo4j.driver.v1.Value
-
- asString() - Method in interface org.neo4j.driver.v1.Value
-
- asString(String) - Method in interface org.neo4j.driver.v1.Value
-
- asZonedDateTime() - Method in interface org.neo4j.driver.v1.Value
-
- asZonedDateTime(ZonedDateTime) - Method in interface org.neo4j.driver.v1.Value
-
- AuthenticationException - Exception in org.neo4j.driver.v1.exceptions
-
Failed to authenticate the driver to the server due to bad credentials provided.
- AuthenticationException(String, String) - Constructor for exception org.neo4j.driver.v1.exceptions.AuthenticationException
-
- AuthToken - Interface in org.neo4j.driver.v1
-
Token for holding authentication details, such as user name and password.
- AuthTokens - Class in org.neo4j.driver.v1
-
This is a listing of the various methods of authentication supported by this
driver.
- AuthTokens() - Constructor for class org.neo4j.driver.v1.AuthTokens
-
- certFile() - Method in class org.neo4j.driver.v1.Config.TrustStrategy
-
Return the configured certificate file.
- children() - Method in interface org.neo4j.driver.v1.summary.Plan
-
As noted in the class-level javadoc, a plan is a tree, where each child is another plan.
- children() - Method in interface org.neo4j.driver.v1.summary.ProfiledPlan
-
- ClientException - Exception in org.neo4j.driver.v1.exceptions
-
A ClientException indicates that the client has carried out an operation incorrectly.
- ClientException(String) - Constructor for exception org.neo4j.driver.v1.exceptions.ClientException
-
- ClientException(String, Throwable) - Constructor for exception org.neo4j.driver.v1.exceptions.ClientException
-
- ClientException(String, String) - Constructor for exception org.neo4j.driver.v1.exceptions.ClientException
-
- close() - Method in interface org.neo4j.driver.v1.Driver
-
Close all the resources assigned to this driver, including open connections and IO threads.
- close() - Method in interface org.neo4j.driver.v1.Session
-
Signal that you are done using this session.
- close() - Method in interface org.neo4j.driver.v1.Transaction
-
- close() - Method in interface org.neo4j.driver.v1.util.Resource
-
- closeAsync() - Method in interface org.neo4j.driver.v1.Driver
-
Close all the resources assigned to this driver, including open connections and IO threads.
- closeAsync() - Method in interface org.neo4j.driver.v1.Session
-
Signal that you are done using this session.
- code() - Method in exception org.neo4j.driver.v1.exceptions.Neo4jException
-
Access the status code for this exception.
- code() - Method in interface org.neo4j.driver.v1.summary.Notification
-
Returns a notification code for the discovered issue.
- column(int) - Static method in class org.neo4j.driver.v1.Records
-
- column(String) - Static method in class org.neo4j.driver.v1.Records
-
- column(int, Function<Value, T>) - Static method in class org.neo4j.driver.v1.Records
-
- column(String, Function<Value, T>) - Static method in class org.neo4j.driver.v1.Records
-
- column() - Method in interface org.neo4j.driver.v1.summary.InputPosition
-
The column number referred to by the position; column numbers start at 1.
- commitAsync() - Method in interface org.neo4j.driver.v1.Transaction
-
Commit this transaction in asynchronous fashion.
- computeOrDefault(Function<Value, T>, T) - Method in interface org.neo4j.driver.v1.Value
-
Apply the mapping function on the value if the value is not a NullValue
, or the default value if the value is a NullValue
.
- Config - Class in org.neo4j.driver.v1
-
A configuration class to config driver properties.
- Config.ConfigBuilder - Class in org.neo4j.driver.v1
-
Used to build new config instances
- Config.EncryptionLevel - Enum in org.neo4j.driver.v1
-
Control the level of encryption to require
- Config.LoadBalancingStrategy - Enum in org.neo4j.driver.v1
-
- Config.TrustStrategy - Class in org.neo4j.driver.v1
-
Control how the driver determines if it can trust the encryption certificates provided by the Neo4j instance it is connected to.
- Config.TrustStrategy.Strategy - Enum in org.neo4j.driver.v1
-
The trust strategy that the driver supports
- connectionAcquisitionTimeoutMillis() - Method in class org.neo4j.driver.v1.Config
-
- connectionPoolSize() - Method in class org.neo4j.driver.v1.Config
-
- connectionTimeoutMillis() - Method in class org.neo4j.driver.v1.Config
-
- console(Level) - Static method in interface org.neo4j.driver.v1.Logging
-
- constraintsAdded() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
- constraintsRemoved() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
- consume() - Method in interface org.neo4j.driver.v1.StatementResult
-
Consume the entire result, yielding a summary of it.
- consumeAsync() - Method in interface org.neo4j.driver.v1.StatementResultCursor
-
Asynchronously consume the entire result, yielding a summary of it.
- Consumer<T> - Interface in org.neo4j.driver.v1.util
-
- contains(Node) - Method in interface org.neo4j.driver.v1.types.Path
-
- contains(Relationship) - Method in interface org.neo4j.driver.v1.types.Path
-
- containsKey(String) - Method in interface org.neo4j.driver.v1.Record
-
Check if the list of keys contains the given key
- containsKey(String) - Method in interface org.neo4j.driver.v1.types.MapAccessor
-
Check if the list of keys contains the given key
- containsUpdates() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
Whether there were any updates at all, eg.
- counters() - Method in interface org.neo4j.driver.v1.summary.ResultSummary
-
- custom(String, String, String, String) - Static method in class org.neo4j.driver.v1.AuthTokens
-
A custom authentication token used for doing custom authentication on the server side.
- custom(String, String, String, String, Map<String, Object>) - Static method in class org.neo4j.driver.v1.AuthTokens
-
A custom authentication token used for doing custom authentication on the server side.
- DatabaseException - Exception in org.neo4j.driver.v1.exceptions
-
A DatabaseException indicates that there is a problem within the underlying database.
- DatabaseException(String, String) - Constructor for exception org.neo4j.driver.v1.exceptions.DatabaseException
-
- DATE() - Method in interface org.neo4j.driver.v1.types.TypeSystem
-
- DATE_TIME() - Method in interface org.neo4j.driver.v1.types.TypeSystem
-
- days() - Method in interface org.neo4j.driver.v1.types.IsoDuration
-
Retrieve amount of days in this duration.
- dbHits() - Method in interface org.neo4j.driver.v1.summary.ProfiledPlan
-
- debug(String, Object...) - Method in interface org.neo4j.driver.v1.Logger
-
Logs bolt messages sent and received by this driver.
- defaultConfig() - Static method in class org.neo4j.driver.v1.Config
-
- description() - Method in interface org.neo4j.driver.v1.summary.Notification
-
Returns a longer description of the notification.
- Driver - Interface in org.neo4j.driver.v1
-
Accessor for a specific Neo4j graph database.
- driver(String) - Static method in class org.neo4j.driver.v1.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(URI) - Static method in class org.neo4j.driver.v1.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(URI, Config) - Static method in class org.neo4j.driver.v1.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- driver(String, Config) - Static method in class org.neo4j.driver.v1.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- driver(String, AuthToken) - Static method in class org.neo4j.driver.v1.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(URI, AuthToken) - Static method in class org.neo4j.driver.v1.GraphDatabase
-
Return a driver for a Neo4j instance with the default configuration settings
- driver(String, AuthToken, Config) - Static method in class org.neo4j.driver.v1.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- driver(URI, AuthToken, Config) - Static method in class org.neo4j.driver.v1.GraphDatabase
-
Return a driver for a Neo4j instance with custom configuration.
- DURATION() - Method in interface org.neo4j.driver.v1.types.TypeSystem
-
- get(String) - Method in interface org.neo4j.driver.v1.Record
-
Retrieve the value of the property with the given key
- get(int) - Method in interface org.neo4j.driver.v1.Record
-
Retrieve the value at the given field index
- get(String) - Method in interface org.neo4j.driver.v1.types.MapAccessor
-
Retrieve the value of the property with the given key
- get(String, Value) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the value with the given key.
- get(String, Object) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the object with the given key.
- get(String, Number) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the number with the given key.
- get(String, Entity) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the entity with the given key.
- get(String, Node) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the node with the given key.
- get(String, Path) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the path with the given key.
- get(String, Relationship) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the value with the given key.
- get(String, List<Object>) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the list of objects with the given key.
- get(String, List<T>, Function<Value, T>) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the list with the given key.
- get(String, Map<String, Object>) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the map with the given key.
- get(String, Map<String, T>, Function<Value, T>) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the map with the given key.
- get(String, int) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the java integer with the given key.
- get(String, long) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the java long number with the given key.
- get(String, boolean) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the java boolean with the given key.
- get(String, String) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the java string with the given key.
- get(String, float) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the java float number with the given key.
- get(String, double) - Method in interface org.neo4j.driver.v1.types.MapAccessorWithDefaultValue
-
Retrieve the java double number with the given key.
- get(int) - Method in interface org.neo4j.driver.v1.Value
-
Retrieve the value at the given index
- getLog(String) - Method in interface org.neo4j.driver.v1.Logging
-
Obtain a
Logger
instance by name.
- GraphDatabase - Class in org.neo4j.driver.v1
-
- GraphDatabase() - Constructor for class org.neo4j.driver.v1.GraphDatabase
-
- id() - Method in interface org.neo4j.driver.v1.types.Entity
-
A unique id for this Entity.
- identifiers() - Method in interface org.neo4j.driver.v1.summary.Plan
-
Identifiers used by this part of the plan.
- identity() - Static method in class org.neo4j.driver.v1.util.Functions
-
- idleTimeBeforeConnectionTest() - Method in class org.neo4j.driver.v1.Config
-
Pooled connections that have been idle in the pool for longer than this timeout
will be tested before they are used again, to ensure they are still live.
- Immutable - Annotation Type in org.neo4j.driver.v1.util
-
Indicates that instances of the annotated class or of its subclasses are immutable, i.e.
- index(String) - Method in interface org.neo4j.driver.v1.Record
-
Retrieve the index of the field with the given key
- indexesAdded() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
- indexesRemoved() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
- info(String, Object...) - Method in interface org.neo4j.driver.v1.Logger
-
Logs information from the driver.
- InputPosition - Interface in org.neo4j.driver.v1.summary
-
An input position refers to a specific character in a statement.
- INTEGER() - Method in interface org.neo4j.driver.v1.types.TypeSystem
-
- isDebugEnabled() - Method in interface org.neo4j.driver.v1.Logger
-
Return true if the debug level is enabled.
- isEmpty() - Method in class org.neo4j.driver.v1.TransactionConfig
-
Check if this configuration object contains any values.
- isEmpty() - Method in interface org.neo4j.driver.v1.Value
-
If this value represents a list or map, test if the collection is empty.
- isEncrypted() - Method in interface org.neo4j.driver.v1.Driver
-
Return a flag to indicate whether or not encryption is used for this driver.
- isFalse() - Method in interface org.neo4j.driver.v1.Value
-
- isHostnameVerificationEnabled() - Method in class org.neo4j.driver.v1.Config.TrustStrategy
-
Check if hostname verification is enabled for this trust strategy.
- isNull() - Method in interface org.neo4j.driver.v1.Value
-
- IsoDuration - Interface in org.neo4j.driver.v1.types
-
Represents temporal amount containing months, days, seconds and nanoseconds of the second.
- isoDuration(long, long, long, int) - Static method in class org.neo4j.driver.v1.Values
-
- isOpen() - Method in interface org.neo4j.driver.v1.util.Resource
-
Detect whether this resource is still open
- isTraceEnabled() - Method in interface org.neo4j.driver.v1.Logger
-
Return true if the trace logging level is enabled.
- isTrue() - Method in interface org.neo4j.driver.v1.Value
-
- isTypeOf(Value) - Method in interface org.neo4j.driver.v1.types.Type
-
Test if the given value has this type
- readTransaction(TransactionWork<T>) - Method in interface org.neo4j.driver.v1.Session
-
Execute given unit of work in a
read
transaction.
- readTransaction(TransactionWork<T>, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
- readTransactionAsync(TransactionWork<CompletionStage<T>>) - Method in interface org.neo4j.driver.v1.Session
-
Execute given unit of asynchronous work in a
read
asynchronous transaction.
- readTransactionAsync(TransactionWork<CompletionStage<T>>, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
Execute given unit of asynchronous work in a
read
asynchronous transaction with
the specified
configuration
.
- Record - Interface in org.neo4j.driver.v1
-
Container for Cypher result values.
- Records - Class in org.neo4j.driver.v1
-
Static utility methods for retaining records
- Records() - Constructor for class org.neo4j.driver.v1.Records
-
- records() - Method in interface org.neo4j.driver.v1.summary.ProfiledPlan
-
- relationship() - Method in interface org.neo4j.driver.v1.types.Path.Segment
-
- Relationship - Interface in org.neo4j.driver.v1.types
-
The Relationship interface describes the characteristics of a relationship from a Neo4j graph.
- RELATIONSHIP() - Method in interface org.neo4j.driver.v1.types.TypeSystem
-
- relationships() - Method in interface org.neo4j.driver.v1.types.Path
-
Create an iterable over the relationships in this path.
- relationshipsCreated() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
- relationshipsDeleted() - Method in interface org.neo4j.driver.v1.summary.SummaryCounters
-
- reset() - Method in interface org.neo4j.driver.v1.Session
-
- resolve(ServerAddress) - Method in interface org.neo4j.driver.v1.net.ServerAddressResolver
-
Resolve the given address to a set of other addresses.
- resolver() - Method in class org.neo4j.driver.v1.Config
-
Server address resolver.
- Resource - Interface in org.neo4j.driver.v1.util
-
- resultAvailableAfter(TimeUnit) - Method in interface org.neo4j.driver.v1.summary.ResultSummary
-
The time it took the server to make the result available for consumption.
- resultConsumedAfter(TimeUnit) - Method in interface org.neo4j.driver.v1.summary.ResultSummary
-
The time it took the server to consume the result.
- ResultSummary - Interface in org.neo4j.driver.v1.summary
-
The result summary of running a statement.
- rollbackAsync() - Method in interface org.neo4j.driver.v1.Transaction
-
Rollback this transaction in asynchronous fashion.
- routingDriver(Iterable<URI>, AuthToken, Config) - Static method in class org.neo4j.driver.v1.GraphDatabase
-
Try to create a bolt+routing driver from the first available address.
- run(String, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
Run a statement in an auto-commit transaction with the specified
configuration
and return a result stream.
- run(String, Map<String, Object>, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
Run a statement with parameters in an auto-commit transaction with specified
configuration
and return a result stream.
- run(Statement, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
Run a statement in an auto-commit transaction with specified
configuration
and return a result stream.
- run(String, Value) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement and return a result stream.
- run(String, Map<String, Object>) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement and return a result stream.
- run(String, Record) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement and return a result stream.
- run(String) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement and return a result stream.
- run(Statement) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement and return a result stream.
- runAsync(String, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
Run a statement asynchronously in an auto-commit transaction with the specified
configuration
and return a
CompletionStage
with a result cursor.
- runAsync(String, Map<String, Object>, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
Run a statement asynchronously in an auto-commit transaction with the specified
configuration
and return a
CompletionStage
with a result cursor.
- runAsync(Statement, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
Run a statement asynchronously in an auto-commit transaction with the specified
configuration
and return a
CompletionStage
with a result cursor.
- runAsync(String, Value) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement asynchronously and return a
CompletionStage
with a
result cursor.
- runAsync(String, Map<String, Object>) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement asynchronously and return a
CompletionStage
with a
result cursor.
- runAsync(String, Record) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement asynchronously and return a
CompletionStage
with a
result cursor.
- runAsync(String) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement asynchronously and return a
CompletionStage
with a
result cursor.
- runAsync(Statement) - Method in interface org.neo4j.driver.v1.StatementRunner
-
Run a statement asynchronously and return a
CompletionStage
with a
result cursor.
- seconds() - Method in interface org.neo4j.driver.v1.types.IsoDuration
-
Retrieve amount of seconds in this duration.
- SecurityException - Exception in org.neo4j.driver.v1.exceptions
-
Failed to communicate with the server due to security errors.
- SecurityException(String, String) - Constructor for exception org.neo4j.driver.v1.exceptions.SecurityException
-
- SecurityException(String, Throwable) - Constructor for exception org.neo4j.driver.v1.exceptions.SecurityException
-
- server() - Method in interface org.neo4j.driver.v1.summary.ResultSummary
-
The basic information of the server where the result is obtained from
- ServerAddress - Interface in org.neo4j.driver.v1.net
-
Represents a host and port.
- ServerAddressResolver - Interface in org.neo4j.driver.v1.net
-
A resolver function used by the routing driver to resolve the initial address used to create the driver.
- ServerInfo - Interface in org.neo4j.driver.v1.summary
-
Provides some basic information of the server where the result is obtained from.
- ServiceUnavailableException - Exception in org.neo4j.driver.v1.exceptions
-
An ServiceUnavailableException indicates that the driver cannot communicate with the cluster.
- ServiceUnavailableException(String) - Constructor for exception org.neo4j.driver.v1.exceptions.ServiceUnavailableException
-
- ServiceUnavailableException(String, Throwable) - Constructor for exception org.neo4j.driver.v1.exceptions.ServiceUnavailableException
-
- session() - Method in interface org.neo4j.driver.v1.Driver
-
Create a new general purpose
Session
.
- session(AccessMode) - Method in interface org.neo4j.driver.v1.Driver
-
Create a new
Session
for a specific type of work.
- session(String) - Method in interface org.neo4j.driver.v1.Driver
-
Create a new
write
Session
with the specified initial bookmark.
- session(AccessMode, String) - Method in interface org.neo4j.driver.v1.Driver
-
Create a new
Session
for a specific type of work with the specified initial bookmark.
- session(Iterable<String>) - Method in interface org.neo4j.driver.v1.Driver
-
Create a new
write
Session
with specified initial bookmarks.
- session(AccessMode, Iterable<String>) - Method in interface org.neo4j.driver.v1.Driver
-
Create a new
write
Session
with specified initial bookmarks.
- Session - Interface in org.neo4j.driver.v1
-
Provides a context of work for database interactions.
- SessionExpiredException - Exception in org.neo4j.driver.v1.exceptions
-
A SessionExpiredException indicates that the session can no longer satisfy the criteria under which it
was acquired, e.g.
- SessionExpiredException(String) - Constructor for exception org.neo4j.driver.v1.exceptions.SessionExpiredException
-
- SessionExpiredException(String, Throwable) - Constructor for exception org.neo4j.driver.v1.exceptions.SessionExpiredException
-
- severity() - Method in interface org.neo4j.driver.v1.summary.Notification
-
The severity level of the notification.
- single() - Method in interface org.neo4j.driver.v1.StatementResult
-
Return the first record in the result, failing if there is not exactly
one record left in the stream
Calling this method always exhausts the result, even when
NoSuchRecordException
is thrown.
- singleAsync() - Method in interface org.neo4j.driver.v1.StatementResultCursor
-
Asynchronously return the first record in the result, failing if there is not exactly
one record left in the stream.
- size() - Method in interface org.neo4j.driver.v1.Record
-
Retrieve the number of fields in this record
- size() - Method in interface org.neo4j.driver.v1.types.MapAccessor
-
Retrieve the number of entries in this map
- size() - Method in interface org.neo4j.driver.v1.Value
-
If the underlying value is a collection type, return the number of values in the collection.
- slf4j() - Static method in interface org.neo4j.driver.v1.Logging
-
Create logging implementation that uses SLF4J.
- srid() - Method in interface org.neo4j.driver.v1.types.Point
-
Retrieve identifier of the coordinate reference system for this point.
- start() - Method in interface org.neo4j.driver.v1.types.Path.Segment
-
The node that this segment starts at.
- start() - Method in interface org.neo4j.driver.v1.types.Path
-
- startNodeId() - Method in interface org.neo4j.driver.v1.types.Relationship
-
Id of the node where this relationship starts.
- Statement - Class in org.neo4j.driver.v1
-
An executable statement, i.e.
- Statement(String, Value) - Constructor for class org.neo4j.driver.v1.Statement
-
Create a new statement.
- Statement(String, Map<String, Object>) - Constructor for class org.neo4j.driver.v1.Statement
-
Create a new statement.
- Statement(String) - Constructor for class org.neo4j.driver.v1.Statement
-
Create a new statement.
- statement() - Method in interface org.neo4j.driver.v1.summary.ResultSummary
-
- StatementResult - Interface in org.neo4j.driver.v1
-
The result of running a Cypher statement, conceptually a stream of
records
.
- StatementResultCursor - Interface in org.neo4j.driver.v1
-
The result of asynchronous execution of a Cypher statement, conceptually an asynchronous stream of
records
.
- StatementRunner - Interface in org.neo4j.driver.v1
-
Common interface for components that can execute Neo4j statements.
- statementType() - Method in interface org.neo4j.driver.v1.summary.ResultSummary
-
- StatementType - Enum in org.neo4j.driver.v1.summary
-
The type of statement executed.
- strategy() - Method in class org.neo4j.driver.v1.Config.TrustStrategy
-
Return the strategy type desired.
- stream() - Method in interface org.neo4j.driver.v1.StatementResult
-
Convert this result to a sequential
Stream
of records.
- STRING() - Method in interface org.neo4j.driver.v1.types.TypeSystem
-
- success() - Method in interface org.neo4j.driver.v1.Transaction
-
Mark this transaction as successful.
- summary() - Method in interface org.neo4j.driver.v1.StatementResult
-
Return the result summary.
- summaryAsync() - Method in interface org.neo4j.driver.v1.StatementResultCursor
-
Asynchronously retrieve the result summary.
- SummaryCounters - Interface in org.neo4j.driver.v1.summary
-
Contains counters for various operations that a statement triggered.
- value() - Method in interface org.neo4j.driver.v1.util.Pair
-
- Value - Interface in org.neo4j.driver.v1
-
A unit of data that adheres to the Neo4j type system.
- value(Object) - Static method in class org.neo4j.driver.v1.Values
-
- value(Value...) - Static method in class org.neo4j.driver.v1.Values
-
- value(byte...) - Static method in class org.neo4j.driver.v1.Values
-
- value(String...) - Static method in class org.neo4j.driver.v1.Values
-
- value(boolean...) - Static method in class org.neo4j.driver.v1.Values
-
- value(char...) - Static method in class org.neo4j.driver.v1.Values
-
- value(long...) - Static method in class org.neo4j.driver.v1.Values
-
- value(int...) - Static method in class org.neo4j.driver.v1.Values
-
- value(double...) - Static method in class org.neo4j.driver.v1.Values
-
- value(float...) - Static method in class org.neo4j.driver.v1.Values
-
- value(List<Object>) - Static method in class org.neo4j.driver.v1.Values
-
- value(Iterable<Object>) - Static method in class org.neo4j.driver.v1.Values
-
- value(Iterator<Object>) - Static method in class org.neo4j.driver.v1.Values
-
- value(Stream<Object>) - Static method in class org.neo4j.driver.v1.Values
-
- value(char) - Static method in class org.neo4j.driver.v1.Values
-
- value(String) - Static method in class org.neo4j.driver.v1.Values
-
- value(long) - Static method in class org.neo4j.driver.v1.Values
-
- value(int) - Static method in class org.neo4j.driver.v1.Values
-
- value(double) - Static method in class org.neo4j.driver.v1.Values
-
- value(boolean) - Static method in class org.neo4j.driver.v1.Values
-
- value(Map<String, Object>) - Static method in class org.neo4j.driver.v1.Values
-
- value(LocalDate) - Static method in class org.neo4j.driver.v1.Values
-
- value(OffsetTime) - Static method in class org.neo4j.driver.v1.Values
-
- value(LocalTime) - Static method in class org.neo4j.driver.v1.Values
-
- value(LocalDateTime) - Static method in class org.neo4j.driver.v1.Values
-
- value(OffsetDateTime) - Static method in class org.neo4j.driver.v1.Values
-
- value(ZonedDateTime) - Static method in class org.neo4j.driver.v1.Values
-
- value(Period) - Static method in class org.neo4j.driver.v1.Values
-
- value(Duration) - Static method in class org.neo4j.driver.v1.Values
-
- ValueException - Exception in org.neo4j.driver.v1.exceptions.value
-
A ValueException indicates that the client has carried out an operation on values incorrectly.
- ValueException(String) - Constructor for exception org.neo4j.driver.v1.exceptions.value.ValueException
-
- valueOf(String) - Static method in enum org.neo4j.driver.v1.AccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.driver.v1.Config.EncryptionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.driver.v1.Config.LoadBalancingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.driver.v1.Config.TrustStrategy.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.driver.v1.summary.StatementType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.driver.v1.AccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.driver.v1.Config.EncryptionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.driver.v1.Config.LoadBalancingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.driver.v1.Config.TrustStrategy.Strategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.neo4j.driver.v1.Record
-
Retrieve the values of the underlying map
- values() - Static method in enum org.neo4j.driver.v1.summary.StatementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.neo4j.driver.v1.types.MapAccessor
-
Retrieve all values of the underlying collection
- values(Function<Value, T>) - Method in interface org.neo4j.driver.v1.types.MapAccessor
-
Map and retrieve all values of the underlying collection
- Values - Class in org.neo4j.driver.v1
-
Utility for wrapping regular Java types and exposing them as
Value
objects, and vice versa.
- values(Object...) - Static method in class org.neo4j.driver.v1.Values
-
- version() - Method in interface org.neo4j.driver.v1.summary.ServerInfo
-
Returns a string telling which version of the server the query was executed.
- warn(String, Object...) - Method in interface org.neo4j.driver.v1.Logger
-
Logs warnings that happened when using the driver.
- warn(String, Throwable) - Method in interface org.neo4j.driver.v1.Logger
-
Logs warnings that happened during using the driver
- withConnectionAcquisitionTimeout(long, TimeUnit) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Configure maximum amount of time connection acquisition will attempt to acquire a connection from the
connection pool.
- withConnectionLivenessCheckTimeout(long, TimeUnit) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Pooled connections that have been idle in the pool for longer than this timeout
will be tested before they are used again, to ensure they are still live.
- withConnectionTimeout(long, TimeUnit) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Specify socket connection timeout.
- withEncryption() - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Set to use encrypted traffic.
- withEncryptionLevel(Config.EncryptionLevel) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Deprecated.
- withHostnameVerification() - Method in class org.neo4j.driver.v1.Config.TrustStrategy
-
Enable hostname verification for this trust strategy.
- withLeakedSessionsLogging() - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Enable logging of leaked sessions.
- withLoadBalancingStrategy(Config.LoadBalancingStrategy) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Provide an alternative load balancing strategy for the routing driver to use.
- withLogging(Logging) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Provide a logging implementation for the driver to use.
- withMaxConnectionLifetime(long, TimeUnit) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Pooled connections older than this threshold will be closed and removed from the pool.
- withMaxConnectionPoolSize(int) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Configure maximum amount of connections in the connection pool towards a single database.
- withMaxIdleConnections(int) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
- withMaxIdleSessions(int) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
- withMaxSessions(int) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
- withMaxTransactionRetryTime(long, TimeUnit) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
- withMetadata(Map<String, Object>) - Method in class org.neo4j.driver.v1.TransactionConfig.Builder
-
Set the transaction metadata.
- withoutEncryption() - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Set to use unencrypted traffic.
- withoutHostnameVerification() - Method in class org.neo4j.driver.v1.Config.TrustStrategy
-
Disable hostname verification for this trust strategy.
- withParameters(Value) - Method in class org.neo4j.driver.v1.Statement
-
- withParameters(Map<String, Object>) - Method in class org.neo4j.driver.v1.Statement
-
- withResolver(ServerAddressResolver) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Specify a custom server address resolver used by the routing driver to resolve the initial address used to create the driver.
- withRoutingFailureLimit(int) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
- withRoutingRetryDelay(long, TimeUnit) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
- withSessionLivenessCheckTimeout(long) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
- withText(String) - Method in class org.neo4j.driver.v1.Statement
-
- withTimeout(Duration) - Method in class org.neo4j.driver.v1.TransactionConfig.Builder
-
Set the transaction timeout.
- withTrustStrategy(Config.TrustStrategy) - Method in class org.neo4j.driver.v1.Config.ConfigBuilder
-
Specify how to determine the authenticity of an encryption certificate provided by the Neo4j instance we are connecting to.
- withUpdatedParameters(Value) - Method in class org.neo4j.driver.v1.Statement
-
Create a new statement with new parameters derived by updating this'
statement's parameters using the given updates.
- writeTransaction(TransactionWork<T>) - Method in interface org.neo4j.driver.v1.Session
-
Execute given unit of work in a
write
transaction.
- writeTransaction(TransactionWork<T>, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
- writeTransactionAsync(TransactionWork<CompletionStage<T>>) - Method in interface org.neo4j.driver.v1.Session
-
Execute given unit of asynchronous work in a
write
asynchronous transaction.
- writeTransactionAsync(TransactionWork<CompletionStage<T>>, TransactionConfig) - Method in interface org.neo4j.driver.v1.Session
-
Execute given unit of asynchronous work in a
write
asynchronous transaction with
the specified
configuration
.