Uses of Enum Class
io.helidon.telemetry.otelconfig.CompressionType
Packages that use CompressionType
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of CompressionType in io.helidon.telemetry.otelconfig
Methods in io.helidon.telemetry.otelconfig that return CompressionTypeModifier and TypeMethodDescriptionstatic CompressionTypeReturns the enum constant of this class with the specified name.static CompressionType[]CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.telemetry.otelconfig that return types with arguments of type CompressionTypeModifier and TypeMethodDescriptionOtlpExporterConfig.BuilderBase.compression()Compression the exporter uses.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl.compression()OtlpExporterConfig.compression()Compression the exporter uses.ZipkinExporterConfig.BuilderBase.compression()Compression type.ZipkinExporterConfig.BuilderBase.ZipkinExporterConfigImpl.compression()ZipkinExporterConfig.compression()Compression type.Methods in io.helidon.telemetry.otelconfig with parameters of type CompressionTypeModifier and TypeMethodDescriptionOtlpExporterConfig.BuilderBase.compression(CompressionType compression) Compression the exporter uses.ZipkinExporterConfig.BuilderBase.compression(CompressionType compression) Compression type.