ClientResourcesFactory   ClientResourcesFactory 
Compiled from "ClientResourcesFactory.java" Compiled from "ClientResourcesFactory.java"
public abstract class io.dropwizard.redis.clientresources.ClientResourcesFa ctory implements io.dropwizard.jackson.Discoverable { public abstract class io.dropwizard.redis.clientresources.ClientResourcesFa ctory implements io.dropwizard.jackson.Discoverable {
protected io.dropwizard.redis.metrics.CommandLatencyCollectorFactory comm andLatencyCollector; protected io.dropwizard.redis.metrics.CommandLatencyRecorderFactory comma ndLatencyRecorder;
protected io.dropwizard.redis.metrics.EventPublisherOptionsFactory eventP ublisherOptions; protected io.dropwizard.redis.metrics.EventPublisherOptionsFactory eventP ublisherOptions;
protected io.dropwizard.redis.event.EventBusFactory eventBusFactory; protected io.dropwizard.redis.event.EventBusFactory eventBusFactory;
protected io.dropwizard.redis.netty.EventExecutorGroupFactory eventExecut orGroup; protected io.dropwizard.redis.netty.EventExecutorGroupFactory eventExecut orGroup;
protected io.dropwizard.redis.event.EventLoopGroupProviderFactory eventLo opGroupProvider; protected io.dropwizard.redis.event.EventLoopGroupProviderFactory eventLo opGroupProvider;
protected int computationThreads; protected int computationThreads;
protected int ioThreads; protected int ioThreads;
protected io.dropwizard.redis.delay.DelayFactory delay; protected io.dropwizard.redis.delay.DelayFactory delay;
public io.dropwizard.redis.clientresources.ClientResourcesFactory(); public io.dropwizard.redis.clientresources.ClientResourcesFactory();
public io.dropwizard.redis.metrics.CommandLatencyCollectorFactory getComm public io.dropwizard.redis.metrics.CommandLatencyRecorderFactory getComma
andLatencyCollector(); ndLatencyRecorder();
public void setCommandLatencyCollector(io.dropwizard.redis.metrics.Comman public void setCommandLatencyRecorder(io.dropwizard.redis.metrics.Command
dLatencyCollectorFactory); LatencyRecorderFactory);
public io.dropwizard.redis.metrics.EventPublisherOptionsFactory getEventP ublisherOptions(); public io.dropwizard.redis.metrics.EventPublisherOptionsFactory getEventP ublisherOptions();
public void setEventPublisherOptions(io.dropwizard.redis.metrics.EventPub lisherOptionsFactory); public void setEventPublisherOptions(io.dropwizard.redis.metrics.EventPub lisherOptionsFactory);
public io.dropwizard.redis.event.EventBusFactory getEventBusFactory(); public io.dropwizard.redis.event.EventBusFactory getEventBusFactory();
public void setEventBusFactory(io.dropwizard.redis.event.EventBusFactory) ; public void setEventBusFactory(io.dropwizard.redis.event.EventBusFactory) ;
public io.dropwizard.redis.netty.EventExecutorGroupFactory getEventExecut orGroup(); public io.dropwizard.redis.netty.EventExecutorGroupFactory getEventExecut orGroup();
public void setEventExecutorGroup(io.dropwizard.redis.netty.EventExecutor GroupFactory); public void setEventExecutorGroup(io.dropwizard.redis.netty.EventExecutor GroupFactory);
public io.dropwizard.redis.event.EventLoopGroupProviderFactory getEventLo opGroupProvider(); public io.dropwizard.redis.event.EventLoopGroupProviderFactory getEventLo opGroupProvider();
public void setEventLoopGroupProvider(io.dropwizard.redis.event.EventLoop GroupProviderFactory); public void setEventLoopGroupProvider(io.dropwizard.redis.event.EventLoop GroupProviderFactory);
public int getComputationThreads(); public int getComputationThreads();
public void setComputationThreads(int); public void setComputationThreads(int);
 End of changes. 2 change blocks. 
5 lines changed or deleted 5 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/