Index

A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accessMode() - Method in interface org.neo4j.bolt.connection.message.BeginMessage
 
accessMode() - Method in interface org.neo4j.bolt.connection.message.RunMessage.Extra
 
accessMode() - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters
An AccessMode that the connection must support.
AccessMode - Enum Class in org.neo4j.bolt.connection
 
ANY - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
api() - Method in interface org.neo4j.bolt.connection.message.TelemetryMessage
 
asBoltIsoDuration() - Method in interface org.neo4j.bolt.connection.values.Value
 
asBoltMap() - Method in interface org.neo4j.bolt.connection.values.Value
 
asBoltPoint() - Method in interface org.neo4j.bolt.connection.values.Value
 
asBoltVector() - Method in interface org.neo4j.bolt.connection.values.Value
 
asBoolean() - Method in interface org.neo4j.bolt.connection.values.Value
 
asByteArray() - Method in interface org.neo4j.bolt.connection.values.Value
 
asDouble() - Method in interface org.neo4j.bolt.connection.values.Value
 
asLocalDate() - Method in interface org.neo4j.bolt.connection.values.Value
 
asLocalDateTime() - Method in interface org.neo4j.bolt.connection.values.Value
 
asLocalTime() - Method in interface org.neo4j.bolt.connection.values.Value
 
asLong() - Method in interface org.neo4j.bolt.connection.values.Value
 
asMap() - Method in interface org.neo4j.bolt.connection.AuthToken
 
asOffsetTime() - Method in interface org.neo4j.bolt.connection.values.Value
 
asString() - Method in interface org.neo4j.bolt.connection.values.Value
 
asZonedDateTime() - Method in interface org.neo4j.bolt.connection.values.Value
 
authAckMillis() - Method in interface org.neo4j.bolt.connection.AuthInfo
 
authInfo() - Method in interface org.neo4j.bolt.connection.BoltConnection
 
AuthInfo - Interface in org.neo4j.bolt.connection
 
authToken() - Method in interface org.neo4j.bolt.connection.AuthInfo
 
authToken() - Method in interface org.neo4j.bolt.connection.BoltConnectionParameters
An optional AuthToken that the given connection must use.
authToken() - Method in interface org.neo4j.bolt.connection.message.LogonMessage
 
AuthToken - Interface in org.neo4j.bolt.connection
 
AuthTokens - Class in org.neo4j.bolt.connection
 
AUTO_COMMIT_TRANSACTION - Enum constant in enum class org.neo4j.bolt.connection.TelemetryApi
 

B

basic(String, String, String, ValueFactory) - Static method in class org.neo4j.bolt.connection.AuthTokens
 
BasicResponseHandler - Class in org.neo4j.bolt.connection
 
BasicResponseHandler() - Constructor for class org.neo4j.bolt.connection.BasicResponseHandler
 
BasicResponseHandler.Summaries - Record Class in org.neo4j.bolt.connection
 
bearer(String, ValueFactory) - Static method in class org.neo4j.bolt.connection.AuthTokens
 
BeginMessage - Interface in org.neo4j.bolt.connection.message
 
beginSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the beginSummary record component.
BeginSummary - Interface in org.neo4j.bolt.connection.summary
 
beginTransaction(String, AccessMode, String, Set<String>, TransactionType, Duration, Map<String, Value>, NotificationConfig) - Static method in class org.neo4j.bolt.connection.message.Messages
 
BoltAgent - Record Class in org.neo4j.bolt.connection
 
BoltAgent(String, String, String, String) - Constructor for record class org.neo4j.bolt.connection.BoltAgent
Creates an instance of a BoltAgent record class.
BoltClientException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltClientException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltClientException
 
BoltClientException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltClientException
 
BoltConnection - Interface in org.neo4j.bolt.connection
 
BoltConnectionAcquisitionException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltConnectionAcquisitionException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltConnectionAcquisitionException
 
BoltConnectionAcquisitionException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltConnectionAcquisitionException
 
BoltConnectionParameters - Interface in org.neo4j.bolt.connection
A set of parameters used by BoltConnectionSource when getting BoltConnection.
BoltConnectionParameters.Builder - Interface in org.neo4j.bolt.connection
A builder for creating BoltConnectionParameters.
BoltConnectionProvider - Interface in org.neo4j.bolt.connection
A Neo4j Bolt Protocol connection provider.
BoltConnectionProviderFactory - Interface in org.neo4j.bolt.connection
A factory for creating instances of BoltConnectionProvider.
BoltConnectionReadTimeoutException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltConnectionReadTimeoutException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltConnectionReadTimeoutException
 
BoltConnectionReadTimeoutException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltConnectionReadTimeoutException
 
BoltConnectionSource<T> - Interface in org.neo4j.bolt.connection
A source of Neo4j Bolt Protocol connections, typically to a specific Neo4j DBMS or Neo4j server.
BoltConnectionState - Enum Class in org.neo4j.bolt.connection
 
BoltDiscoveryException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltDiscoveryException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltDiscoveryException
 
BoltException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltException
 
BoltException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltException
 
boltExchange(ImmutableObservation, String, int, BoltProtocolVersion, BiConsumer<String, String>) - Method in interface org.neo4j.bolt.connection.observation.ObservationProvider
Creates an observation for Bolt exchange.
BoltExchangeObservation - Interface in org.neo4j.bolt.connection.observation
An observation of Bolt exchange.
BoltFailureException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltFailureException(String, String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltFailureException
 
BoltGqlErrorException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltGqlErrorException(String, String, String, Map<String, Value>, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
 
BoltProtocolException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltProtocolException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltProtocolException
 
BoltProtocolException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltProtocolException
 
BoltProtocolVersion - Class in org.neo4j.bolt.connection
 
BoltProtocolVersion(int, int) - Constructor for class org.neo4j.bolt.connection.BoltProtocolVersion
 
BoltServerAddress - Class in org.neo4j.bolt.connection
Holds a host and port pair that denotes a Bolt server address.
BoltServerAddress(String) - Constructor for class org.neo4j.bolt.connection.BoltServerAddress
 
BoltServerAddress(String, int) - Constructor for class org.neo4j.bolt.connection.BoltServerAddress
 
BoltServerAddress(String, String, int) - Constructor for class org.neo4j.bolt.connection.BoltServerAddress
 
BoltServerAddress(URI) - Constructor for class org.neo4j.bolt.connection.BoltServerAddress
 
BoltServiceUnavailableException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltServiceUnavailableException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltServiceUnavailableException
 
BoltServiceUnavailableException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltServiceUnavailableException
 
BoltTransientException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltTransientException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltTransientException
 
BoltTransientException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltTransientException
 
BoltUnsupportedFeatureException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltUnsupportedFeatureException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltUnsupportedFeatureException
 
BoltUntrustedServerException - Exception Class in org.neo4j.bolt.connection.exception
 
BoltUntrustedServerException(String) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltUntrustedServerException
 
BoltUntrustedServerException(String, Throwable) - Constructor for exception class org.neo4j.bolt.connection.exception.BoltUntrustedServerException
 
boltValues() - Method in interface org.neo4j.bolt.connection.values.Value
 
boltValueType() - Method in interface org.neo4j.bolt.connection.values.Value
 
bookmark() - Method in interface org.neo4j.bolt.connection.summary.CommitSummary
 
bookmarks() - Method in interface org.neo4j.bolt.connection.message.BeginMessage
 
bookmarks() - Method in interface org.neo4j.bolt.connection.message.RunMessage.Extra
 
bookmarks() - Method in interface org.neo4j.bolt.connection.message.RouteMessage
 
bookmarks() - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters
Bookmarks used for routing.
BOOLEAN - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
build() - Method in interface org.neo4j.bolt.connection.BoltConnectionParameters.Builder
build() - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
builder() - Static method in interface org.neo4j.bolt.connection.BoltConnectionParameters
Returns a new BoltConnectionParameters.Builder instance.
builder() - Static method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters
BYTES - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 

C

cause() - Method in record class org.neo4j.bolt.connection.GqlError
Returns the value of the cause record component.
close() - Method in interface org.neo4j.bolt.connection.BoltConnection
 
close() - Method in interface org.neo4j.bolt.connection.BoltConnectionProvider
Closes the BoltConnectionProvider instance.
close() - Method in interface org.neo4j.bolt.connection.BoltConnectionSource
Closes the BoltConnectionSource instance.
CLOSED - Enum constant in enum class org.neo4j.bolt.connection.BoltConnectionState
 
clusterComposition() - Method in interface org.neo4j.bolt.connection.summary.RouteSummary
 
ClusterComposition - Class in org.neo4j.bolt.connection
 
ClusterComposition(long, Set<BoltServerAddress>, Set<BoltServerAddress>, Set<BoltServerAddress>, String) - Constructor for class org.neo4j.bolt.connection.ClusterComposition
 
code() - Method in exception class org.neo4j.bolt.connection.exception.BoltFailureException
 
code() - Method in record class org.neo4j.bolt.connection.GqlError
Returns the value of the code record component.
commit() - Static method in class org.neo4j.bolt.connection.message.Messages
 
CommitMessage - Interface in org.neo4j.bolt.connection.message
 
commitSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the commitSummary record component.
CommitSummary - Interface in org.neo4j.bolt.connection.summary
 
compareTo(BoltProtocolVersion) - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
 
compareTo(NotificationSeverity) - Method in record class org.neo4j.bolt.connection.NotificationSeverity
 
connect(URI, String, BoltAgent, String, int, SecurityPlan, AuthToken, BoltProtocolVersion, NotificationConfig, ImmutableObservation) - Method in interface org.neo4j.bolt.connection.BoltConnectionProvider
Connects to the given URI using the provided parameters and returns BoltConnection instance.
connectionHost() - Method in class org.neo4j.bolt.connection.BoltServerAddress
 
constraintsAdded() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of constraints added to the schema.
constraintsRemoved() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of constraints removed from the schema.
containsKey(String) - Method in interface org.neo4j.bolt.connection.values.Value
 
containsSystemUpdates() - Method in interface org.neo4j.bolt.connection.SummaryCounters
If the query updated the system graph in any way, this method will return true.
containsUpdates() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Whether there were any updates at all, eg. any of the counters are greater than 0.
counters() - Method in interface org.neo4j.bolt.connection.ResultSummary
Returns counters for operations the query triggered.
create(LoggingProvider, ValueFactory, ObservationProvider, Map<String, ?>) - Method in interface org.neo4j.bolt.connection.BoltConnectionProviderFactory
Creates a new BoltConnectionProvider instance.
custom(Map<String, Value>) - Static method in class org.neo4j.bolt.connection.AuthTokens
 

D

database(String) - Static method in interface org.neo4j.bolt.connection.DatabaseName
Returns a DatabaseName instance for the supplied name.
databaseName() - Method in class org.neo4j.bolt.connection.ClusterComposition
 
databaseName() - Method in interface org.neo4j.bolt.connection.DatabaseName
 
databaseName() - Method in interface org.neo4j.bolt.connection.message.BeginMessage
 
databaseName() - Method in interface org.neo4j.bolt.connection.message.RunMessage.Extra
 
databaseName() - Method in interface org.neo4j.bolt.connection.message.RouteMessage
 
databaseName() - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters
A database name that the connection should be established for.
databaseName() - Method in interface org.neo4j.bolt.connection.summary.BeginSummary
 
databaseName() - Method in interface org.neo4j.bolt.connection.summary.RunSummary
 
DatabaseName - Interface in org.neo4j.bolt.connection
 
databaseNameListener() - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters
A database name consumer that will be notified with the database name used for the given connection.
DATE - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
DATE_TIME - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
days() - Method in interface org.neo4j.bolt.connection.values.IsoDuration
 
DEFAULT - Enum constant in enum class org.neo4j.bolt.connection.TransactionType
 
DEFAULT_PORT - Static variable in class org.neo4j.bolt.connection.BoltServerAddress
 
defaultConfig() - Static method in record class org.neo4j.bolt.connection.NotificationConfig
 
defaultDatabase() - Static method in interface org.neo4j.bolt.connection.DatabaseName
Returns a default database as deternimed by the server.
DefaultDomainNameResolver - Class in org.neo4j.bolt.connection
 
defaultParameters() - Static method in interface org.neo4j.bolt.connection.BoltConnectionParameters
Returns default BoltConnectionParameters.
defaultParameters() - Static method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters
defaultReadTimeout() - Method in interface org.neo4j.bolt.connection.BoltConnection
 
DEPRECATION - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
 
description() - Method in interface org.neo4j.bolt.connection.DatabaseName
 
diagnosticRecord() - Method in exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
 
diagnosticRecord() - Method in record class org.neo4j.bolt.connection.GqlError
Returns the value of the diagnosticRecord record component.
disabledClassifications() - Method in record class org.neo4j.bolt.connection.NotificationConfig
Returns the value of the disabledClassifications record component.
discard(long, long) - Static method in class org.neo4j.bolt.connection.message.Messages
 
DiscardMessage - Interface in org.neo4j.bolt.connection.message
 
discardSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the discardSummary record component.
DiscardSummary - Interface in org.neo4j.bolt.connection.summary
 
DomainNameResolver - Interface in org.neo4j.bolt.connection
A resolver function used by the driver to resolve domain names.
DURATION - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 

E

elementId() - Method in interface org.neo4j.bolt.connection.values.Node
 
elements() - Method in interface org.neo4j.bolt.connection.values.Vector
Vector elements as an array.
elementType() - Method in interface org.neo4j.bolt.connection.values.Vector
Vector element type.
encrypted(SSLContext, boolean) - Static method in class org.neo4j.bolt.connection.SecurityPlans
 
encrypted(SSLContext, boolean, String) - Static method in class org.neo4j.bolt.connection.SecurityPlans
 
encryptedForAnyCertificate() - Static method in class org.neo4j.bolt.connection.SecurityPlans
 
encryptedForSystemCASignedCertificates() - Static method in class org.neo4j.bolt.connection.SecurityPlans
 
equals(Object) - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.neo4j.bolt.connection.BoltAgent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
 
equals(Object) - Method in class org.neo4j.bolt.connection.BoltServerAddress
 
equals(Object) - Method in class org.neo4j.bolt.connection.ClusterComposition
 
equals(Object) - Method in record class org.neo4j.bolt.connection.GqlError
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.neo4j.bolt.connection.NotificationClassification
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.neo4j.bolt.connection.NotificationConfig
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.neo4j.bolt.connection.NotificationSeverity
Indicates whether some other object is "equal to" this one.
error(Throwable) - Method in interface org.neo4j.bolt.connection.observation.BoltExchangeObservation
 
error(Throwable) - Method in interface org.neo4j.bolt.connection.observation.HttpExchangeObservation
 
error(Throwable) - Method in interface org.neo4j.bolt.connection.observation.Observation
Signals that an error has occured during execution.
ERROR - Enum constant in enum class org.neo4j.bolt.connection.BoltConnectionState
 
EXECUTABLE_QUERY - Enum constant in enum class org.neo4j.bolt.connection.TelemetryApi
 
expectedHostname() - Method in interface org.neo4j.bolt.connection.SecurityPlan
An optional hostname that is used for hostname verification when the verifyHostname() option is enabled.
expirationTimestamp() - Method in class org.neo4j.bolt.connection.ClusterComposition
 
extra() - Method in interface org.neo4j.bolt.connection.message.RunMessage
 

F

FAILURE - Enum constant in enum class org.neo4j.bolt.connection.BoltConnectionState
 
FLOAT - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
forAnyCertificate(KeyManager[]) - Static method in class org.neo4j.bolt.connection.ssl.SSLContexts
 
forceClose(String) - Method in interface org.neo4j.bolt.connection.BoltConnection
 
forCertificates(List<File>, RevocationCheckingStrategy) - Static method in class org.neo4j.bolt.connection.ssl.TrustManagerFactories
 
forSystemCertificates(RevocationCheckingStrategy) - Static method in class org.neo4j.bolt.connection.ssl.TrustManagerFactories
 
forTrustManagers(KeyManager[], TrustManager[]) - Static method in class org.neo4j.bolt.connection.ssl.SSLContexts
 
fromRawBytes(int) - Static method in class org.neo4j.bolt.connection.BoltProtocolVersion
 

G

GENERIC - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
 
getBoltValue(String) - Method in interface org.neo4j.bolt.connection.values.Value
 
getConnection() - Method in interface org.neo4j.bolt.connection.BoltConnectionSource
Gets BoltConnection from the source.
getConnection(T) - Method in interface org.neo4j.bolt.connection.BoltConnectionSource
Gets BoltConnection from the source using the provided BoltConnectionParameters.
getInstance() - Static method in class org.neo4j.bolt.connection.DefaultDomainNameResolver
 
getLog(Class<?>) - Method in interface org.neo4j.bolt.connection.LoggingProvider
 
getLog(String) - Method in interface org.neo4j.bolt.connection.LoggingProvider
 
getMajorVersion() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
 
getMinorVersion() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
 
getOrder() - Method in interface org.neo4j.bolt.connection.BoltConnectionProviderFactory
Returns the order of this factory.
getSample() - Method in interface org.neo4j.bolt.connection.ListenerEvent
 
getStatus() - Method in enum class org.neo4j.bolt.connection.GqlStatusError
 
getStatusDescription(String) - Method in enum class org.neo4j.bolt.connection.GqlStatusError
 
getValue() - Method in enum class org.neo4j.bolt.connection.TelemetryApi
 
gqlCause() - Method in exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
 
GqlError - Record Class in org.neo4j.bolt.connection
 
GqlError(String, String, String, String, Map<String, Value>, GqlError) - Constructor for record class org.neo4j.bolt.connection.GqlError
Creates an instance of a GqlError record class.
gqlStatus() - Method in exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
 
gqlStatus() - Method in record class org.neo4j.bolt.connection.GqlError
Returns the value of the gqlStatus record component.
GqlStatusError - Enum Class in org.neo4j.bolt.connection
 

H

hashCode() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns a hash code value for this object.
hashCode() - Method in record class org.neo4j.bolt.connection.BoltAgent
Returns a hash code value for this object.
hashCode() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
 
hashCode() - Method in class org.neo4j.bolt.connection.BoltServerAddress
 
hashCode() - Method in class org.neo4j.bolt.connection.ClusterComposition
 
hashCode() - Method in record class org.neo4j.bolt.connection.GqlError
Returns a hash code value for this object.
hashCode() - Method in record class org.neo4j.bolt.connection.NotificationClassification
Returns a hash code value for this object.
hashCode() - Method in record class org.neo4j.bolt.connection.NotificationConfig
Returns a hash code value for this object.
hashCode() - Method in record class org.neo4j.bolt.connection.NotificationSeverity
Returns a hash code value for this object.
hasMore() - Method in interface org.neo4j.bolt.connection.summary.PullSummary
 
hasRoutersAndReaders() - Method in class org.neo4j.bolt.connection.ClusterComposition
 
hasWriters() - Method in class org.neo4j.bolt.connection.ClusterComposition
 
headers() - Method in interface org.neo4j.bolt.connection.observation.HttpExchangeObservation.Response
Returns response headers.
HINT - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
 
homeDatabaseHint() - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters
A home database name hint.
host - Variable in class org.neo4j.bolt.connection.BoltServerAddress
 
host() - Method in class org.neo4j.bolt.connection.BoltServerAddress
 
httpExchange(ImmutableObservation, URI, String, String, BiConsumer<String, String>) - Method in interface org.neo4j.bolt.connection.observation.ObservationProvider
Creates an observation for HTTP exchange.
HttpExchangeObservation - Interface in org.neo4j.bolt.connection.observation
An observation of HTTP exchange.
HttpExchangeObservation.Response - Interface in org.neo4j.bolt.connection.observation
A response data.
httpVersion() - Method in interface org.neo4j.bolt.connection.observation.HttpExchangeObservation.Response
Returns HTTP version.

I

id() - Method in interface org.neo4j.bolt.connection.values.Node
 
ignored() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the ignored record component.
ImmutableObservation - Interface in org.neo4j.bolt.connection.observation
An immutable observation.
impersonatedUser() - Method in interface org.neo4j.bolt.connection.message.BeginMessage
 
impersonatedUser() - Method in interface org.neo4j.bolt.connection.message.RunMessage.Extra
 
impersonatedUser() - Method in interface org.neo4j.bolt.connection.message.RouteMessage
 
impersonatedUser() - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters
An optional impersonated user.
indexesAdded() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of indexes added to the schema.
indexesRemoved() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of indexes removed from the schema.
INFORMATION - Enum constant in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
 
INFORMATION - Static variable in record class org.neo4j.bolt.connection.NotificationSeverity
 
INTEGER - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
isEmpty() - Method in interface org.neo4j.bolt.connection.values.Value
 
isHttp(BoltProtocolVersion) - Static method in class org.neo4j.bolt.connection.BoltProtocolVersion
 
isNull() - Method in interface org.neo4j.bolt.connection.values.Value
 
isoDuration(long, long, long, int) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
IsoDuration - Interface in org.neo4j.bolt.connection.values
 

K

kerberos(String, ValueFactory) - Static method in class org.neo4j.bolt.connection.AuthTokens
 
keys() - Method in interface org.neo4j.bolt.connection.summary.RunSummary
 
keys() - Method in interface org.neo4j.bolt.connection.values.Value
 

L

labelsAdded() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of labels added to nodes.
labelsRemoved() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of labels removed from nodes.
language() - Method in record class org.neo4j.bolt.connection.BoltAgent
Returns the value of the language record component.
languageDetails() - Method in record class org.neo4j.bolt.connection.BoltAgent
Returns the value of the languageDetails record component.
level() - Method in record class org.neo4j.bolt.connection.NotificationSeverity
Returns the value of the level record component.
LIST - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
ListenerEvent<T> - Interface in org.neo4j.bolt.connection
 
LOCAL_DATE_TIME - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
LOCAL_DEFAULT - Static variable in class org.neo4j.bolt.connection.BoltServerAddress
 
LOCAL_TIME - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
LoggingProvider - Interface in org.neo4j.bolt.connection
 
logoff() - Static method in class org.neo4j.bolt.connection.message.Messages
 
LogoffMessage - Interface in org.neo4j.bolt.connection.message
 
logoffSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the logoffSummary record component.
LogoffSummary - Interface in org.neo4j.bolt.connection.summary
 
logon(AuthToken) - Static method in class org.neo4j.bolt.connection.message.Messages
 
LogonMessage - Interface in org.neo4j.bolt.connection.message
 
logonSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the logonSummary record component.
LogonSummary - Interface in org.neo4j.bolt.connection.summary
 

M

MANAGED_TRANSACTION - Enum constant in enum class org.neo4j.bolt.connection.TelemetryApi
 
MAP - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
message() - Method in record class org.neo4j.bolt.connection.GqlError
Returns the value of the message record component.
Message - Interface in org.neo4j.bolt.connection.message
 
Messages - Class in org.neo4j.bolt.connection.message
 
metadata() - Method in interface org.neo4j.bolt.connection.summary.DiscardSummary
 
metadata() - Method in interface org.neo4j.bolt.connection.summary.PullSummary
 
minimumSeverity() - Method in record class org.neo4j.bolt.connection.NotificationConfig
Returns the value of the minimumSeverity record component.
minVersion() - Method in interface org.neo4j.bolt.connection.BoltConnectionParameters
An optional minimum BoltProtocolVersion that the connection must support.
MinVersionAcquisitionException - Exception Class in org.neo4j.bolt.connection.exception
 
MinVersionAcquisitionException(String, BoltProtocolVersion) - Constructor for exception class org.neo4j.bolt.connection.exception.MinVersionAcquisitionException
 
months() - Method in interface org.neo4j.bolt.connection.values.IsoDuration
 

N

name() - Method in interface org.neo4j.bolt.connection.message.Message
Returns message name.
NAME - Static variable in interface org.neo4j.bolt.connection.message.BeginMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.CommitMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.DiscardMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.LogoffMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.LogonMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.PullMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.ResetMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.RollbackMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.RouteMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.RunMessage
 
NAME - Static variable in interface org.neo4j.bolt.connection.message.TelemetryMessage
 
nanoseconds() - Method in interface org.neo4j.bolt.connection.values.IsoDuration
 
NO_CHECKS - Enum constant in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
Don't do any OCSP revocation checks, regardless whether there are stapled revocation statuses or not.
node(long, String, Collection<String>, Map<String, Value>) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
Node - Interface in org.neo4j.bolt.connection.values
 
NODE - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
nodesCreated() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of nodes created.
nodesDeleted() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of nodes deleted.
none(ValueFactory) - Static method in class org.neo4j.bolt.connection.AuthTokens
 
NotificationClassification - Record Class in org.neo4j.bolt.connection
 
NotificationClassification(NotificationClassification.Type) - Constructor for record class org.neo4j.bolt.connection.NotificationClassification
Creates an instance of a NotificationClassification record class.
NotificationClassification.Type - Enum Class in org.neo4j.bolt.connection
 
notificationConfig() - Method in interface org.neo4j.bolt.connection.message.BeginMessage
 
notificationConfig() - Method in interface org.neo4j.bolt.connection.message.RunMessage.Extra
 
NotificationConfig - Record Class in org.neo4j.bolt.connection
 
NotificationConfig(NotificationSeverity, Set<NotificationClassification>) - Constructor for record class org.neo4j.bolt.connection.NotificationConfig
Creates an instance of a NotificationConfig record class.
NotificationSeverity - Record Class in org.neo4j.bolt.connection
 
NotificationSeverity(NotificationSeverity.Type, int) - Constructor for record class org.neo4j.bolt.connection.NotificationSeverity
Creates an instance of a NotificationSeverity record class.
NotificationSeverity.Type - Enum Class in org.neo4j.bolt.connection
 
NULL - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
number() - Method in interface org.neo4j.bolt.connection.message.DiscardMessage
 
NUMBER - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 

O

Observation - Interface in org.neo4j.bolt.connection.observation
An observation of execution.
ObservationProvider - Interface in org.neo4j.bolt.connection.observation
An observation provider responsible for managing new and existing Observation instances.
OFF - Enum constant in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
 
OFF - Static variable in record class org.neo4j.bolt.connection.NotificationSeverity
 
onBeginSummary(BeginSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onBeginSummary(BeginSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onCommitSummary(CommitSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onCommitSummary(CommitSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onComplete() - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onComplete() - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onDiscardSummary(DiscardSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onDiscardSummary(DiscardSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onError(Throwable) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onError(Throwable) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onHeaders(Map<String, List<String>>) - Method in interface org.neo4j.bolt.connection.observation.HttpExchangeObservation
Sets request headers.
onIgnored() - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onIgnored() - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onLogoffSummary(LogoffSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onLogoffSummary(LogoffSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onLogonSummary(LogonSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onLogonSummary(LogonSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onPullSummary(PullSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onPullSummary(PullSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onRecord() - Method in interface org.neo4j.bolt.connection.observation.BoltExchangeObservation
A notification of Bolt RECORD receipt.
onRecord(List<Value>) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onRecord(List<Value>) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onResetSummary(ResetSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onResetSummary(ResetSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onResponse(HttpExchangeObservation.Response) - Method in interface org.neo4j.bolt.connection.observation.HttpExchangeObservation
onRollbackSummary(RollbackSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onRollbackSummary(RollbackSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onRouteSummary(RouteSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onRouteSummary(RouteSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onRunSummary(RunSummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onRunSummary(RunSummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onSummary(String) - Method in interface org.neo4j.bolt.connection.observation.BoltExchangeObservation
A notification of Bolt message summary receipt.
onTelemetrySummary(TelemetrySummary) - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
onTelemetrySummary(TelemetrySummary) - Method in interface org.neo4j.bolt.connection.ResponseHandler
 
onWrite(String) - Method in interface org.neo4j.bolt.connection.observation.BoltExchangeObservation
A notification of a successful Bolt message write.
OPEN - Enum constant in enum class org.neo4j.bolt.connection.BoltConnectionState
 
org.neo4j.bolt.connection - module org.neo4j.bolt.connection
The Neo4j Bolt Connection module.
org.neo4j.bolt.connection - package org.neo4j.bolt.connection
 
org.neo4j.bolt.connection.exception - package org.neo4j.bolt.connection.exception
 
org.neo4j.bolt.connection.message - package org.neo4j.bolt.connection.message
 
org.neo4j.bolt.connection.observation - package org.neo4j.bolt.connection.observation
 
org.neo4j.bolt.connection.ssl - package org.neo4j.bolt.connection.ssl
 
org.neo4j.bolt.connection.summary - package org.neo4j.bolt.connection.summary
 
org.neo4j.bolt.connection.values - package org.neo4j.bolt.connection.values
 

P

parameters() - Method in interface org.neo4j.bolt.connection.message.RunMessage
 
path(List<Segment>, List<Node>, List<Relationship>) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
Path - Interface in org.neo4j.bolt.connection.values
 
PATH - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
PERFORMANCE - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
 
platform() - Method in record class org.neo4j.bolt.connection.BoltAgent
Returns the value of the platform record component.
point(int, double, double) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
point(int, double, double, double) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
Point - Interface in org.neo4j.bolt.connection.values
 
POINT - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
port - Variable in class org.neo4j.bolt.connection.BoltServerAddress
 
port() - Method in class org.neo4j.bolt.connection.BoltServerAddress
 
product() - Method in record class org.neo4j.bolt.connection.BoltAgent
Returns the value of the product record component.
propertiesSet() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of properties (on both nodes and relationships) set.
protocolVersion() - Method in interface org.neo4j.bolt.connection.BoltConnection
 
pull(long, long) - Static method in class org.neo4j.bolt.connection.message.Messages
 
PullMessage - Interface in org.neo4j.bolt.connection.message
 
pullSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the pullSummary record component.
PullSummary - Interface in org.neo4j.bolt.connection.summary
 

Q

qid() - Method in interface org.neo4j.bolt.connection.message.DiscardMessage
 
qid() - Method in interface org.neo4j.bolt.connection.message.PullMessage
 
query() - Method in interface org.neo4j.bolt.connection.message.RunMessage
 
queryId() - Method in interface org.neo4j.bolt.connection.summary.RunSummary
 

R

READ - Enum constant in enum class org.neo4j.bolt.connection.AccessMode
 
readers() - Method in class org.neo4j.bolt.connection.ClusterComposition
 
relationship(long, String, long, String, long, String, String, Map<String, Value>) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
Relationship - Interface in org.neo4j.bolt.connection.values
 
RELATIONSHIP - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
relationshipsCreated() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of relationships created.
relationshipsDeleted() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of relationships deleted.
request() - Method in interface org.neo4j.bolt.connection.message.PullMessage
 
reset() - Static method in class org.neo4j.bolt.connection.message.Messages
 
ResetMessage - Interface in org.neo4j.bolt.connection.message
 
resetSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the resetSummary record component.
ResetSummary - Interface in org.neo4j.bolt.connection.summary
 
resolve(String) - Method in class org.neo4j.bolt.connection.DefaultDomainNameResolver
 
resolve(String) - Method in interface org.neo4j.bolt.connection.DomainNameResolver
Resolve the given domain name to a set of addresses.
ResponseHandler - Interface in org.neo4j.bolt.connection
 
resultAvailableAfter() - Method in interface org.neo4j.bolt.connection.summary.RunSummary
 
ResultSummary - Interface in org.neo4j.bolt.connection
The result summary of running a query.
RevocationCheckingStrategy - Enum Class in org.neo4j.bolt.connection.ssl
 
rollback() - Static method in class org.neo4j.bolt.connection.message.Messages
 
RollbackMessage - Interface in org.neo4j.bolt.connection.message
 
rollbackSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the rollbackSummary record component.
RollbackSummary - Interface in org.neo4j.bolt.connection.summary
 
route(String, String, Set<String>) - Static method in class org.neo4j.bolt.connection.message.Messages
 
RoutedBoltConnectionParameters - Interface in org.neo4j.bolt.connection
An extended BoltConnectionParameters version that includes Neo4j routing parameters and is used by BoltConnectionSource instances that implement routing.
RoutedBoltConnectionParameters.Builder - Interface in org.neo4j.bolt.connection
A builder for creating RoutedBoltConnectionParameters.
RouteMessage - Interface in org.neo4j.bolt.connection.message
 
routers() - Method in class org.neo4j.bolt.connection.ClusterComposition
 
routeSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the routeSummary record component.
RouteSummary - Interface in org.neo4j.bolt.connection.summary
 
run(String, Map<String, Value>) - Static method in class org.neo4j.bolt.connection.message.Messages
 
run(String, AccessMode, String, Set<String>, String, Map<String, Value>, Duration, Map<String, Value>, NotificationConfig) - Static method in class org.neo4j.bolt.connection.message.Messages
 
RunMessage - Interface in org.neo4j.bolt.connection.message
 
RunMessage.Extra - Interface in org.neo4j.bolt.connection.message
 
runSummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the runSummary record component.
RunSummary - Interface in org.neo4j.bolt.connection.summary
 

S

SCHEMA - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
 
scopedObservation() - Method in interface org.neo4j.bolt.connection.observation.ObservationProvider
Returns an observation from the current scope if there is any.
seconds() - Method in interface org.neo4j.bolt.connection.values.IsoDuration
 
SECURITY - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
 
SecurityPlan - Interface in org.neo4j.bolt.connection
A SecurityPlan consists of encryption and trust details.
SecurityPlans - Class in org.neo4j.bolt.connection
 
segment(Node, Relationship, Node) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
Segment - Interface in org.neo4j.bolt.connection.values
 
serverAddress() - Method in interface org.neo4j.bolt.connection.BoltConnection
 
serverAgent() - Method in interface org.neo4j.bolt.connection.BoltConnection
 
serverSideRoutingEnabled() - Method in interface org.neo4j.bolt.connection.BoltConnection
Returns whether server-side routing is enabled for this connection.
setReadTimeout(Duration) - Method in interface org.neo4j.bolt.connection.BoltConnection
 
setStartAndEnd(long, String, long, String) - Method in interface org.neo4j.bolt.connection.values.Relationship
 
size() - Method in interface org.neo4j.bolt.connection.values.Value
 
srid() - Method in interface org.neo4j.bolt.connection.values.Point
 
sslContext() - Method in interface org.neo4j.bolt.connection.SecurityPlan
Returns SSLContext that must be used.
SSLContexts - Class in org.neo4j.bolt.connection.ssl
 
start() - Method in interface org.neo4j.bolt.connection.ListenerEvent
 
state() - Method in interface org.neo4j.bolt.connection.BoltConnection
 
statusCode() - Method in interface org.neo4j.bolt.connection.observation.HttpExchangeObservation.Response
Returns response status code.
statusDescription() - Method in exception class org.neo4j.bolt.connection.exception.BoltGqlErrorException
 
statusDescription() - Method in record class org.neo4j.bolt.connection.GqlError
Returns the value of the statusDescription record component.
stop() - Method in interface org.neo4j.bolt.connection.observation.Observation
Stops the observation.
STRICT - Enum constant in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
Require stapled revocation status and verify OCSP revocation checks, fail if no revocation status is stapled to the certificate.
STRING - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
summaries() - Method in class org.neo4j.bolt.connection.BasicResponseHandler
 
Summaries(BeginSummary, RunSummary, List<List<Value>>, PullSummary, DiscardSummary, CommitSummary, RollbackSummary, ResetSummary, RouteSummary, LogoffSummary, LogonSummary, TelemetrySummary, int) - Constructor for record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Creates an instance of a Summaries record class.
SummaryCounters - Interface in org.neo4j.bolt.connection
Contains counters for various operations that a query triggered.
supplyInScope(ImmutableObservation, Supplier<T>) - Method in interface org.neo4j.bolt.connection.observation.ObservationProvider
Runs the supplied logic in a scope of the given observation.
supports(String) - Method in interface org.neo4j.bolt.connection.BoltConnectionProviderFactory
Indicates if BoltConnectionProvider instances created by this factory support the given URI scheme.
supportsMultiDb() - Method in interface org.neo4j.bolt.connection.BoltConnectionSource
Checks if there is a BoltConnection that supports multi database feature.
supportsSessionAuth() - Method in interface org.neo4j.bolt.connection.BoltConnectionSource
Checks if there is a BoltConnection that supports re-auth feature.
systemDatabase() - Static method in interface org.neo4j.bolt.connection.DatabaseName
Returns the system database.
systemUpdates() - Method in interface org.neo4j.bolt.connection.SummaryCounters
Returns the number of system updates performed by this query.

T

telemetry(TelemetryApi) - Static method in class org.neo4j.bolt.connection.message.Messages
 
TelemetryApi - Enum Class in org.neo4j.bolt.connection
An enum of valid telemetry metrics.
TelemetryMessage - Interface in org.neo4j.bolt.connection.message
 
telemetrySummary() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the telemetrySummary record component.
TelemetrySummary - Interface in org.neo4j.bolt.connection.summary
 
telemetrySupported() - Method in interface org.neo4j.bolt.connection.BoltConnection
 
TIME - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
toInt() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
 
toIntRange(BoltProtocolVersion) - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
 
TOPOLOGY - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
 
toString() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns a string representation of this record class.
toString() - Method in record class org.neo4j.bolt.connection.BoltAgent
Returns a string representation of this record class.
toString() - Method in class org.neo4j.bolt.connection.BoltProtocolVersion
 
toString() - Method in class org.neo4j.bolt.connection.BoltServerAddress
 
toString() - Method in class org.neo4j.bolt.connection.ClusterComposition
 
toString() - Method in record class org.neo4j.bolt.connection.GqlError
Returns a string representation of this record class.
toString() - Method in record class org.neo4j.bolt.connection.NotificationClassification
Returns a string representation of this record class.
toString() - Method in record class org.neo4j.bolt.connection.NotificationConfig
Returns a string representation of this record class.
toString() - Method in record class org.neo4j.bolt.connection.NotificationSeverity
Returns a string representation of this record class.
totalCount() - Method in interface org.neo4j.bolt.connection.SummaryCounters
 
transactionType() - Method in interface org.neo4j.bolt.connection.message.BeginMessage
 
TransactionType - Enum Class in org.neo4j.bolt.connection
 
TrustManagerFactories - Class in org.neo4j.bolt.connection.ssl
 
txMetadata() - Method in interface org.neo4j.bolt.connection.message.BeginMessage
 
txMetadata() - Method in interface org.neo4j.bolt.connection.message.RunMessage.Extra
 
txTimeout() - Method in interface org.neo4j.bolt.connection.message.BeginMessage
 
txTimeout() - Method in interface org.neo4j.bolt.connection.message.RunMessage.Extra
 
type() - Method in record class org.neo4j.bolt.connection.NotificationClassification
Returns the value of the type record component.
type() - Method in record class org.neo4j.bolt.connection.NotificationSeverity
Returns the value of the type record component.
Type - Enum Class in org.neo4j.bolt.connection.values
 

U

UNCONSTRAINED - Enum constant in enum class org.neo4j.bolt.connection.TransactionType
 
unicastStream() - Method in class org.neo4j.bolt.connection.BoltServerAddress
Create a stream of unicast addresses.
UNKNOWN - Enum constant in enum class org.neo4j.bolt.connection.GqlStatusError
 
UNMANAGED_TRANSACTION - Enum constant in enum class org.neo4j.bolt.connection.TelemetryApi
 
UNRECOGNIZED - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
 
UNSUPPORTED - Enum constant in enum class org.neo4j.bolt.connection.NotificationClassification.Type
 
unsupportedDateTimeValue(DateTimeException) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 

V

value(boolean) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(byte[]) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(double) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(long) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(Object) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(String) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(Duration) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(LocalDate) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(LocalDateTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(LocalTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(OffsetDateTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(OffsetTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(Period) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(ZonedDateTime) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(List<Value>) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(Map<String, Value>) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(Node) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(Path) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(Relationship) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
value(Vector) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
Value - Interface in org.neo4j.bolt.connection.values
 
ValueFactory - Interface in org.neo4j.bolt.connection.values
 
valueOf(String) - Static method in enum class org.neo4j.bolt.connection.AccessMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.neo4j.bolt.connection.BoltConnectionState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.neo4j.bolt.connection.GqlStatusError
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.neo4j.bolt.connection.NotificationClassification.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in record class org.neo4j.bolt.connection.NotificationClassification
 
valueOf(String) - Static method in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in record class org.neo4j.bolt.connection.NotificationSeverity
 
valueOf(String) - Static method in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.neo4j.bolt.connection.TelemetryApi
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.neo4j.bolt.connection.TransactionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.neo4j.bolt.connection.values.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.neo4j.bolt.connection.AccessMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.neo4j.bolt.connection.BoltConnectionState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.neo4j.bolt.connection.GqlStatusError
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.neo4j.bolt.connection.NotificationClassification.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.neo4j.bolt.connection.TelemetryApi
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.neo4j.bolt.connection.TransactionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.neo4j.bolt.connection.values.Type
Returns an array containing the constants of this enum class, in the order they are declared.
valuesList() - Method in record class org.neo4j.bolt.connection.BasicResponseHandler.Summaries
Returns the value of the valuesList record component.
vector(Class<?>, Object) - Method in interface org.neo4j.bolt.connection.values.ValueFactory
 
Vector - Interface in org.neo4j.bolt.connection.values
Represents Neo4j Vector type.
VECTOR - Enum constant in enum class org.neo4j.bolt.connection.values.Type
 
VERIFY_IF_PRESENT - Enum constant in enum class org.neo4j.bolt.connection.ssl.RevocationCheckingStrategy
Verify OCSP revocation checks when the revocation status is stapled to the certificate, continue if not.
verifyConnectivity() - Method in interface org.neo4j.bolt.connection.BoltConnectionSource
Verifies connectivity.
verifyHostname() - Method in interface org.neo4j.bolt.connection.SecurityPlan
Indicates if hostname verification must be done.
version() - Method in exception class org.neo4j.bolt.connection.exception.MinVersionAcquisitionException
 

W

WARNING - Enum constant in enum class org.neo4j.bolt.connection.NotificationSeverity.Type
 
WARNING - Static variable in record class org.neo4j.bolt.connection.NotificationSeverity
 
withAccessMode(AccessMode) - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
Sets an AccessMode that the connection must support.
withAuthToken(AuthToken) - Method in interface org.neo4j.bolt.connection.BoltConnectionParameters.Builder
Sets an AuthToken that the given connection must use.
withAuthToken(AuthToken) - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
Sets an AuthToken that the given connection must use.
withBookmarks(Set<String>) - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
Sets routing bookmarks.
withDatabaseName(DatabaseName) - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
Sets a database that the connection must lead to.
withDatabaseNameListener(Consumer<DatabaseName>) - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
Sets a database name consumer that will be notified with the database name used for the given connection.
withHomeDatabaseHint(String) - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
Sets a home database name hint.
withImpersonatedUser(String) - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
Sets impersonated user.
withMinVersion(BoltProtocolVersion) - Method in interface org.neo4j.bolt.connection.BoltConnectionParameters.Builder
Sets an optional minimum BoltProtocolVersion that the connection must support.
withMinVersion(BoltProtocolVersion) - Method in interface org.neo4j.bolt.connection.RoutedBoltConnectionParameters.Builder
Sets an optional minimum BoltProtocolVersion that the connection must support.
write(List<Message>) - Method in interface org.neo4j.bolt.connection.BoltConnection
 
write(Message) - Method in interface org.neo4j.bolt.connection.BoltConnection
 
WRITE - Enum constant in enum class org.neo4j.bolt.connection.AccessMode
 
writeAndFlush(ResponseHandler, List<Message>, ImmutableObservation) - Method in interface org.neo4j.bolt.connection.BoltConnection
 
writeAndFlush(ResponseHandler, Message, ImmutableObservation) - Method in interface org.neo4j.bolt.connection.BoltConnection
 
writers() - Method in class org.neo4j.bolt.connection.ClusterComposition
 

X

x() - Method in interface org.neo4j.bolt.connection.values.Point
 

Y

y() - Method in interface org.neo4j.bolt.connection.values.Point
 

Z

z() - Method in interface org.neo4j.bolt.connection.values.Point
 
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form