Uses of Annotation Interface
org.neo4j.driver.util.Experimental
Packages that use Experimental
Package
Description
-
Uses of Experimental in org.neo4j.driver
Classes in org.neo4j.driver with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterface
Provides connection pool metrics such as connection created, current in use etc.interface
Provides driver internal metrics.Methods in org.neo4j.driver with annotations of type ExperimentalModifier and TypeMethodDescriptionDriver.defaultTypeSystem()
Deprecated.Config.ConfigBuilder.withMetricsAdapter
(MetricsAdapter metricsAdapter) Enable driver metrics with givenMetricsAdapter
. -
Uses of Experimental in org.neo4j.driver.exceptions
Methods in org.neo4j.driver.exceptions with annotations of type ExperimentalModifier and TypeMethodDescriptionSecurityRetryableException.securityException()
Returns the original security exception. -
Uses of Experimental in org.neo4j.driver.internal.blockhound
Classes in org.neo4j.driver.internal.blockhound with annotations of type Experimental
TypeSystem.getDefault()