public abstract class JedisBundle<C extends io.dropwizard.Configuration> extends Object implements io.dropwizard.ConfiguredBundle<C>, JedisConfiguration<C>
| Constructor and Description |
|---|
JedisBundle() |
| Modifier and Type | Method and Description |
|---|---|
redis.clients.jedis.JedisPool |
getPool() |
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
void |
run(C configuration,
io.dropwizard.setup.Environment environment) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJedisFactorypublic redis.clients.jedis.JedisPool getPool()
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize in interface io.dropwizard.ConfiguredBundle<C extends io.dropwizard.Configuration>Copyright © 2016. All rights reserved.