Uses of Annotation Interface
org.neo4j.driver.util.Experimental
Packages that use Experimental
-
Uses of Experimental in org.neo4j.driver
Classes in org.neo4j.driver with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceKeeps track of bookmarks and is used by the driver to ensure causal consistency between sessions and query executions.final classSetups new instances ofBookmarkManager.interfaceProvides connection pool metrics such as connection created, current in use etc.interfaceProvides driver internal metrics.Methods in org.neo4j.driver with annotations of type ExperimentalModifier and TypeMethodDescriptionSessionConfig.bookmarkManager()ABookmarkManagerimplementation for the session to use.Driver.defaultTypeSystem()This will return the type system supported by the driver.booleanTest if this value is a value of the given typeValue.type()SessionConfig.Builder.withBookmarkManager(BookmarkManager bookmarkManager) Sets aBookmarkManagerimplementation for the session to use.Config.ConfigBuilder.withMetricsAdapter(MetricsAdapter metricsAdapter) Enable driver metrics with givenMetricsAdapter. -
Uses of Experimental in org.neo4j.driver.types
Classes in org.neo4j.driver.types with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceThe type of aValueas defined by the Cypher languageinterfaceA listing of all database types this driver can handle.