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.
|
Constructor and Description |
---|
DefaultCommandLatencyEventPublisher(EventExecutorGroup eventExecutorGroup,
EventPublisherOptions options,
EventBus eventBus,
CommandLatencyCollector commandLatencyCollector) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommandLatencyCollector
Default implementation of a
CommandLatencyCollector for command latencies. |
Modifier and Type | Method and Description |
---|---|
static CommandLatencyCollector |
CommandLatencyCollector.create(CommandLatencyCollectorOptions options)
Creates a new
CommandLatencyCollector using CommandLatencyCollectorOptions . |
static CommandLatencyCollector |
CommandLatencyCollector.disabled()
Deprecated.
since 6.0, use
CommandLatencyRecorder.disabled() instead. |
static CommandLatencyCollector |
DefaultCommandLatencyCollector.disabled()
Returns a disabled no-op
CommandLatencyCollector . |
Modifier and Type | Method and Description |
---|---|
default ClientResources.Builder |
ClientResources.Builder.commandLatencyCollector(CommandLatencyCollector commandLatencyCollector)
Deprecated.
since 6.0, use
ClientResources.Builder.commandLatencyRecorder(CommandLatencyRecorder) instead. |
Copyright © 2023 lettuce.io. All rights reserved.