| Package | Description |
|---|---|
| io.lettuce.core.event.metrics |
Metric events and publishing.
|
| io.lettuce.core.metrics |
Collectors for client metrics.
|
| Modifier and Type | Method and Description |
|---|---|
Map<CommandLatencyId,CommandMetrics> |
CommandLatencyEvent.getLatencies()
Returns the latencies mapped between
connection/command and the metrics. |
| Constructor and Description |
|---|
CommandLatencyEvent(Map<CommandLatencyId,CommandMetrics> latencies) |
| Modifier and Type | Method and Description |
|---|---|
static CommandLatencyId |
CommandLatencyId.create(SocketAddress localAddress,
SocketAddress remoteAddress,
ProtocolKeyword commandType)
Create a new instance of
CommandLatencyId. |
| Modifier and Type | Method and Description |
|---|---|
Map<CommandLatencyId,CommandMetrics> |
DefaultCommandLatencyCollector.retrieveMetrics() |
| Modifier and Type | Method and Description |
|---|---|
int |
CommandLatencyId.compareTo(CommandLatencyId o) |
Copyright © 2020 lettuce.io. All rights reserved.