RedisClusterClientBundle   RedisClusterClientBundle 
Compiled from "RedisClusterClientBundle.java" Compiled from "RedisClusterClientBundle.java"
public abstract class io.dropwizard.redis.RedisClusterClientBundle<K, V, T extends io.dropwizard.Configuration> implements io.dropwizard.ConfiguredBun dle<T> { public abstract class io.dropwizard.redis.RedisClusterClientBundle<K, V, T extends io.dropwizard.core.Configuration> implements io.dropwizard.core.Con figuredBundle<T> {
public io.dropwizard.redis.RedisClusterClientBundle(); public io.dropwizard.redis.RedisClusterClientBundle();
public void initialize(io.dropwizard.setup.Bootstrap<?>); public void initialize(io.dropwizard.core.setup.Bootstrap<?>);
public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce public void run(T, io.dropwizard.core.setup.Environment) throws java.lang
ption; .Exception;
public abstract io.dropwizard.redis.RedisClusterClientFactory<K, V> getRe disClusterClientFactory(T); public abstract io.dropwizard.redis.RedisClusterClientFactory<K, V> getRe disClusterClientFactory(T);
public io.lettuce.core.cluster.api.StatefulRedisClusterConnection<K, V> g etClusterConnection(); public io.lettuce.core.cluster.api.StatefulRedisClusterConnection<K, V> g etClusterConnection();
public void run(java.lang.Object, io.dropwizard.setup.Environment) throws java.lang.Exception; public void run(java.lang.Object, io.dropwizard.core.setup.Environment) t hrows java.lang.Exception;
} }
 End of changes. 3 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/