| Package | Description |
|---|---|
| io.lettuce.core.metrics |
Collectors for client metrics.
|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandLatencyCollector
MetricCollector for command latencies. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCommandLatencyCollector
Default implementation of a
CommandLatencyCollector for command latencies. |
| Modifier and Type | Method and Description |
|---|---|
static CommandLatencyRecorder |
CommandLatencyRecorder.disabled()
Returns a disabled no-op
CommandLatencyRecorder. |
| Modifier and Type | Method and Description |
|---|---|
CommandLatencyRecorder |
ClientResources.commandLatencyRecorder()
Return the
CommandLatencyRecorder. |
CommandLatencyRecorder |
DefaultClientResources.commandLatencyRecorder() |
| Modifier and Type | Method and Description |
|---|---|
ClientResources.Builder |
ClientResources.Builder.commandLatencyRecorder(CommandLatencyRecorder latencyRecorder)
Sets the
CommandLatencyRecorder that can that can be used across different instances of the RedisClient. |
DefaultClientResources.Builder |
DefaultClientResources.Builder.commandLatencyRecorder(CommandLatencyRecorder commandLatencyRecorder)
Sets the
CommandLatencyRecorder that can that can be used across different instances of the RedisClient. |
Copyright © 2022 lettuce.io. All rights reserved.