Package io.dropwizard.redis.metrics
Interface CommandLatencyRecorderFactory
-
- All Superinterfaces:
io.dropwizard.jackson.Discoverable
- All Known Implementing Classes:
DefaultCommandLatencyCollectorFactory,DropwizardCommandLatencyRecorderFactory
public interface CommandLatencyRecorderFactory extends io.dropwizard.jackson.Discoverable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.lettuce.core.metrics.CommandLatencyRecorderbuild(com.codahale.metrics.MetricRegistry metricRegistry)
-