Uses of Enum Class
org.neo4j.driver.MetricsAdapter
-
Uses of MetricsAdapter in org.neo4j.driver
Modifier and TypeMethodDescriptionConfig.metricsAdapter()
Returns theMetricsAdapter
.static MetricsAdapter
Returns the enum constant of this class with the specified name.static MetricsAdapter[]
MetricsAdapter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConfig.ConfigBuilder.withMetricsAdapter
(MetricsAdapter metricsAdapter) Enable driver metrics with givenMetricsAdapter
.