Uses of Class
io.dropwizard.redis.clientresources.ClientResourcesFactory
-
Packages that use ClientResourcesFactory Package Description io.dropwizard.redis io.dropwizard.redis.clientresources -
-
Uses of ClientResourcesFactory in io.dropwizard.redis
Fields in io.dropwizard.redis declared as ClientResourcesFactory Modifier and Type Field Description protected @Valid @NotNull ClientResourcesFactoryAbstractRedisClientFactory. clientResourcesMethods in io.dropwizard.redis that return ClientResourcesFactory Modifier and Type Method Description ClientResourcesFactoryAbstractRedisClientFactory. getClientResources()Methods in io.dropwizard.redis with parameters of type ClientResourcesFactory Modifier and Type Method Description voidAbstractRedisClientFactory. setClientResources(ClientResourcesFactory clientResources) -
Uses of ClientResourcesFactory in io.dropwizard.redis.clientresources
Subclasses of ClientResourcesFactory in io.dropwizard.redis.clientresources Modifier and Type Class Description classDefaultClientResourcesFactory
-