Uses of Class
io.split.telemetry.domain.enums.MethodEnum
-
Packages that use MethodEnum Package Description io.split.storages.pluggable.adapters io.split.telemetry.domain.enums io.split.telemetry.storage -
-
Uses of MethodEnum in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters with parameters of type MethodEnum Modifier and Type Method Description voidUserCustomTelemetryAdapterProducer. recordException(MethodEnum method)voidUserCustomTelemetryAdapterProducer. recordLatency(MethodEnum method, long latency) -
Uses of MethodEnum in io.split.telemetry.domain.enums
Methods in io.split.telemetry.domain.enums that return MethodEnum Modifier and Type Method Description static MethodEnumMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MethodEnum[]MethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MethodEnum in io.split.telemetry.storage
Methods in io.split.telemetry.storage with parameters of type MethodEnum Modifier and Type Method Description voidInMemoryTelemetryStorage. recordException(MethodEnum method)voidNoopTelemetryStorage. recordException(MethodEnum method)voidTelemetryEvaluationProducer. recordException(MethodEnum method)voidInMemoryTelemetryStorage. recordLatency(MethodEnum method, long latency)voidNoopTelemetryStorage. recordLatency(MethodEnum method, long latency)voidTelemetryEvaluationProducer. recordLatency(MethodEnum method, long latency)
-