| Package | Description |
|---|---|
| io.split.storages.pluggable.adapters | |
| io.split.telemetry.domain.enums | |
| io.split.telemetry.storage |
| Modifier and Type | Method and Description |
|---|---|
void |
UserCustomTelemetryAdapterProducer.recordSyncLatency(HTTPLatenciesEnum resource,
long latency) |
| Modifier and Type | Method and Description |
|---|---|
HTTPLatenciesEnum |
HttpParamsWrapper.getHttpLatenciesEnum() |
static HTTPLatenciesEnum |
HTTPLatenciesEnum.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryTelemetryStorage.recordSyncLatency(HTTPLatenciesEnum resource,
long latency) |
void |
TelemetryRuntimeProducer.recordSyncLatency(HTTPLatenciesEnum resource,
long latency) |
void |
NoopTelemetryStorage.recordSyncLatency(HTTPLatenciesEnum resource,
long latency) |
Copyright © 2021. All rights reserved.