Uses of Enum Class
org.infinispan.telemetry.SpanCategory
Packages that use SpanCategory
-
Uses of SpanCategory in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type SpanCategoryModifier and TypeFieldDescriptionstatic final AttributeDefinition
<Set<SpanCategory>> TracingConfiguration.CATEGORIES
Methods in org.infinispan.configuration.cache that return types with arguments of type SpanCategoryMethods in org.infinispan.configuration.cache with parameters of type SpanCategoryModifier 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) -
Uses of SpanCategory in org.infinispan.telemetry
Methods in org.infinispan.telemetry that return SpanCategoryModifier 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.Constructors in org.infinispan.telemetry with parameters of type SpanCategory -
Uses of SpanCategory in org.infinispan.telemetry.impl
Methods in org.infinispan.telemetry.impl with parameters of type SpanCategory