Uses of Interface
io.dropwizard.redis.metrics.CommandLatencyRecorderFactory
-
Packages that use CommandLatencyRecorderFactory Package Description io.dropwizard.redis.clientresources io.dropwizard.redis.metrics -
-
Uses of CommandLatencyRecorderFactory in io.dropwizard.redis.clientresources
Fields in io.dropwizard.redis.clientresources declared as CommandLatencyRecorderFactory Modifier and Type Field Description protected @Valid @NotNull CommandLatencyRecorderFactoryClientResourcesFactory. commandLatencyRecorderMethods in io.dropwizard.redis.clientresources that return CommandLatencyRecorderFactory Modifier and Type Method Description CommandLatencyRecorderFactoryClientResourcesFactory. getCommandLatencyRecorder()Methods in io.dropwizard.redis.clientresources with parameters of type CommandLatencyRecorderFactory Modifier and Type Method Description voidClientResourcesFactory. setCommandLatencyRecorder(CommandLatencyRecorderFactory commandLatencyRecorder) -
Uses of CommandLatencyRecorderFactory in io.dropwizard.redis.metrics
Classes in io.dropwizard.redis.metrics that implement CommandLatencyRecorderFactory Modifier and Type Class Description classDefaultCommandLatencyCollectorFactoryclassDropwizardCommandLatencyRecorderFactory
-