Uses of Enum Class
org.infinispan.configuration.global.TracingExporterProtocol
Packages that use TracingExporterProtocol
-
Uses of TracingExporterProtocol in org.infinispan.configuration.global
Fields in org.infinispan.configuration.global with type parameters of type TracingExporterProtocolModifier and TypeFieldDescriptionstatic final AttributeDefinition
<TracingExporterProtocol> GlobalTracingConfiguration.EXPORTER_PROTOCOL
Methods in org.infinispan.configuration.global that return TracingExporterProtocolModifier and TypeMethodDescriptionGlobalTracingConfiguration.exporterProtocol()
By default, the tracing spans will be exported applying the OTLP (OpenTelemetry Protocol).static TracingExporterProtocol
Returns the enum constant of this class with the specified name.static TracingExporterProtocol[]
TracingExporterProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.configuration.global with parameters of type TracingExporterProtocolModifier and TypeMethodDescriptionGlobalTracingConfigurationBuilder.exporterProtocol
(TracingExporterProtocol exporterProtocol)