Uses of Class
io.lettuce.core.metrics.CommandMetrics
| Package | Description |
|---|---|
| io.lettuce.core.event.metrics |
Metric events and publishing.
|
| io.lettuce.core.metrics |
Collectors for client metrics.
|
-
Uses of CommandMetrics in io.lettuce.core.event.metrics
Methods in io.lettuce.core.event.metrics that return types with arguments of type CommandMetrics 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 CommandMetrics Constructor Description CommandLatencyEvent(Map<CommandLatencyId,CommandMetrics> latencies) -
Uses of CommandMetrics in io.lettuce.core.metrics
Methods in io.lettuce.core.metrics that return types with arguments of type CommandMetrics Modifier and Type Method Description Map<CommandLatencyId,CommandMetrics>DefaultCommandLatencyCollector. retrieveMetrics()