Uses of Interface
io.lettuce.core.metrics.CommandLatencyRecorder
| Package | Description |
|---|---|
| io.lettuce.core.metrics |
Collectors for client metrics.
|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
-
Uses of CommandLatencyRecorder in io.lettuce.core.metrics
Subinterfaces of CommandLatencyRecorder in io.lettuce.core.metrics Modifier and Type Interface Description interfaceCommandLatencyCollectorMetricCollectorfor command latencies.Classes in io.lettuce.core.metrics that implement CommandLatencyRecorder Modifier and Type Class Description classDefaultCommandLatencyCollectorDefault implementation of aCommandLatencyCollectorfor command latencies.classMicrometerCommandLatencyRecorderMicrometer implementation ofCommandLatencyRecorderMethods in io.lettuce.core.metrics that return CommandLatencyRecorder Modifier and Type Method Description static CommandLatencyRecorderCommandLatencyRecorder. disabled()Returns a disabled no-opCommandLatencyRecorder. -
Uses of CommandLatencyRecorder in io.lettuce.core.resource
Methods in io.lettuce.core.resource that return CommandLatencyRecorder Modifier and Type Method Description CommandLatencyRecorderClientResources. commandLatencyRecorder()Return theCommandLatencyRecorder.CommandLatencyRecorderDefaultClientResources. commandLatencyRecorder()Methods in io.lettuce.core.resource with parameters of type CommandLatencyRecorder Modifier and Type Method Description ClientResources.BuilderClientResources.Builder. commandLatencyRecorder(CommandLatencyRecorder latencyRecorder)Sets theCommandLatencyRecorderthat can that can be used across different instances of the RedisClient.DefaultClientResources.BuilderDefaultClientResources.Builder. commandLatencyRecorder(CommandLatencyRecorder commandLatencyRecorder)Sets theCommandLatencyRecorderthat can that can be used across different instances of the RedisClient.