Uses of Class
io.lettuce.core.metrics.CommandLatencyId
| Package | Description |
|---|---|
| io.lettuce.core.event.metrics |
Metric events and publishing.
|
| io.lettuce.core.metrics |
Collectors for client metrics.
|
-
Uses of CommandLatencyId in io.lettuce.core.event.metrics
Methods in io.lettuce.core.event.metrics that return types with arguments of type CommandLatencyId Modifier and Type Method Description Map<CommandLatencyId,CommandMetrics>CommandLatencyEvent. getLatencies()Returns the latencies mapped betweenconnection/commandand themetrics.Constructor parameters in io.lettuce.core.event.metrics with type arguments of type CommandLatencyId Constructor Description CommandLatencyEvent(Map<CommandLatencyId,CommandMetrics> latencies) -
Uses of CommandLatencyId in io.lettuce.core.metrics
Methods in io.lettuce.core.metrics that return CommandLatencyId Modifier and Type Method Description static CommandLatencyIdCommandLatencyId. create(SocketAddress localAddress, SocketAddress remoteAddress, ProtocolKeyword commandType)Create a new instance ofCommandLatencyId.Methods in io.lettuce.core.metrics that return types with arguments of type CommandLatencyId Modifier and Type Method Description Map<CommandLatencyId,CommandMetrics>DefaultCommandLatencyCollector. retrieveMetrics()Methods in io.lettuce.core.metrics with parameters of type CommandLatencyId Modifier and Type Method Description intCommandLatencyId. compareTo(CommandLatencyId o)protected io.micrometer.core.instrument.TimerMicrometerCommandLatencyRecorder. completionTimer(CommandLatencyId commandLatencyId)protected io.micrometer.core.instrument.TimerMicrometerCommandLatencyRecorder. firstResponseTimer(CommandLatencyId commandLatencyId)