Uses of Enum Class
org.infinispan.telemetry.SpanCategory
-
Uses of SpanCategory in org.infinispan.configuration.cache
Modifier and TypeFieldDescriptionstatic final AttributeDefinition
<Set<SpanCategory>> TracingConfiguration.CATEGORIES
Modifier and TypeMethodDescriptionTracingConfigurationBuilder.disableCategory
(SpanCategory category) Disable tracing for the given category on the given cache.TracingConfigurationBuilder.enableCategory
(SpanCategory category) Enable tracing for the given category on the given cache.boolean
TracingConfiguration.enabled
(SpanCategory category) Modifier and TypeMethodDescriptionvoid
TracingConfigurationBuilder.spanCategories
(Set<SpanCategory> spanCategories) -
Uses of SpanCategory in org.infinispan.telemetry
Modifier and TypeMethodDescriptionInfinispanSpanAttributes.category()
static SpanCategory
SpanCategory.fromString
(String value) static SpanCategory
Returns the enum constant of this class with the specified name.static SpanCategory[]
SpanCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SpanCategory in org.infinispan.telemetry.impl