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