Uses of Enum Class
org.neo4j.driver.MetricsAdapter
Packages that use MetricsAdapter
-
Uses of MetricsAdapter in org.neo4j.driver
Methods in org.neo4j.driver that return MetricsAdapterModifier and TypeMethodDescriptionConfig.metricsAdapter()static MetricsAdapterReturns 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.Methods in org.neo4j.driver with parameters of type MetricsAdapterModifier and TypeMethodDescriptionConfig.ConfigBuilder.withMetricsAdapter(MetricsAdapter metricsAdapter) Enable driver metrics with givenMetricsAdapter.