public class JedisPoolManager
extends java.lang.Object
implements io.dropwizard.lifecycle.Managed
| Constructor and Description |
|---|
JedisPoolManager(redis.clients.jedis.JedisPool pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
public void start()
throws java.lang.Exception
start in interface io.dropwizard.lifecycle.Managedjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
stop in interface io.dropwizard.lifecycle.Managedjava.lang.Exception