Uses of Enum Class
org.neo4j.driver.internal.bolt.api.TelemetryApi
Packages that use TelemetryApi
Package
Description
-
Uses of TelemetryApi in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async with parameters of type TelemetryApiModifier and TypeMethodDescriptionBoltConnectionWithAuthTokenManager.telemetry(TelemetryApi telemetryApi) TerminationAwareBoltConnection.telemetry(TelemetryApi telemetryApi) -
Uses of TelemetryApi in org.neo4j.driver.internal.bolt.api
Methods in org.neo4j.driver.internal.bolt.api that return TelemetryApiModifier and TypeMethodDescriptionstatic TelemetryApiReturns the enum constant of this class with the specified name.static TelemetryApi[]TelemetryApi.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.driver.internal.bolt.api with parameters of type TelemetryApi -
Uses of TelemetryApi in org.neo4j.driver.internal.bolt.basicimpl
Methods in org.neo4j.driver.internal.bolt.basicimpl with parameters of type TelemetryApi -
Uses of TelemetryApi in org.neo4j.driver.internal.bolt.pooledimpl
Methods in org.neo4j.driver.internal.bolt.pooledimpl with parameters of type TelemetryApi -
Uses of TelemetryApi in org.neo4j.driver.internal.bolt.routedimpl
Methods in org.neo4j.driver.internal.bolt.routedimpl with parameters of type TelemetryApi -
Uses of TelemetryApi in org.neo4j.driver.internal.telemetry
Methods in org.neo4j.driver.internal.telemetry that return TelemetryApiModifier and TypeMethodDescriptionApiTelemetryWork.telemetryApi()Returns the value of thetelemetryApirecord component.Constructors in org.neo4j.driver.internal.telemetry with parameters of type TelemetryApiModifierConstructorDescriptionApiTelemetryWork(TelemetryApi telemetryApi) ApiTelemetryWork(TelemetryApi telemetryApi, AtomicBoolean enabled, AtomicBoolean acknowledged) Creates an instance of aApiTelemetryWorkrecord class.