Module lettuce.core

Class DefaultCommandLatencyCollector

java.lang.Object
io.lettuce.core.metrics.DefaultCommandLatencyCollector
All Implemented Interfaces:
CommandLatencyCollector, CommandLatencyRecorder, MetricCollector<Map<CommandLatencyId,​CommandMetrics>>

public class DefaultCommandLatencyCollector
extends Object
implements CommandLatencyCollector
Default implementation of a CommandLatencyCollector for command latencies.
Author:
Mark Paluch