Package io.dropwizard.redis.metrics
Class DropwizardCommandLatencyRecorderFactory
- java.lang.Object
-
- io.dropwizard.redis.metrics.DropwizardCommandLatencyRecorderFactory
-
- All Implemented Interfaces:
io.dropwizard.jackson.Discoverable,CommandLatencyRecorderFactory
public class DropwizardCommandLatencyRecorderFactory extends Object implements CommandLatencyRecorderFactory
-
-
Constructor Summary
Constructors Constructor Description DropwizardCommandLatencyRecorderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.lettuce.core.metrics.CommandLatencyRecorderbuild(com.codahale.metrics.MetricRegistry metricRegistry)booleanisEnabled()voidsetEnabled(boolean enabled)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
build
public io.lettuce.core.metrics.CommandLatencyRecorder build(com.codahale.metrics.MetricRegistry metricRegistry)
- Specified by:
buildin interfaceCommandLatencyRecorderFactory
-
-