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.interfaceAn in-memory result of executing a Cypher query that has been consumed in full.interfaceProvides driver internal metrics.final classQuery configuration used byDriver.queryTask(String)and its variants.interfaceA task that executes a query in a managed transaction with automatic retries on retryable errors.static interfaceA function accepting theResult.keys(), collected result andResultSummaryvalues to produce a final result value.enumDefines routing mode for query.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 typeDriver.queryBookmarkManager()Returns an instance ofBookmarkManagerused byQueryTaskinstances by default.Creates a newQueryTaskinstance that executes a query in a managed transaction with automatic retries on retryable errors.Config.queryTaskBookmarkManager()ABookmarkManagerimplementation for the driver to use onDriver.queryTask(String)method and its variants by default.Value.type()SessionConfig.Builder.withBookmarkManager(BookmarkManager bookmarkManager) Sets aBookmarkManagerimplementation for the session to use.Config.ConfigBuilder.withMetricsAdapter(MetricsAdapter metricsAdapter) Enable driver metrics with givenMetricsAdapter.Config.ConfigBuilder.withQueryTaskBookmarkManager(BookmarkManager bookmarkManager) Sets aBookmarkManagerimplementation for the driver to use onDriver.queryTask(String)method and its variants by default. -
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.