Uses of Interface
io.lettuce.core.metrics.CommandLatencyCollector
| Package | Description |
|---|---|
| io.lettuce.core.event.metrics |
Metric events and publishing.
|
| io.lettuce.core.metrics |
Collectors for client metrics.
|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
-
Uses of CommandLatencyCollector in io.lettuce.core.event.metrics
Constructors in io.lettuce.core.event.metrics with parameters of type CommandLatencyCollector Constructor Description DefaultCommandLatencyEventPublisher(EventExecutorGroup eventExecutorGroup, EventPublisherOptions options, EventBus eventBus, CommandLatencyCollector commandLatencyCollector) -
Uses of CommandLatencyCollector in io.lettuce.core.metrics
Classes in io.lettuce.core.metrics that implement CommandLatencyCollector Modifier and Type Class Description classDefaultCommandLatencyCollectorDefault implementation of aCommandLatencyCollectorfor command latencies.Methods in io.lettuce.core.metrics that return CommandLatencyCollector Modifier and Type Method Description static CommandLatencyCollectorCommandLatencyCollector. create(CommandLatencyCollectorOptions options)Creates a newCommandLatencyCollectorusingCommandLatencyCollectorOptions.static CommandLatencyCollectorCommandLatencyCollector. disabled()Deprecated.static CommandLatencyCollectorDefaultCommandLatencyCollector. disabled()Returns a disabled no-opCommandLatencyCollector. -
Uses of CommandLatencyCollector in io.lettuce.core.resource
Methods in io.lettuce.core.resource with parameters of type CommandLatencyCollector Modifier and Type Method Description default ClientResources.BuilderClientResources.Builder. commandLatencyCollector(CommandLatencyCollector commandLatencyCollector)Deprecated.since 6.0, useClientResources.Builder.commandLatencyRecorder(CommandLatencyRecorder)instead.
CommandLatencyRecorder.disabled()instead.