Class DefaultClientResourcesFactory
- java.lang.Object
-
- io.dropwizard.redis.clientresources.ClientResourcesFactory
-
- io.dropwizard.redis.clientresources.DefaultClientResourcesFactory
-
- All Implemented Interfaces:
io.dropwizard.jackson.Discoverable
public class DefaultClientResourcesFactory extends ClientResourcesFactory
-
-
Field Summary
-
Fields inherited from class io.dropwizard.redis.clientresources.ClientResourcesFactory
commandLatencyRecorder, computationThreads, delay, eventBusFactory, eventExecutorGroup, eventLoopGroupProvider, eventPublisherOptions, ioThreads
-
-
Constructor Summary
Constructors Constructor Description DefaultClientResourcesFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.lettuce.core.resource.ClientResourcesbuild(String name, com.codahale.metrics.MetricRegistry metrics, @Nullable brave.Tracing tracing)-
Methods inherited from class io.dropwizard.redis.clientresources.ClientResourcesFactory
getCommandLatencyRecorder, getComputationThreads, getDelay, getEventBusFactory, getEventExecutorGroup, getEventLoopGroupProvider, getEventPublisherOptions, getIoThreads, setCommandLatencyRecorder, setComputationThreads, setDelay, setEventBusFactory, setEventExecutorGroup, setEventLoopGroupProvider, setEventPublisherOptions, setIoThreads
-
-
-
-
Method Detail
-
build
public io.lettuce.core.resource.ClientResources build(String name, com.codahale.metrics.MetricRegistry metrics, @Nullable brave.Tracing tracing)
- Specified by:
buildin classClientResourcesFactory
-
-